diff options
author | Daniel Barkalow <barkalow@iabervon.org> | 2005-04-28 07:46:33 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-28 07:46:33 -0700 |
commit | 2636f6143751a064e366cb7763d0705b296726e3 (patch) | |
tree | 813a08e7a8591855f047f0f6fa88d0c731356983 /Makefile | |
parent | a510bfaa8c001413f363e0d0b9c6cf15dbcbb7b3 (diff) | |
download | git-2636f6143751a064e366cb7763d0705b296726e3.tar.gz git-2636f6143751a064e366cb7763d0705b296726e3.tar.xz |
[PATCH] Add tag header/parser to library
This adds preliminary support for tags in the library. It doesn't even
store the signature, however, let alone provide any way of checking it.
Signed-Off-By: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ all: $(PROG) install: $(PROG) $(SCRIPTS) install $(PROG) $(SCRIPTS) $(HOME)/bin/ -LIB_OBJS=read-cache.o sha1_file.o usage.o object.o commit.o tree.o blob.o +LIB_OBJS=read-cache.o sha1_file.o usage.o object.o commit.o tree.o blob.o tag.o LIB_FILE=libgit.a LIB_H=cache.h object.h |