aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/cat-file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-0/+3
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+3
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak1-3/+4
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-3/+6
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-2/+5
2024-09-04builtin/cat-file: mark 'git cat-file' sparse-index compatibleKevin Lyles1-0/+3
2024-06-11object-name: free leaking object contextsPatrick Steinhardt1-6/+11
2024-04-18builtin: stop using `the_index`Patrick Steinhardt1-2/+2
2024-04-03Merge branch 'rs/strbuf-expand-bad-format'Junio C Hamano1-8/+8
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-3/+9
2024-03-25cat-file: use strbuf_expand_bad_format()René Scharfe1-8/+8
2024-02-14Merge branch 'js/check-null-from-read-object-file'Junio C Hamano1-2/+8
2024-02-06Always check the return value of `repo_read_object_file()`Johannes Schindelin1-2/+8
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-10-09doc/cat-file: make synopsis and description less confusingŠtěpán Němec1-2/+2
2023-10-02builtin/cat-file: let the oid determine the output algorithmEric W. Biederman1-3/+9
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-2/+3
2023-07-06Merge branch 'rs/strbuf-expand-step'Junio C Hamano1-18/+17
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-3/+2
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-2/+3
2023-06-22Merge branch 'ps/cat-file-null-output'Junio C Hamano1-42/+43
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+1
2023-06-18replace strbuf_expand() with strbuf_expand_step()René Scharfe1-18/+17
2023-06-12repository: create disable_replace_refs()Derrick Stolee1-1/+1
2023-06-12cat-file: add option '-Z' that delimits input and output with NULPatrick Steinhardt1-21/+36
2023-06-12cat-file: simplify reading from standard inputPatrick Steinhardt1-23/+9
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on convert.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-10/+15
2023-03-28cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-9/+14
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano1-4/+4
2023-02-24for_each_object: mark unused callback parametersJeff King1-4/+4
2023-02-23replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren1-0/+1
2023-02-23ident.h: move ident-related declarations out of cache.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-0/+1
2023-01-05Merge branch 'sa/cat-file-mailmap--batch-check'Junio C Hamano1-0/+28
2022-12-20cat-file: add mailmap support to --batch-check optionSiddharth Asthana1-0/+15
2022-12-20cat-file: add mailmap support to -s optionSiddharth Asthana1-0/+13
2022-11-21{builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason1-1/+1
2022-10-13doc txt & -h consistency: add "-z" to cat-file "-h"Ævar Arnfjörð Bjarmason1-1/+1