index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
cat-file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-23
Merge branch 'ps/cat-file-remote-object-info-type'
Junio C Hamano
1
-53
/
+20
2026-08-07
cat-file: unify default format
Pablo Sabater
1
-7
/
+0
2026-08-07
fetch-object-info: parse type from server response
Pablo Sabater
1
-0
/
+7
2026-08-07
transport: drop remote object-info fields from transport struct
Jeff King
1
-4
/
+2
2026-08-07
fetch-object-info: use dedicated struct for the results
Pablo Sabater
1
-45
/
+14
2026-08-07
Merge branch 'jk/cat-file-batch-wo-type-fix'
Junio C Hamano
1
-0
/
+3
2026-07-30
Merge branch 'ps/cat-file-remote-object-info'
Junio C Hamano
1
-14
/
+210
2026-07-28
cat-file: handle content request for --batch-command without type
Jeff King
1
-0
/
+3
2026-07-25
Merge branch 'ps/cat-file-remote-object-info' into ps/cat-file-remote-object-...
Junio C Hamano
1
-14
/
+210
2026-07-24
cat-file: make remote-object-info allow-list adapt to the server
Pablo Sabater
1
-33
/
+63
2026-07-24
cat-file: add remote-object-info to batch-command
Eric Ju
1
-5
/
+176
2026-07-24
cat-file: declare loop counter inside for()
Eric Ju
1
-9
/
+4
2026-07-15
Merge branch 'ps/odb-drop-whence'
Junio C Hamano
1
-4
/
+8
2026-07-15
builtin/cat-file: filter objects via object database
Patrick Steinhardt
1
-69
/
+7
2026-07-09
Merge branch 'ps/odb-drop-whence' into ps/odb-for-each-object-filter
Junio C Hamano
1
-4
/
+8
2026-07-06
Merge branch 'ps/odb-source-packed'
Junio C Hamano
1
-2
/
+2
2026-07-06
Merge branch 'rs/cat-file-default-format-optim'
Junio C Hamano
1
-3
/
+6
2026-07-02
treewide: convert users of `whence` to the new source field
Patrick Steinhardt
1
-1
/
+1
2026-07-02
odb: add `source` field to struct object_info_source
Patrick Steinhardt
1
-4
/
+4
2026-07-02
odb: make backend-specific fields optional
Patrick Steinhardt
1
-2
/
+6
2026-07-02
packfile: thread odb_source_packed through packed_object_info()
Patrick Steinhardt
1
-1
/
+1
2026-06-24
Merge branch 'ps/odb-source-packed' into ps/odb-drop-whence
Junio C Hamano
1
-2
/
+2
2026-06-21
Merge branch 'js/objects-larger-than-4gb-on-windows-more'
Junio C Hamano
1
-33
/
+28
2026-06-17
odb/source-packed: wire up `for_each_object()` callback
Patrick Steinhardt
1
-2
/
+2
2026-06-15
cat-file: speed up default format
René Scharfe
1
-3
/
+6
2026-06-15
odb: use size_t for object_info.sizep and the size APIs
Johannes Schindelin
1
-33
/
+28
2026-06-15
Merge branch 'ob/more-repo-config-values'
Junio C Hamano
1
-3
/
+4
2026-06-11
Merge branch 'ps/odb-source-loose'
Junio C Hamano
1
-2
/
+3
2026-06-09
Merge branch 'rs/strbuf-add-oid-hex'
Junio C Hamano
1
-3
/
+2
2026-06-09
Merge branch 'rs/strbuf-add-uint'
Junio C Hamano
1
-2
/
+2
2026-06-05
Merge branch 'ps/odb-source-loose' into ps/odb-source-packed
Junio C Hamano
1
-2
/
+3
2026-06-03
environment: move "warn_on_object_refname_ambiguity" into `struct repo_config...
Olamide Caleb Bello
1
-3
/
+4
2026-06-01
odb/source-loose: wire up `for_each_object()` callback
Patrick Steinhardt
1
-2
/
+3
2026-05-31
Merge branch 'sa/cat-file-batch-mailmap-switch'
Junio C Hamano
1
-4
/
+33
2026-05-14
hex: add and use strbuf_add_oid_hex()
René Scharfe
1
-3
/
+2
2026-05-13
cat-file: use strbuf_add_uint()
René Scharfe
1
-2
/
+2
2026-04-15
cat-file: add mailmap subcommand to --batch-command
Siddharth Asthana
1
-4
/
+33
2026-03-31
odb: rename `odb_has_object()` flags
Patrick Steinhardt
1
-1
/
+1
2026-03-20
odb: introduce `struct odb_for_each_object_options`
Patrick Steinhardt
1
-2
/
+5
2026-03-12
Merge branch 'ps/odb-sources'
Junio C Hamano
1
-1
/
+2
2026-03-05
odb: embed base source in the "files" backend
Patrick Steinhardt
1
-1
/
+2
2026-03-05
odb: introduce "files" source
Patrick Steinhardt
1
-1
/
+1
2026-03-04
Merge branch 'bk/mailmap-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2026-03-02
Merge branch 'ps/odb-for-each-object'
Junio C Hamano
1
-7
/
+29
2026-02-23
Merge branch 'ps/odb-for-each-object' into ps/odb-sources
Junio C Hamano
1
-7
/
+29
2026-02-20
mailmap: stop using the_repository
Burak Kaan Karaçay
1
-1
/
+1
2026-01-26
treewide: drop uses of `for_each_{loose,packed}_object()`
Patrick Steinhardt
1
-6
/
+28
2026-01-26
odb: rename `FOR_EACH_OBJECT_*` flags
Patrick Steinhardt
1
-1
/
+1
2026-01-21
Merge branch 'ps/read-object-info-improvements'
Junio C Hamano
1
-2
/
+1
2026-01-16
Merge branch 'jk/cat-file-avoid-bitmap-when-unneeded'
Junio C Hamano
1
-3
/
+5
[next]