aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-07-12 11:49:27 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-12 11:49:27 -0700
commit6aa33f4035d547ac2bd629b1cfd9c46262809d73 (patch)
tree539198e1f042cdef705e654df8d995b6c2747227 /Makefile
parent26a2d8ae898f5442904dd2fbf89c5fe34480ea85 (diff)
downloadgit-6aa33f4035d547ac2bd629b1cfd9c46262809d73.tar.gz
Abstract out the "name <email> date" handling of commit-tree.c
We'll want to use it for the tagging too.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 160579ee2d..779fbbbfc9 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ install: $(PROG) $(SCRIPTS)
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 \
- epoch.o refs.o csum-file.o pack-check.o pkt-line.o connect.o
+ epoch.o refs.o csum-file.o pack-check.o pkt-line.o connect.o ident.o
LIB_FILE=libgit.a
LIB_H=cache.h object.h blob.h tree.h commit.h tag.h delta.h epoch.h csum-file.h \
pack.h pkt-line.h refs.h