summaryrefslogtreecommitdiff
path: root/builtin/cat-file.c
Commit message (Expand)AuthorAgeFilesLines
* object-file.h: move declarations for object-file.c functions from cache.hElijah 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 convert.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-10/+15
|\
| * cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-9/+14
* | write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-0/+1
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-4/+4
|\ \
| * | for_each_object: mark unused callback parametersJeff King2023-02-241-4/+4
| |/
* | replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren2023-02-231-0/+1
* | ident.h: move ident-related declarations out of cache.hElijah Newren2023-02-231-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-0/+1
|/
* Merge branch 'sa/cat-file-mailmap--batch-check'Junio C Hamano2023-01-051-0/+28
|\
| * cat-file: add mailmap support to --batch-check optionSiddharth Asthana2022-12-201-0/+15
| * cat-file: add mailmap support to -s optionSiddharth Asthana2022-12-201-0/+13
* | {builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason2022-11-211-1/+1
|/
* doc txt & -h consistency: add "-z" to cat-file "-h"Ævar Arnfjörð Bjarmason2022-10-131-1/+1
* Merge branch 'tb/cat-file-z'Junio C Hamano2022-08-051-3/+25
|\
| * builtin/cat-file.c: support NUL-delimited input with `-z`Taylor Blau2022-07-221-3/+25
* | Merge branch 'sa/cat-file-mailmap'Junio C Hamano2022-08-031-1/+42
|\ \ | |/ |/|
| * cat-file: add mailmap supportSiddharth Asthana2022-07-181-1/+42
* | cat-file: fix a common "struct object_context" memory leakÆvar Arnfjörð Bjarmason2022-07-011-10/+22
* | cat-file: fix a memory leak in --batch-command modeÆvar Arnfjörð Bjarmason2022-07-011-0/+1
|/
* Merge branch 'jc/cat-file-batch-default-format-optim'Junio C Hamano2022-03-231-6/+23
|\
| * cat-file: skip expanding default formatJohn Cai2022-03-151-6/+23
* | Merge branch 'ab/object-file-api-updates'Junio C Hamano2022-03-161-4/+7
|\ \
| * | object-file API: pass an enum to read_object_with_reference()Ævar Arnfjörð Bjarmason2022-02-251-4/+7
| * | i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila2022-01-051-1/+1
* | | cat-file: add --batch-command modeJohn Cai2022-02-181-1/+143
* | | cat-file: introduce batch_mode enum to replace print_contentsJohn Cai2022-02-181-4/+16
* | | cat-file: rename cmdmode to transform_modeJohn Cai2022-02-181-7/+7
| |/ |/|
* | cat-file: s/_/-/ in typo'd usage_msg_optf() messageÆvar Arnfjörð Bjarmason2022-01-121-1/+1
* | cat-file: don't whitespace-pad "(...)" in SYNOPSIS and usage outputÆvar Arnfjörð Bjarmason2022-01-121-3/+3
* | cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters)Ævar Arnfjörð Bjarmason2021-12-301-10/+6
* | cat-file: correct and improve usage informationÆvar Arnfjörð Bjarmason2021-12-301-20/+29
* | cat-file: fix remaining usage bugsÆvar Arnfjörð Bjarmason2021-12-301-32/+63
* | cat-file: make --batch-all-objects a CMDMODEÆvar Arnfjörð Bjarmason2021-12-301-14/+11
* | cat-file: move "usage" variable to cmd_cat_file()Ævar Arnfjörð Bjarmason2021-12-301-19/+18
* | cat-file docs: fix SYNOPSIS and "-h" outputÆvar Arnfjörð Bjarmason2021-12-301-2/+8
|/
* cat-file: use packed_object_info() for --batch-all-objectsJeff King2021-10-081-14/+36
* cat-file: split ordered/unordered batch-all-objects callbacksJeff King2021-10-081-1/+3
* cat-file: disable refs/replace with --batch-all-objectsJeff King2021-10-081-0/+2
* cat-file: merge two block into oneZheNing Hu2021-06-041-4/+1
* cat-file: handle trivial --batch format with --batch-all-objectsZheNing Hu2021-06-041-6/+7
* Merge branch 'cc/cat-file-usage-update' into masterJunio C Hamano2020-07-091-1/+1
|\
| * cat-file: add missing [=<format>] to usage/synopsisChristian Couder2020-07-011-1/+1
* | Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-4/+4