aboutsummaryrefslogtreecommitdiff
path: root/builtin/tag.c
AgeCommit message (Expand)Author
2026-03-24Merge branch 'jt/fast-import-sign-again'Junio C Hamano
2026-03-12gpg-interface: allow sign_buffer() to use default signing keyJustin Tobler
2026-03-06commit, tag: parse --trailer with OPT_STRVECLi Chen
2026-03-06trailer: append trailers without fork/execLi Chen
2025-12-29tag: support arbitrary repositories in gpg_verify_tag()René Scharfe
2025-11-04ref-filter: propagate peeled object IDPatrick Steinhardt
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano
2025-04-17parse-options: introduce precision handling for `OPTION_INTEGER`Patrick Steinhardt
2025-04-17global: use designated initializers for optionsPatrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-15object-file: split out functions relating to object store subsystemPatrick Steinhardt
2025-03-10object-file-convert: stop depending on `the_repository`Patrick Steinhardt
2025-02-07path: drop `git_pathdup()` in favor of `repo_git_path()`Patrick Steinhardt
2025-01-21ref-filter: remove ref_format_clear()René Scharfe
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-15Merge branch 'jc/forbid-head-as-tagname'Junio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-04Merge branch 'ps/ref-backend-migration-optim'Junio C Hamano
2024-12-03refs: drop strbuf_ prefix from helpersJunio C Hamano
2024-12-03refs: move ref name helpers aroundJunio C Hamano
2024-11-21refs: allow passing flags when setting up a transactionPatrick Steinhardt
2024-11-04builtin/tag: fix leaking key ID on failure to signPatrick Steinhardt
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-20Merge branch 'ps/leakfixes-part-6'Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-09-09ref-filter: add ref_format_clear() functionJeff King
2024-09-05gpg-interface: fix misdesigned signing key interfacesPatrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano
2024-05-16Merge branch 'ps/refs-without-the-repository'Junio C Hamano
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-05-07builtin/tag: add --trailer optionJohn Passaro
2024-05-07refs: accept symref values in `ref_transaction_update()`Karthik Nayak
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-03-12prefer comment_line_str to comment_line_char for printingJeff King
2024-03-12strbuf: accept a comment string for strbuf_commented_addf()Jeff King
2024-03-12strbuf: accept a comment string for strbuf_stripspace()Jeff King
2024-02-27Merge branch 'rj/tag-column-fix'Junio C Hamano
2024-02-14tag: error when git-column failsRubén Justo
2024-02-12Merge branch 'jc/sign-buffer-failure-propagation-fix'Junio C Hamano
2024-02-07tag: fix sign_buffer() call to create a signed tagJunio C Hamano
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano