aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/cat-file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano1-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-16object-file: get rid of `the_repository` in loose object iteratorsPatrick Steinhardt1-1/+1
2025-07-15Merge branch 'ps/object-store'Junio C Hamano1-32/+30
2025-07-09Merge branch 'ps/object-store' into ps/object-file-wo-the-repositoryJunio C Hamano1-32/+30
2025-07-01odb: rename `read_object_with_reference()`Patrick Steinhardt1-2/+2
2025-07-01odb: rename `has_object()`Patrick Steinhardt1-2/+2
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-15/+11
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-12/+14
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-06-03cat-file.c: add batch handling for submodulesVictoria Dye1-1/+4
2025-06-03cat-file: add %(objectmode) atomVictoria Dye1-2/+7
2025-05-16cat-file: use type enum instead of buffer for -t optionJeff King1-9/+4
2025-05-16cat-file: make --allow-unknown-type a noopJeff King1-13/+5
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt1-1/+2
2025-04-24Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanupJunio C Hamano1-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-04-07builtin/cat-file: use bitmaps to efficiently filter by object typePatrick Steinhardt1-5/+37
2025-04-07builtin/cat-file: deduplicate logic to iterate over all objectsPatrick Steinhardt1-37/+48
2025-04-07builtin/cat-file: support "object:type=" objects filterPatrick Steinhardt1-1/+11
2025-04-07builtin/cat-file: support "blob:limit=" objects filterPatrick Steinhardt1-1/+14
2025-04-07builtin/cat-file: support "blob:none" objects filterPatrick Steinhardt1-1/+14
2025-04-07builtin/cat-file: wire up an option to filter objectsPatrick Steinhardt1-4/+32
2025-04-07builtin/cat-file: introduce function to report object statusPatrick Steinhardt1-5/+13
2025-04-07builtin/cat-file: rename variable that tracks usagePatrick Steinhardt1-22/+25
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