diff: move diff.c to diff-lib.c to make room.
authorJunio C Hamano <junkio@cox.net>
Wed, 19 Apr 2006 22:12:02 +0000 (15:12 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 19 Apr 2006 22:38:14 +0000 (15:38 -0700)
commitba580aeafb52921025de1efe1c50db34393f9907
tree3bad2a681f7dcb5b04731280993de93fff968349
parent1aec7917dc52901c6df301ddc8fea70f5ce0db09
diff: move diff.c to diff-lib.c to make room.

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>
Makefile
diff-lib.c [new file with mode: 0644]
diff.c [deleted file]