Skip to content

Commit

Permalink
diff: move diff.c to diff-lib.c to make room.
Browse files Browse the repository at this point in the history
Now I am not doing any real "git-diff in C" yet, but this would
help before doing so.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Apr 19, 2006
1 parent 1aec791 commit ba580ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ LIB_H = \
tree-walk.h log-tree.h

DIFF_OBJS = \
diff.o diffcore-break.o diffcore-order.o \
diff-lib.o diffcore-break.o diffcore-order.o \
diffcore-pickaxe.o diffcore-rename.o tree-diff.o combine-diff.o \
diffcore-delta.o log-tree.o

Expand Down
File renamed without changes.

0 comments on commit ba580ae

Please sign in to comment.