summaryrefslogtreecommitdiffstats
path: root/builtin/tag.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/object-file-api-updates'Junio C Hamano2022-03-171-1/+1
|\
| * object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-261-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-131-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-201-2/+12
* Merge branch 'js/params-vs-args'Junio C Hamano2021-02-261-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-231-4/+12
|\ \
| * | gpg-interface: improve interface for parsing tagsbrian m. carlson2021-02-111-4/+12
* | | Merge branch 'ph/use-delete-refs'Junio C Hamano2021-02-061-10/+34
|\ \ \ | |_|/ |/| |
| * | use delete_refs when deleting tags or branchesPhil Hord2021-01-221-10/+34
| |/
* / ref-filter: move ref_sorting flags to a bitfieldÆvar Arnfjörð Bjarmason2021-01-081-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
* | Merge branch 'jk/oid-array-cleanups'Junio C Hamano2020-04-221-1/+1
|\ \
| * | oid_array: rename source file from sha1-arrayJeff King2020-03-301-1/+1
* | | tag: use new advice API to check visibilityHeba Waly2020-03-051-2/+3
|/ /
* | tag: add tag.gpgSign config option to force all tags be GPG-signedTigran Mkrtchyan2019-06-051-6/+16
* | Merge branch 'dl/warn-tagging-a-tag'Junio C Hamano2019-05-191-1/+1
|\ \
| * | tag: fix typo in nested tagging hintDenton Liu2019-05-091-1/+1
* | | Merge branch 'dl/merge-cleanup-scissors-fix'Junio C Hamano2019-05-081-2/+1
|\ \ \
| * | | parse-options.h: extract common --cleanup optionDenton Liu2019-04-181-2/+1
| | |/ | |/|
* | | Merge branch 'dl/warn-tagging-a-tag'Junio C Hamano2019-05-081-6/+17
|\ \ \ | | |/ | |/|
| * | tag: advise on nested tagsDenton Liu2019-04-121-2/+12
| * | tag: fix formattingDenton Liu2019-04-051-4/+5
| |/
* / parse_opt_ref_sorting: always use with NONEG flagJeff King2019-03-211-2/+1
|/
* assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-0/+2
* tag: mark "--message" option with NONEGJeff King2018-11-061-2/+2
* convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-291-1/+1
* commit: add repository argument to lookup_commit_referenceStefan Beller2018-06-291-1/+1
* Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
|\
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | Merge branch 'sb/oid-object-info'Junio C Hamano2018-05-231-2/+2
|\|
| * cache.h: add repository argument to oid_object_infoStefan Beller2018-04-261-2/+2
* | Merge branch 'jk/ref-array-push'Junio C Hamano2018-04-251-1/+1
|\ \ | |/ |/|
| * ref-filter: use "struct object_id" consistentlyJeff King2018-04-081-1/+1
* | Merge branch 'bc/object-id'Junio C Hamano2018-04-101-7/+9
|\ \ | |/ |/|
| * sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-2/+2
| * sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-2/+2