diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-25 12:07:44 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-25 12:07:44 -0700 |
commit | ec4465adb38d21966acdc9510ff15c0fe4539468 (patch) | |
tree | 1226432251537a46eea336799b243dc80b07d605 /Makefile | |
parent | f5b913c9cb52cee019585375546817cfe5c75426 (diff) | |
download | git-ec4465adb38d21966acdc9510ff15c0fe4539468.tar.gz |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |