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