Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-09Merge branch 'en/header-cleanup'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-11show-ref: use die_for_incompatible_opt3()René Scharfe
2023-11-01builtin/show-ref: add new mode to check for reference existencePatrick Steinhardt
2023-11-01builtin/show-ref: explicitly spell out different modes in synopsisPatrick Steinhardt
2023-11-01builtin/show-ref: ensure mutual exclusiveness of subcommandsPatrick Steinhardt
2023-11-01builtin/show-ref: refactor options for patterns subcommandPatrick Steinhardt
2023-11-01builtin/show-ref: stop using global vars for `show_one()`Patrick Steinhardt
2023-11-01builtin/show-ref: stop using global variable to count matchesPatrick Steinhardt
2023-11-01builtin/show-ref: refactor `--exclude-existing` optionsPatrick Steinhardt
2023-11-01builtin/show-ref: fix dead code when passing patternsPatrick Steinhardt
2023-11-01builtin/show-ref: fix leaking string bufferPatrick Steinhardt
2023-11-01builtin/show-ref: split up different subcommandsPatrick Steinhardt
2023-11-01builtin/show-ref: convert pattern to a local variablePatrick Steinhardt
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
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-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-10-28Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano
2022-10-13doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19refs: mark unused each_ref_fn parametersJeff King
2022-06-06builtin/show-ref.c: avoid over-iterating with --heads, --tagsTaylor Blau
2021-01-22refs: switch peel_ref() to peel_iterated_oid()Jeff King
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2019-05-19Merge branch 'en/unicode-in-refnames'Junio C Hamano
2019-04-26Honor core.precomposeUnicode in more placesElijah Newren
2019-01-08convert has_sha1_file() callers to has_object_file()Jeff King
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-03-14Convert find_unique_abbrev* to struct object_idbrian m. carlson
2017-10-16refs: convert peel_ref to struct object_idbrian m. carlson
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson
2017-01-24show-ref: remove a stale commentJunio C Hamano
2017-01-23show-ref: remove dead `if (verify)' checkVladimir Panteleev
2017-01-23show-ref: detect dangling refs under --verify as wellVladimir Panteleev
2017-01-23show-ref: move --quiet handling into show_one()Vladimir Panteleev
2017-01-23show-ref: allow -d to work with --verifyVladimir Panteleev
2017-01-23show-ref: accept HEAD with --verifyVladimir Panteleev
2015-11-20show-ref: stop using PARSE_OPT_NO_INTERNAL_HELPRené Scharfe
2015-10-17usage: do not insist that standard input must come from a fileJunio C Hamano
2015-08-31show-ref: place angle brackets around variables in usage stringAlex Henrie
2015-05-25show_ref(): convert local variable peeled to object_idMichael Haggerty
2015-05-25builtin/show-ref: rewrite to use object_idMichael Haggerty
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-01-14standardize usage info string formatAlex Henrie