summaryrefslogtreecommitdiff
path: root/builtin/tag.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+3
|\
| * editor: move editor-related functions and declarations into common fileElijah Newren2023-04-111-0/+1
| * object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
| * treewide: be explicit about dependence on advice.hElijah Newren2023-04-111-0/+1
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-5/+5
| |\
* | \ Merge branch 'ow/ref-filter-omit-empty'Junio C Hamano2023-04-211-1/+5
|\ \ \
| * | | branch, for-each-ref, tag: add option to omit empty linesØystein Walle2023-04-131-1/+5
* | | | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+3
|\ \ \ \ | | |/ / | |/| |
| * | | write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | environment: move comment_line_char from cache.hElijah Newren2023-03-211-0/+1
| * | | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-5/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+2
| * | | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-3/+3
| | |/ | |/|
* | | Merge branch 'ds/ahead-behind'Junio C Hamano2023-04-061-0/+1
|\ \ \ | |_|/ |/| |
| * | for-each-ref: add ahead-behind format atomDerrick Stolee2023-03-201-0/+1
| |/
* | Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano2023-03-191-1/+3
|\ \
| * | parse-options: consistently allocate memory in fix_filename()Jeff King2023-03-061-1/+3
| |/
* | Merge branch 'jc/gpg-lazy-init'Junio C Hamano2023-03-171-5/+0
|\ \
| * | gpg-interface: lazily initialize and read the configurationJunio C Hamano2023-02-091-5/+0
| |/
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* doc txt & -h consistency: add missing options and labelsÆvar Arnfjörð Bjarmason2022-10-131-4/+6
* Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-2/+2
|\
| * Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-2/+2
| |\
| | * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-2/+2
* | | Merge branch 'ab/object-file-api-updates'Junio C Hamano2022-03-161-1/+1
|\ \ \
| * | | object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-251-1/+1
| |/ /
* | | date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason2022-02-161-0/+1
|/ /
* | i18n: tag.c factorize i18n stringsJean-Noël Avila2022-01-051-9/+14
* | i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila2022-01-051-2/+2
* | for-each-ref: delay parsing of --sort=<atom> optionsJunio C Hamano2021-10-201-7/+6
|/
* ref-filter API user: add and use a ref_sorting_release()Ævar Arnfjörð Bjarmason2021-10-201-0/+1
* tag: use a "goto cleanup" pattern, leak less memoryÆvar Arnfjörð Bjarmason2021-10-201-12/+16
* parse-options API users: align usage output in C-stringsÆvar Arnfjörð Bjarmason2021-09-121-2/+2
* Merge branch 'rs/xopen-reports-open-failures'Junio C Hamano2021-09-081-3/+1
|\
| * use xopen() to handle fatal open(2) failuresRené Scharfe2021-08-251-3/+1
* | ref-filter: use non-const ref_format in *_atom_parser()ZheNing Hu2021-07-261-1/+1
|/
* ref-filter: reuse output bufferZheNing Hu2021-04-201-6/+7
* ref-filter: get rid of show_ref_array_itemZheNing Hu2021-04-191-2/+12
* Merge branch 'js/params-vs-args'Junio C Hamano2021-02-251-1/+1
|\
| * replace "parameters" by "arguments" in error messagesJohannes Sixt2021-02-231-1/+1
* | Merge branch 'bc/signed-objects-with-both-hashes'Junio C Hamano2021-02-221-4/+12
|\ \
| * | gpg-interface: improve interface for parsing tagsbrian m. carlson2021-02-101-4/+12
* | | Merge branch 'ph/use-delete-refs'Junio C Hamano2021-02-051-10/+34
|\ \ \ | |_|/ |/| |
| * | use delete_refs when deleting tags or branchesPhil Hord2021-01-211-10/+34
| |/
* | ref-filter: move ref_sorting flags to a bitfieldÆvar Arnfjörð Bjarmason2021-01-071-1/+1
|/
* ref-filter: allow merged and no-merged filtersAaron Lipman2020-09-161-4/+4
* Merge branch 'jk/for-each-ref-multi-key-sort-fix'Junio C Hamano2020-05-081-1/+1
|\
| * ref-filter: apply --ignore-case to all sorting keysJeff King2020-05-041-1/+1
* | Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-2/+2