aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/tag.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-21ref-filter: remove ref_format_clear()René Scharfe1-1/+0
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-0/+3
2024-12-15Merge branch 'jc/forbid-head-as-tagname'Junio C Hamano1-12/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+3
2024-12-04Merge branch 'ps/ref-backend-migration-optim'Junio C Hamano1-1/+1
2024-12-03refs: drop strbuf_ prefix from helpersJunio C Hamano1-1/+1
2024-12-03refs: move ref name helpers aroundJunio C Hamano1-11/+0
2024-11-21refs: allow passing flags when setting up a transactionPatrick Steinhardt1-1/+1
2024-11-04builtin/tag: fix leaking key ID on failure to signPatrick Steinhardt1-1/+1
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-2/+5
2024-09-20Merge branch 'ps/leakfixes-part-6'Junio C Hamano1-1/+2
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+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
2024-09-05gpg-interface: fix misdesigned signing key interfacesPatrick Steinhardt1-1/+2
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-1/+1
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano1-0/+1
2024-05-16Merge branch 'ps/refs-without-the-repository'Junio C Hamano1-5/+6
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-5/+6
2024-05-07builtin/tag: add --trailer optionJohn Passaro1-9/+29
2024-05-07refs: accept symref values in `ref_transaction_update()`Karthik Nayak1-0/+1
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano1-7/+7
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-4/+41
2024-03-12prefer comment_line_str to comment_line_char for printingJeff King1-4/+4
2024-03-12strbuf: accept a comment string for strbuf_commented_addf()Jeff King1-2/+2
2024-03-12strbuf: accept a comment string for strbuf_stripspace()Jeff King1-1/+1
2024-02-27Merge branch 'rj/tag-column-fix'Junio C Hamano1-1/+2
2024-02-14tag: error when git-column failsRubén Justo1-1/+2
2024-02-12Merge branch 'jc/sign-buffer-failure-propagation-fix'Junio C Hamano1-1/+1
2024-02-07tag: fix sign_buffer() call to create a signed tagJunio C Hamano1-1/+1
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-1/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-11-16ref-filter.h: add functions for filter/format & format-onlyVictoria Dye1-22/+1
2023-11-16ref-filter.h: add max_count and omit_empty to ref_formatVictoria Dye1-3/+2
2023-11-16ref-filter.c: really don't sort when using --no-sortVictoria Dye1-0/+6
2023-10-02tag: sign both hashesEric W. Biederman1-4/+41
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano1-2/+2
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano1-2/+2
2023-07-13tag: mark unused parameters in each_tag_name_fn callbacksJeff King1-2/+2
2023-07-10ref-filter: add `ref_filter_clear()`Jeff King1-0/+1
2023-07-10ref-filter.h: provide `REF_FILTER_INIT`Jeff King1-2/+1
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-2/+7
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano1-3/+6
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-2/+3
2023-06-28config: inline git_color_default_configGlen Choo1-1/+5
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+1
2023-06-12strbuf: remove global variableCalvin Wan1-3/+6
2023-05-16tag: keep the message file in case ref transaction failsKristoffer Haugsbakk1-9/+15