summaryrefslogtreecommitdiff
path: root/builtin/tag.c
AgeCommit message (Expand)Author
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-28Merge 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
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-11-16ref-filter.h: add functions for filter/format & format-onlyVictoria Dye
2023-11-16ref-filter.h: add max_count and omit_empty to ref_formatVictoria Dye
2023-11-16ref-filter.c: really don't sort when using --no-sortVictoria Dye
2023-10-02tag: sign both hashesEric W. Biederman
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano
2023-07-14tag: mark unused parameters in each_tag_name_fn callbacksJeff King
2023-07-10ref-filter: add `ref_filter_clear()`Jeff King
2023-07-10ref-filter.h: provide `REF_FILTER_INIT`Jeff King
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-28config: inline git_color_default_configGlen Choo
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-12strbuf: remove global variableCalvin Wan
2023-05-16tag: keep the message file in case ref transaction failsKristoffer Haugsbakk
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-21Merge branch 'ow/ref-filter-omit-empty'Junio C Hamano
2023-04-13branch, for-each-ref, tag: add option to omit empty linesØystein Walle
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-06Merge branch 'ds/ahead-behind'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-21environment: move comment_line_char from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-20for-each-ref: add ahead-behind format atomDerrick Stolee
2023-03-19Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano
2023-03-17Merge branch 'jc/gpg-lazy-init'Junio C Hamano
2023-03-06parse-options: consistently allocate memory in fix_filename()Jeff King
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-10gpg-interface: lazily initialize and read the configurationJunio C Hamano