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
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah 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 convert.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 "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "object-store.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.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-18Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano
2023-02-24for_each_object: mark unused callback parametersJeff King
2023-02-24replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren
2023-02-24ident.h: move ident-related declarations out of cache.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-01-05Merge branch 'sa/cat-file-mailmap--batch-check'Junio C Hamano
2022-12-20cat-file: add mailmap support to --batch-check optionSiddharth Asthana
2022-12-20cat-file: add mailmap support to -s optionSiddharth Asthana
2022-11-21{builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason
2022-10-13doc txt & -h consistency: add "-z" to cat-file "-h"Ævar Arnfjörð Bjarmason
2022-08-06Merge branch 'tb/cat-file-z'Junio C Hamano
2022-08-03Merge branch 'sa/cat-file-mailmap'Junio C Hamano
2022-07-23builtin/cat-file.c: support NUL-delimited input with `-z`Taylor Blau
2022-07-18cat-file: add mailmap supportSiddharth Asthana
2022-07-01cat-file: fix a common "struct object_context" memory leakÆvar Arnfjörð Bjarmason
2022-07-01cat-file: fix a memory leak in --batch-command modeÆvar Arnfjörð Bjarmason
2022-03-24Merge branch 'jc/cat-file-batch-default-format-optim'Junio C Hamano
2022-03-17Merge branch 'ab/object-file-api-updates'Junio C Hamano
2022-03-15cat-file: skip expanding default formatJohn Cai
2022-02-26object-file API: pass an enum to read_object_with_reference()Ævar Arnfjörð Bjarmason
2022-02-18cat-file: add --batch-command modeJohn Cai
2022-02-18cat-file: introduce batch_mode enum to replace print_contentsJohn Cai
2022-02-18cat-file: rename cmdmode to transform_modeJohn Cai
2022-01-12cat-file: s/_/-/ in typo'd usage_msg_optf() messageÆvar Arnfjörð Bjarmason
2022-01-12cat-file: don't whitespace-pad "(...)" in SYNOPSIS and usage outputÆvar Arnfjörð Bjarmason
2022-01-06i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila
2021-12-31cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters)Ævar Arnfjörð Bjarmason
2021-12-31cat-file: correct and improve usage informationÆvar Arnfjörð Bjarmason
2021-12-31cat-file: fix remaining usage bugsÆvar Arnfjörð Bjarmason
2021-12-31cat-file: make --batch-all-objects a CMDMODEÆvar Arnfjörð Bjarmason
2021-12-31cat-file: move "usage" variable to cmd_cat_file()Ævar Arnfjörð Bjarmason
2021-12-31cat-file docs: fix SYNOPSIS and "-h" outputÆvar Arnfjörð Bjarmason
2021-10-09cat-file: use packed_object_info() for --batch-all-objectsJeff King
2021-10-09cat-file: split ordered/unordered batch-all-objects callbacksJeff King
2021-10-09cat-file: disable refs/replace with --batch-all-objectsJeff King
2021-06-04cat-file: merge two block into oneZheNing Hu
2021-06-04cat-file: handle trivial --batch format with --batch-all-objectsZheNing Hu
2020-07-10Merge branch 'cc/cat-file-usage-update' into masterJunio C Hamano
2020-07-02cat-file: add missing [=<format>] to usage/synopsisChristian Couder
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu