summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-25 19:07:44 (GMT)
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-25 19:07:44 (GMT)
commitec4465adb38d21966acdc9510ff15c0fe4539468 (patch)
tree1226432251537a46eea336799b243dc80b07d605 /Makefile
parentf5b913c9cb52cee019585375546817cfe5c75426 (diff)
downloadgit-ec4465adb38d21966acdc9510ff15c0fe4539468.zip
git-ec4465adb38d21966acdc9510ff15c0fe4539468.tar.gz
git-ec4465adb38d21966acdc9510ff15c0fe4539468.tar.bz2
Add "tag" objects that can be used to sign other objects.
You use "git-mktag" to create them, and fsck-cache knows how to parse them.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 022af9b..953e880 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ AR=ar
PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
check-files ls-tree merge-base merge-cache unpack-file git-export \
- diff-cache convert-cache http-pull rpush rpull rev-list
+ diff-cache convert-cache http-pull rpush rpull rev-list git-mktag
all: $(PROG)