aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/verify-tag.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+1
2025-03-07builtin/verify-tag: stop using `the_repository`Usman Akinyemi1-4/+3
2025-01-21ref-filter: remove ref_format_clear()René Scharfe1-1/+0
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-1/+5
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-09-09ref-filter: add ref_format_clear() functionJeff King1-0/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
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-06-19verify-tag: drop signal.h includeJeff King1-1/+0
2018-04-09ref-filter: use "struct object_id" consistentlyJeff King1-1/+1
2017-08-11Merge branch 'jk/ref-filter-colors'Junio C Hamano1-6/+8
2017-07-13ref-filter: abstract ref format into its own structJeff King1-6/+6
2017-07-13check return value of verify_ref_format()Jeff King1-1/+3
2017-07-13tag: convert gpg_verify_tag to use struct object_idStefan Beller1-4/+5
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-01-17builtin/verify-tag: add --format to verify-tagSantiago Torres1-3/+19
2016-04-22verify-tag: move tag verification code to tag.cSantiago Torres1-54/+1
2016-04-22verify-tag: prepare verify_tag for libificationSantiago Torres1-9/+17
2016-04-19verify-tag: update variable name and typeSantiago Torres1-5/+6
2016-04-06builtin/verify-tag.c: ignore SIGPIPE in gpg-interfaceSantiago Torres1-3/+0
2015-06-22verify-tag: add option to print raw gpg status informationbrian m. carlson1-6/+11
2015-06-22gpg: centralize printing signature buffersbrian m. carlson1-4/+5
2015-06-22gpg: centralize signature checkbrian m. carlson1-2/+3
2015-06-22verify-tag: share code with verify-commitbrian m. carlson1-1/+8
2015-01-14standardize usage info string formatAlex Henrie1-1/+1
2013-02-14gpg_interface: allow to request status returnMichael J Gruber1-1/+1
2012-08-22i18n: verify-tag: mark parseopt strings for translationNguyễn Thái Ngọc Duy1-2/+2
2012-03-08verify-tag: Parse GPG configuration options.Alex Zepeda1-1/+9
2011-11-04Split GPG interface into its own helper libraryJunio C Hamano1-30/+5
2010-12-08Merge branch 'mg/maint-tag-rfc1991'Junio C Hamano1-8/+2
2010-11-15verify-tag: document --verboseRené Scharfe1-1/+1
2010-11-15add description parameter to OPT__VERBOSERené Scharfe1-1/+1
2010-11-10verify-tag: factor out signature detectionMichael J Gruber1-8/+2
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+114