summaryrefslogtreecommitdiff
path: root/builtin/cat-file.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-23Merge branch 'ps/cat-file-remote-object-info-type'Junio C Hamano1-53/+20
2026-08-07cat-file: unify default formatPablo Sabater1-7/+0
2026-08-07fetch-object-info: parse type from server responsePablo Sabater1-0/+7
2026-08-07transport: drop remote object-info fields from transport structJeff King1-4/+2
2026-08-07fetch-object-info: use dedicated struct for the resultsPablo Sabater1-45/+14
2026-08-07Merge branch 'jk/cat-file-batch-wo-type-fix'Junio C Hamano1-0/+3
2026-07-30Merge branch 'ps/cat-file-remote-object-info'Junio C Hamano1-14/+210
2026-07-28cat-file: handle content request for --batch-command without typeJeff King1-0/+3
2026-07-25Merge branch 'ps/cat-file-remote-object-info' into ps/cat-file-remote-object-...Junio C Hamano1-14/+210
2026-07-24cat-file: make remote-object-info allow-list adapt to the serverPablo Sabater1-33/+63
2026-07-24cat-file: add remote-object-info to batch-commandEric Ju1-5/+176
2026-07-24cat-file: declare loop counter inside for()Eric Ju1-9/+4
2026-07-15Merge branch 'ps/odb-drop-whence'Junio C Hamano1-4/+8
2026-07-15builtin/cat-file: filter objects via object databasePatrick Steinhardt1-69/+7
2026-07-09Merge branch 'ps/odb-drop-whence' into ps/odb-for-each-object-filterJunio C Hamano1-4/+8
2026-07-06Merge branch 'ps/odb-source-packed'Junio C Hamano1-2/+2
2026-07-06Merge branch 'rs/cat-file-default-format-optim'Junio C Hamano1-3/+6
2026-07-02treewide: convert users of `whence` to the new source fieldPatrick Steinhardt1-1/+1
2026-07-02odb: add `source` field to struct object_info_sourcePatrick Steinhardt1-4/+4
2026-07-02odb: make backend-specific fields optionalPatrick Steinhardt1-2/+6
2026-07-02packfile: thread odb_source_packed through packed_object_info()Patrick Steinhardt1-1/+1
2026-06-24Merge branch 'ps/odb-source-packed' into ps/odb-drop-whenceJunio C Hamano1-2/+2
2026-06-21Merge branch 'js/objects-larger-than-4gb-on-windows-more'Junio C Hamano1-33/+28
2026-06-17odb/source-packed: wire up `for_each_object()` callbackPatrick Steinhardt1-2/+2
2026-06-15cat-file: speed up default formatRené Scharfe1-3/+6
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-33/+28
2026-06-15Merge branch 'ob/more-repo-config-values'Junio C Hamano1-3/+4
2026-06-11Merge branch 'ps/odb-source-loose'Junio C Hamano1-2/+3
2026-06-09Merge branch 'rs/strbuf-add-oid-hex'Junio C Hamano1-3/+2
2026-06-09Merge branch 'rs/strbuf-add-uint'Junio C Hamano1-2/+2
2026-06-05Merge branch 'ps/odb-source-loose' into ps/odb-source-packedJunio C Hamano1-2/+3
2026-06-03environment: move "warn_on_object_refname_ambiguity" into `struct repo_config...Olamide Caleb Bello1-3/+4
2026-06-01odb/source-loose: wire up `for_each_object()` callbackPatrick Steinhardt1-2/+3
2026-05-31Merge branch 'sa/cat-file-batch-mailmap-switch'Junio C Hamano1-4/+33
2026-05-14hex: add and use strbuf_add_oid_hex()René Scharfe1-3/+2
2026-05-13cat-file: use strbuf_add_uint()René Scharfe1-2/+2
2026-04-15cat-file: add mailmap subcommand to --batch-commandSiddharth Asthana1-4/+33
2026-03-31odb: rename `odb_has_object()` flagsPatrick Steinhardt1-1/+1
2026-03-20odb: introduce `struct odb_for_each_object_options`Patrick Steinhardt1-2/+5
2026-03-12Merge branch 'ps/odb-sources'Junio C Hamano1-1/+2
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt1-1/+2
2026-03-05odb: introduce "files" sourcePatrick Steinhardt1-1/+1
2026-03-04Merge branch 'bk/mailmap-wo-the-repository'Junio C Hamano1-1/+1
2026-03-02Merge branch 'ps/odb-for-each-object'Junio C Hamano1-7/+29
2026-02-23Merge branch 'ps/odb-for-each-object' into ps/odb-sourcesJunio C Hamano1-7/+29
2026-02-20mailmap: stop using the_repositoryBurak Kaan Karaçay1-1/+1
2026-01-26treewide: drop uses of `for_each_{loose,packed}_object()`Patrick Steinhardt1-6/+28
2026-01-26odb: rename `FOR_EACH_OBJECT_*` flagsPatrick Steinhardt1-1/+1
2026-01-21Merge branch 'ps/read-object-info-improvements'Junio C Hamano1-2/+1
2026-01-16Merge branch 'jk/cat-file-avoid-bitmap-when-unneeded'Junio C Hamano1-3/+5