aboutsummaryrefslogtreecommitdiff
path: root/builtin/cat-file.c
AgeCommit message (Expand)Author
2026-03-31odb: rename `odb_has_object()` flagsPatrick Steinhardt
2026-03-20odb: introduce `struct odb_for_each_object_options`Patrick Steinhardt
2026-03-12Merge branch 'ps/odb-sources'Junio C Hamano
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt
2026-03-05odb: introduce "files" sourcePatrick Steinhardt
2026-03-04Merge branch 'bk/mailmap-wo-the-repository'Junio C Hamano
2026-03-02Merge branch 'ps/odb-for-each-object'Junio C Hamano
2026-02-23Merge branch 'ps/odb-for-each-object' into ps/odb-sourcesJunio C Hamano
2026-02-20mailmap: stop using the_repositoryBurak Kaan Karaçay
2026-01-26treewide: drop uses of `for_each_{loose,packed}_object()`Patrick Steinhardt
2026-01-26odb: rename `FOR_EACH_OBJECT_*` flagsPatrick Steinhardt
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