summaryrefslogtreecommitdiff
path: root/builtin/verify-commit.c
Commit message (Expand)AuthorAgeFilesLines
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-1/+1
|\
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | drop pure pass-through config callbacksJeff King2023-02-271-6/+1
* | gpg-interface: lazily initialize and read the configurationJunio C Hamano2023-02-091-3/+0
|/
* doc txt & -h consistency: add missing options and labelsÆvar Arnfjörð Bjarmason2022-10-131-1/+1
* Merge branch 'jk/no-system-includes-in-dot-c'Junio C Hamano2019-07-311-1/+0
|\
| * verify-tag: drop signal.h includeJeff King2019-06-191-1/+0
* | verify-commit: simplify parameters to run_gpg_verify()Jeff King2019-05-131-15/+8
|/
* commit: add repository argument to lookup_commitStefan Beller2018-06-291-1/+3
* object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-1/+1
* object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-1/+1
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-1/+1
* | builtin/verify-commit: convert to struct object_idbrian m. carlson2017-05-081-6/+6
|/
* verify-commit: add option to print raw gpg status informationbrian m. carlson2015-06-221-5/+10
* gpg: centralize printing signature buffersbrian m. carlson2015-06-221-6/+1
* gpg: centralize signature checkbrian m. carlson2015-06-221-2/+3
* standardize usage info string formatAlex Henrie2015-01-141-1/+1
* verify-commit: scriptable commit signature verificationMichael J Gruber2014-06-231-0/+93