diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-05 21:59:54 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-05 21:59:54 -0700 |
commit | 12dccc165400beae564d2357ce86c71937e5cdc0 (patch) | |
tree | 87a379b829fb3024ce8c302c47c66476c808f91f /Makefile | |
parent | 76f38347b4199f65e8c897ebf4f9ce1d3a24378b (diff) | |
download | git-12dccc165400beae564d2357ce86c71937e5cdc0.tar.gz |
Make fiel checkout function available to the git library
The merge stuff will want it soon, and we don't want to
duplicate all the work..
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ install: $(PROG) $(SCRIPTS) $(INSTALL) $(PROG) $(SCRIPTS) $(dest)$(bin) LIB_OBJS=read-cache.o sha1_file.o usage.o object.o commit.o tree.o blob.o \ - tag.o delta.o date.o index.o diff-delta.o patch-delta.o + tag.o delta.o date.o index.o diff-delta.o patch-delta.o entry.o LIB_FILE=libgit.a LIB_H=cache.h object.h blob.h tree.h commit.h tag.h delta.h |