diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-24 00:33:28 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-24 00:33:28 -0700 |
commit | 5b5e4d64874823b0041a542c6fca415023174eb3 (patch) | |
tree | 7691e47c408005ca06682f19ff0559264fae1517 /Makefile | |
parent | Merge branch 'ar/chmod-series' into next (diff) | |
parent | Use cache-tree in update-index. (diff) | |
download | tgif-5b5e4d64874823b0041a542c6fca415023174eb3.tar.xz |
Merge part of 'jc/cache-tree'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ DIFF_OBJS = \ diffcore-delta.o log-tree.o LIB_OBJS = \ - blob.o commit.o connect.o csum-file.o \ + blob.o commit.o connect.o csum-file.o cache-tree.o \ date.o diff-delta.o entry.o exec_cmd.o ident.o index.o \ object.o pack-check.o patch-delta.o path.o pkt-line.o \ quote.o read-cache.o refs.o run-command.o \ |