diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-28 23:20:52 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-28 23:20:52 -0700 |
commit | 65056021f2d2dcb7a72f05c5d6cbbd79a79b9d40 (patch) | |
tree | 892edb420301e82711333ecebbcbdfcc8c94af41 /Makefile | |
parent | 89719209f48fe7d9694710795b1ec1d5fd7ebfc0 (diff) | |
download | git-65056021f2d2dcb7a72f05c5d6cbbd79a79b9d40.tar.gz |
built-in diff.
This starts to replace the shell script version of "git diff".
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,7 +214,7 @@ LIB_OBJS = \ $(DIFF_OBJS) BUILTIN_OBJS = \ - builtin-log.o builtin-help.o + builtin-log.o builtin-help.o builtin-diff.o GITLIBS = $(LIB_FILE) $(XDIFF_LIB) LIBS = $(GITLIBS) -lz |