summaryrefslogtreecommitdiffstats
path: root/builtin/cat-file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/build-sign-compare'Junio C Hamano2024-12-231-0/+3
|\
| * global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+3
* | packfile: pass down repository to `for_each_packed_object`Karthik Nayak2024-12-041-3/+4
|/
* Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano2024-09-231-3/+6
|\
| * builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-1/+1
| * builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-2/+5
* | builtin/cat-file: mark 'git cat-file' sparse-index compatibleKevin Lyles2024-09-041-0/+3
|/
* object-name: free leaking object contextsPatrick Steinhardt2024-06-111-6/+11
* builtin: stop using `the_index`Patrick Steinhardt2024-04-181-2/+2
* Merge branch 'rs/strbuf-expand-bad-format'Junio C Hamano2024-04-031-8/+8
|\
| * cat-file: use strbuf_expand_bad_format()René Scharfe2024-03-251-8/+8
* | Merge branch 'eb/hash-transition'Junio C Hamano2024-03-281-3/+9
|\ \ | |/ |/|
| * builtin/cat-file: let the oid determine the output algorithmEric W. Biederman2023-10-021-3/+9
* | Merge branch 'js/check-null-from-read-object-file'Junio C Hamano2024-02-151-2/+8
|\ \
| * | Always check the return value of `repo_read_object_file()`Johannes Schindelin2024-02-061-2/+8
* | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
|/ /
* / doc/cat-file: make synopsis and description less confusingŠtěpán Němec2023-10-091-2/+2
|/
* Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\
| * git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-2/+3
|\ \
| * | config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+3
* | | Merge branch 'rs/strbuf-expand-step'Junio C Hamano2023-07-061-18/+17
|\ \ \ | |_|/ |/| |
| * | replace strbuf_expand() with strbuf_expand_step()René Scharfe2023-06-181-18/+17
* | | Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-3/+2
|\ \ \ | |_|/ |/| |
| * | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
| * | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-2/+1
| |/
* | Merge branch 'ps/cat-file-null-output'Junio C Hamano2023-06-231-42/+43
|\ \
| * | cat-file: add option '-Z' that delimits input and output with NULPatrick Steinhardt2023-06-121-21/+36
| * | cat-file: simplify reading from standard inputPatrick Steinhardt2023-06-121-23/+9
| |/
* / repository: create disable_replace_refs()Derrick Stolee2023-06-121-1/+1
|/
* 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-241-0/+1
* | ident.h: move ident-related declarations out of cache.hElijah Newren2023-02-241-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-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