diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-16 22:30:46 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-16 22:30:46 -0700 |
commit | 6680153441de6fbba07868d5f54af74d31a3ff13 (patch) | |
tree | 200df64306c16fb12a5068092d92237ba33cd7b9 /Makefile | |
parent | Merge with master changes. (diff) | |
parent | Teach applymbox to keep the Subject: line. (diff) | |
download | tgif-6680153441de6fbba07868d5f54af74d31a3ff13.tar.xz |
Merge with master to get diff fixes.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ LIB_H=cache.h object.h blob.h tree.h commit.h tag.h delta.h epoch.h csum-file.h LIB_OBJS=read-cache.o sha1_file.o usage.o object.o commit.o tree.o blob.o \ tag.o date.o index.o diff-delta.o patch-delta.o entry.o path.o \ refs.o csum-file.o pack-check.o pkt-line.o connect.o ident.o \ - sha1_name.o + sha1_name.o setup.o LIB_H += rev-cache.h LIB_OBJS += rev-cache.o |