summaryrefslogtreecommitdiff
path: root/builtin/tag.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-2/+2
2026-03-24Merge branch 'jt/fast-import-sign-again'Junio C Hamano1-2/+2
2026-03-12gpg-interface: allow sign_buffer() to use default signing keyJustin Tobler1-2/+2
2026-03-06commit, tag: parse --trailer with OPT_STRVECLi Chen1-2/+2
2026-03-06trailer: append trailers without fork/execLi Chen1-0/+3
2025-12-29tag: support arbitrary repositories in gpg_verify_tag()René Scharfe1-1/+1
2025-11-04ref-filter: propagate peeled object IDPatrick Steinhardt1-1/+1
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano1-2/+2
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt1-2/+2
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-2/+2
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-2/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano1-6/+18
2025-04-17parse-options: introduce precision handling for `OPTION_INTEGER`Patrick Steinhardt1-0/+1
2025-04-17global: use designated initializers for optionsPatrick Steinhardt1-6/+17
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-04-15object-file: split out functions relating to object store subsystemPatrick Steinhardt1-0/+1
2025-03-10object-file-convert: stop depending on `the_repository`Patrick Steinhardt1-1/+1
2025-02-07path: drop `git_pathdup()` in favor of `repo_git_path()`Patrick Steinhardt1-1/+1
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