summaryrefslogtreecommitdiff
path: root/builtin/verify-tag.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
* verify-tag: drop signal.h includeJeff King2019-06-191-1/+0
* ref-filter: use "struct object_id" consistentlyJeff King2018-04-091-1/+1
* Merge branch 'jk/ref-filter-colors'Junio C Hamano2017-08-111-6/+8
|\
| * ref-filter: abstract ref format into its own structJeff King2017-07-131-6/+6
| * check return value of verify_ref_format()Jeff King2017-07-131-1/+3
* | tag: convert gpg_verify_tag to use struct object_idsb/object-idStefan Beller2017-07-131-4/+5
|/
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* builtin/verify-tag: add --format to verify-tagSantiago Torres2017-01-171-3/+19
* verify-tag: move tag verification code to tag.cSantiago Torres2016-04-221-54/+1
* verify-tag: prepare verify_tag for libificationSantiago Torres2016-04-221-9/+17
* verify-tag: update variable name and typeSantiago Torres2016-04-191-5/+6
* builtin/verify-tag.c: ignore SIGPIPE in gpg-interfaceSantiago Torres2016-04-061-3/+0
* verify-tag: add option to print raw gpg status informationbc/gpg-verify-rawbrian m. carlson2015-06-221-6/+11
* gpg: centralize printing signature buffersbrian m. carlson2015-06-221-4/+5
* gpg: centralize signature checkbrian m. carlson2015-06-221-2/+3
* verify-tag: share code with verify-commitbrian m. carlson2015-06-221-1/+8
* standardize usage info string formatAlex Henrie2015-01-141-1/+1
* gpg_interface: allow to request status returnMichael J Gruber2013-02-141-1/+1
* i18n: verify-tag: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-221-2/+2
* verify-tag: Parse GPG configuration options.az/verify-tag-use-gpg-configAlex Zepeda2012-03-081-1/+9
* Split GPG interface into its own helper libraryJunio C Hamano2011-11-041-30/+5
* Merge branch 'mg/maint-tag-rfc1991'Junio C Hamano2010-12-081-8/+2
|\
| * verify-tag: factor out signature detectionMichael J Gruber2010-11-101-8/+2
* | verify-tag: document --verboseRené Scharfe2010-11-151-1/+1
* | add description parameter to OPT__VERBOSERené Scharfe2010-11-151-1/+1
|/
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+114