diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-07-10 11:27:33 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-07-10 11:27:34 -0700 |
commit | 39177c7f184b4c07a1f53f99f59c920c3fb6222d (patch) | |
tree | 1a536ab74526d6aaa089b4e72742b4b3686c89fe /Makefile | |
parent | Merge branch 'jc/fix-clone-single-starting-at-a-tag' (diff) | |
parent | t7510: test verify-commit (diff) | |
download | tgif-39177c7f184b4c07a1f53f99f59c920c3fb6222d.tar.xz |
Merge branch 'mg/verify-commit'
Add 'verify-commit' to be used in a way similar to 'verify-tag' is
used. Further work on verifying the mergetags might be needed.
* mg/verify-commit:
t7510: test verify-commit
t7510: exit for loop with test result
verify-commit: scriptable commit signature verification
gpg-interface: provide access to the payload
gpg-interface: provide clear helper for struct signature_check
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -999,6 +999,7 @@ BUILTIN_OBJS += builtin/update-ref.o BUILTIN_OBJS += builtin/update-server-info.o BUILTIN_OBJS += builtin/upload-archive.o BUILTIN_OBJS += builtin/var.o +BUILTIN_OBJS += builtin/verify-commit.o BUILTIN_OBJS += builtin/verify-pack.o BUILTIN_OBJS += builtin/verify-tag.o BUILTIN_OBJS += builtin/write-tree.o |