Age | Commit message (Expand) | Author | Files | Lines |
2022-01-05 | i18n: tag.c factorize i18n strings | Jean-Noël Avila | 1 | -9/+14 |
2022-01-05 | i18n: turn "options are incompatible" into "cannot be used together" | Jean-Noël Avila | 1 | -2/+2 |
2021-10-20 | for-each-ref: delay parsing of --sort=<atom> options | Junio C Hamano | 1 | -7/+6 |
2021-10-20 | ref-filter API user: add and use a ref_sorting_release() | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2021-10-20 | tag: use a "goto cleanup" pattern, leak less memory | Ævar Arnfjörð Bjarmason | 1 | -12/+16 |
2021-09-12 | parse-options API users: align usage output in C-strings | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
2021-09-08 | Merge branch 'rs/xopen-reports-open-failures' | Junio C Hamano | 1 | -3/+1 |
2021-08-25 | use xopen() to handle fatal open(2) failures | René Scharfe | 1 | -3/+1 |
2021-07-26 | ref-filter: use non-const ref_format in *_atom_parser() | ZheNing Hu | 1 | -1/+1 |
2021-04-20 | ref-filter: reuse output buffer | ZheNing Hu | 1 | -6/+7 |
2021-04-19 | ref-filter: get rid of show_ref_array_item | ZheNing Hu | 1 | -2/+12 |
2021-02-25 | Merge branch 'js/params-vs-args' | Junio C Hamano | 1 | -1/+1 |
2021-02-23 | replace "parameters" by "arguments" in error messages | Johannes Sixt | 1 | -1/+1 |
2021-02-22 | Merge branch 'bc/signed-objects-with-both-hashes' | Junio C Hamano | 1 | -4/+12 |
2021-02-10 | gpg-interface: improve interface for parsing tags | brian m. carlson | 1 | -4/+12 |
2021-02-05 | Merge branch 'ph/use-delete-refs' | Junio C Hamano | 1 | -10/+34 |
2021-01-21 | use delete_refs when deleting tags or branches | Phil Hord | 1 | -10/+34 |
2021-01-07 | ref-filter: move ref_sorting flags to a bitfield | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2020-09-16 | ref-filter: allow merged and no-merged filters | Aaron Lipman | 1 | -4/+4 |
2020-05-08 | Merge branch 'jk/for-each-ref-multi-key-sort-fix' | Junio C Hamano | 1 | -1/+1 |
2020-05-04 | ref-filter: apply --ignore-case to all sorting keys | Jeff King | 1 | -1/+1 |
2020-04-28 | Use OPT_CALLBACK and OPT_CALLBACK_F | Denton Liu | 1 | -2/+2 |
2020-04-22 | Merge branch 'jk/oid-array-cleanups' | Junio C Hamano | 1 | -1/+1 |
2020-03-30 | oid_array: rename source file from sha1-array | Jeff King | 1 | -1/+1 |
2020-03-05 | tag: use new advice API to check visibility | Heba Waly | 1 | -2/+3 |
2019-06-05 | tag: add tag.gpgSign config option to force all tags be GPG-signed | Tigran Mkrtchyan | 1 | -6/+16 |
2019-05-19 | Merge branch 'dl/warn-tagging-a-tag' | Junio C Hamano | 1 | -1/+1 |
2019-05-09 | tag: fix typo in nested tagging hint | Denton Liu | 1 | -1/+1 |
2019-05-09 | Merge branch 'dl/merge-cleanup-scissors-fix' | Junio C Hamano | 1 | -2/+1 |
2019-05-09 | Merge branch 'dl/warn-tagging-a-tag' | Junio C Hamano | 1 | -6/+17 |
2019-04-18 | parse-options.h: extract common --cleanup option | Denton Liu | 1 | -2/+1 |
2019-04-12 | tag: advise on nested tags | Denton Liu | 1 | -2/+12 |
2019-04-05 | tag: fix formatting | Denton Liu | 1 | -4/+5 |
2019-03-21 | parse_opt_ref_sorting: always use with NONEG flag | Jeff King | 1 | -2/+1 |
2018-11-06 | assert NOARG/NONEG behavior of parse-options callbacks | Jeff King | 1 | -0/+2 |
2018-11-06 | tag: mark "--message" option with NONEG | Jeff King | 1 | -2/+2 |
2018-08-29 | convert "oidcmp() != 0" to "!oideq()" | Jeff King | 1 | -1/+1 |
2018-06-29 | commit: add repository argument to lookup_commit_reference | Stefan Beller | 1 | -1/+1 |
2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -0/+1 |
2018-05-23 | Merge branch 'sb/oid-object-info' | Junio C Hamano | 1 | -2/+2 |
2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
2018-04-26 | cache.h: add repository argument to oid_object_info | Stefan Beller | 1 | -2/+2 |
2018-04-25 | Merge branch 'jk/ref-array-push' | Junio C Hamano | 1 | -1/+1 |
2018-04-10 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -7/+9 |
2018-04-09 | ref-filter: use "struct object_id" consistently | Jeff King | 1 | -1/+1 |
2018-03-14 | Merge branch 'nd/parseopt-completion' | Junio C Hamano | 1 | -1/+1 |
2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -2/+2 |
2018-03-14 | sha1_file: convert sha1_object_info* to object_id | brian m. carlson | 1 | -2/+2 |
2018-03-14 | Convert find_unique_abbrev* to struct object_id | brian m. carlson | 1 | -2/+4 |
2018-03-14 | strbuf: convert strbuf_add_unique_abbrev to use struct object_id | brian m. carlson | 1 | -1/+1 |