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