aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/verify-commit.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-2/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-1/+1
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-27drop pure pass-through config callbacksJeff King1-6/+1
2023-02-09gpg-interface: lazily initialize and read the configurationJunio C Hamano1-3/+0
2022-10-13doc txt & -h consistency: add missing options and labelsÆvar Arnfjörð Bjarmason1-1/+1
2019-07-31Merge branch 'jk/no-system-includes-in-dot-c'Junio C Hamano1-1/+0
2019-06-19verify-tag: drop signal.h includeJeff King1-1/+0
2019-05-13verify-commit: simplify parameters to run_gpg_verify()Jeff King1-15/+8
2018-06-29commit: add repository argument to lookup_commitStefan Beller1-1/+3
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson1-1/+1
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams1-1/+1
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson1-1/+1
2017-05-08builtin/verify-commit: convert to struct object_idbrian m. carlson1-6/+6
2015-06-22verify-commit: add option to print raw gpg status informationbrian m. carlson1-5/+10
2015-06-22gpg: centralize printing signature buffersbrian m. carlson1-6/+1
2015-06-22gpg: centralize signature checkbrian m. carlson1-2/+3
2015-01-14standardize usage info string formatAlex Henrie1-1/+1
2014-06-23verify-commit: scriptable commit signature verificationMichael J Gruber1-0/+93