summaryrefslogtreecommitdiff
path: root/builtin/verify-commit.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-29commit: add repository argument to lookup_commitLibravatar Stefan Beller1-1/+3
2018-05-16object-store: move object access functions to object-store.hLibravatar Stefan Beller1-0/+1
2018-03-14sha1_file: convert read_sha1_file to struct object_idLibravatar brian m. carlson1-1/+1
2018-02-14object: rename function 'typename' to 'type_name'Libravatar Brandon Williams1-1/+1
2017-06-24Merge branch 'bw/config-h'Libravatar Junio C Hamano1-0/+1
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-05-08Convert lookup_commit* to struct object_idLibravatar brian m. carlson1-1/+1
2017-05-08builtin/verify-commit: convert to struct object_idLibravatar brian m. carlson1-6/+6
2015-06-22verify-commit: add option to print raw gpg status informationLibravatar brian m. carlson1-5/+10
2015-06-22gpg: centralize printing signature buffersLibravatar brian m. carlson1-6/+1
2015-06-22gpg: centralize signature checkLibravatar brian m. carlson1-2/+3
2015-01-14standardize usage info string formatLibravatar Alex Henrie1-1/+1
2014-06-23verify-commit: scriptable commit signature verificationLibravatar Michael J Gruber1-0/+93