summaryrefslogtreecommitdiffstats
path: root/builtin/tag.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/build-sign-compare'Junio C Hamano2024-12-231-0/+3
|\
| * global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+3
* | Merge branch 'jc/forbid-head-as-tagname'Junio C Hamano2024-12-161-12/+1
|\ \ | |/ |/|
| * refs: drop strbuf_ prefix from helpersJunio C Hamano2024-12-031-1/+1
| * refs: move ref name helpers aroundJunio C Hamano2024-12-031-11/+0
* | Merge branch 'ps/ref-backend-migration-optim'Junio C Hamano2024-12-041-1/+1
|\ \
| * | refs: allow passing flags when setting up a transactionPatrick Steinhardt2024-11-201-1/+1
| |/
* / builtin/tag: fix leaking key ID on failure to signPatrick Steinhardt2024-11-051-1/+1
|/
* Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano2024-09-231-2/+5
|\
| * builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-1/+1
| * builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-1/+4
* | Merge branch 'ps/leakfixes-part-6'Junio C Hamano2024-09-201-1/+2
|\ \
| * | gpg-interface: fix misdesigned signing key interfacesPatrick Steinhardt2024-09-051-1/+2
| |/
* / ref-filter: add ref_format_clear() functionJeff King2024-09-101-0/+1
|/
* hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt2024-06-141-1/+1
* Merge branch 'kn/ref-transaction-symref'Junio C Hamano2024-05-201-0/+1
|\
| * refs: accept symref values in `ref_transaction_update()`Karthik Nayak2024-05-071-0/+1
* | Merge branch 'ps/refs-without-the-repository'Junio C Hamano2024-05-161-5/+6
|\ \
| * | cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-5/+6
| |/
* / builtin/tag: add --trailer optionJohn Passaro2024-05-071-9/+29
|/
* Merge branch 'jk/core-comment-string'Junio C Hamano2024-04-051-7/+7
|\
| * prefer comment_line_str to comment_line_char for printingJeff King2024-03-121-4/+4
| * strbuf: accept a comment string for strbuf_commented_addf()Jeff King2024-03-121-2/+2
| * strbuf: accept a comment string for strbuf_stripspace()Jeff King2024-03-121-1/+1
* | Merge branch 'eb/hash-transition'Junio C Hamano2024-03-281-4/+41
|\ \ | |/ |/|
| * tag: sign both hashesEric W. Biederman2023-10-021-4/+41
* | Merge branch 'rj/tag-column-fix'Junio C Hamano2024-02-281-1/+2
|\ \
| * | tag: error when git-column failsRubén Justo2024-02-141-1/+2
* | | Merge branch 'jc/sign-buffer-failure-propagation-fix'Junio C Hamano2024-02-121-1/+1
|\ \ \
| * | | tag: fix sign_buffer() call to create a signed tagJunio C Hamano2024-02-071-1/+1
| | |/ | |/|
* | | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-1/+0
|\ \ \
| * | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
| |/ /
* | | ref-filter.h: add functions for filter/format & format-onlyVictoria Dye2023-11-161-22/+1
* | | ref-filter.h: add max_count and omit_empty to ref_formatVictoria Dye2023-11-161-3/+2
* | | ref-filter.c: really don't sort when using --no-sortVictoria Dye2023-11-161-0/+6
|/ /
* | Merge branch 'jk/unused-parameter'Junio C Hamano2023-07-251-2/+2
|\ \
| * | tag: mark unused parameters in each_tag_name_fn callbacksJeff King2023-07-141-2/+2
* | | Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano2023-07-211-2/+2
|\ \ \ | |/ / |/| |
| * | ref-filter: add `ref_filter_clear()`Jeff King2023-07-101-0/+1
| * | ref-filter.h: provide `REF_FILTER_INIT`Jeff King2023-07-101-2/+1
* | | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-2/+7
|\ \ \
| * | | config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+3
| * | | config: inline git_color_default_configGlen Choo2023-06-281-1/+5
* | | | Merge branch 'cw/strbuf-cleanup'Junio C Hamano2023-07-061-3/+6
|\ \ \ \
| * | | | strbuf: remove global variableCalvin Wan2023-06-121-3/+6
| | |/ / | |/| |
* | | | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* | | | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* | | | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-2/+1
| |/ / |/| |
* | | tag: keep the message file in case ref transaction failsKristoffer Haugsbakk2023-05-161-9/+15
|/ /
* | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+3
|\ \