summaryrefslogtreecommitdiff
path: root/builtin/cat-file.c
AgeCommit message (Expand)Author
2026-01-21Merge branch 'ps/read-object-info-improvements'Junio C Hamano
2026-01-16Merge branch 'jk/cat-file-avoid-bitmap-when-unneeded'Junio C Hamano
2026-01-12packfile: drop repository parameter from `packed_object_info()`Patrick Steinhardt
2026-01-07cat-file: only use bitmaps when filteringJeff King
2025-11-23streaming: move into object database subsystemPatrick Steinhardt
2025-11-23streaming: get rid of `the_repository`Patrick Steinhardt
2025-10-30Merge branch 'ps/remove-packfile-store-get-packs'Junio C Hamano
2025-10-20Merge branch 'tb/cat-file-objectmode-update'Junio C Hamano
2025-10-16packfile: introduce macro to iterate through packsPatrick Steinhardt
2025-10-13builtin/cat-file.c: simplify calling `report_object_status()`Taylor Blau
2025-09-24packfile: refactor `get_all_packs()` to work on packfile storePatrick Steinhardt
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in loose object iteratorsPatrick Steinhardt
2025-07-15Merge branch 'ps/object-store'Junio C Hamano
2025-07-09Merge branch 'ps/object-store' into ps/object-file-wo-the-repositoryJunio C Hamano
2025-07-01odb: rename `read_object_with_reference()`Patrick Steinhardt
2025-07-01odb: rename `has_object()`Patrick Steinhardt
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-06-03cat-file.c: add batch handling for submodulesVictoria Dye
2025-06-03cat-file: add %(objectmode) atomVictoria Dye
2025-05-16cat-file: use type enum instead of buffer for -t optionJeff King
2025-05-16cat-file: make --allow-unknown-type a noopJeff King
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt
2025-04-24Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanupJunio C Hamano
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-07builtin/cat-file: use bitmaps to efficiently filter by object typePatrick Steinhardt
2025-04-07builtin/cat-file: deduplicate logic to iterate over all objectsPatrick Steinhardt
2025-04-07builtin/cat-file: support "object:type=" objects filterPatrick Steinhardt
2025-04-07builtin/cat-file: support "blob:limit=" objects filterPatrick Steinhardt
2025-04-07builtin/cat-file: support "blob:none" objects filterPatrick Steinhardt
2025-04-07builtin/cat-file: wire up an option to filter objectsPatrick Steinhardt
2025-04-07builtin/cat-file: introduce function to report object statusPatrick Steinhardt
2025-04-07builtin/cat-file: rename variable that tracks usagePatrick Steinhardt
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-09-04builtin/cat-file: mark 'git cat-file' sparse-index compatibleKevin Lyles
2024-06-11object-name: free leaking object contextsPatrick Steinhardt
2024-04-18builtin: stop using `the_index`Patrick Steinhardt
2024-04-03Merge branch 'rs/strbuf-expand-bad-format'Junio C Hamano
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-03-25cat-file: use strbuf_expand_bad_format()René Scharfe
2024-02-14Merge branch 'js/check-null-from-read-object-file'Junio C Hamano
2024-02-06Always check the return value of `repo_read_object_file()`Johannes Schindelin