index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
object-file.c
Age
Commit message (
Expand
)
Author
Lines
12 days
Merge branch 'jt/index-fd-wo-repo-regression-fix-maint'
Junio C Hamano
-12
/
+45
12 days
Merge branch 'ps/odb-cleanup'
Junio C Hamano
-4
/
+5
13 days
object-file: avoid ODB transaction when not writing objects
Justin Tobler
-8
/
+41
13 days
Merge branch 'ps/fsck-wo-the-repository'
Junio C Hamano
-1
/
+2
2026-03-31
odb: rename `odb_has_object()` flags
Patrick Steinhardt
-1
/
+1
2026-03-31
odb: use enum for `odb_write_object` flags
Patrick Steinhardt
-1
/
+2
2026-03-31
odb: rename `odb_write_object()` flags
Patrick Steinhardt
-2
/
+2
2026-03-23
fsck: store repository in fsck options
Patrick Steinhardt
-1
/
+1
2026-03-23
fsck: initialize fsck options via a function
Patrick Steinhardt
-1
/
+2
2026-03-20
object-name: move logic to compute loose abbreviation length
Patrick Steinhardt
-0
/
+38
2026-03-20
object-name: move logic to iterate through loose prefixed objects
Patrick Steinhardt
-2
/
+27
2026-03-20
odb: introduce `struct odb_for_each_object_options`
Patrick Steinhardt
-4
/
+5
2026-03-20
Merge branch 'ps/object-counting' into ps/odb-generic-object-name-handling
Junio C Hamano
-0
/
+58
2026-03-19
object-file: fix sparse 'plain integer as NULL pointer' error
Ramsay Jones
-1
/
+1
2026-03-16
Merge branch 'jk/unleak-mmap'
Junio C Hamano
-1
/
+1
2026-03-12
Merge branch 'ps/odb-sources'
Junio C Hamano
-12
/
+26
2026-03-12
object-file: generalize counting objects
Patrick Steinhardt
-21
/
+38
2026-03-12
object-file: extract logic to approximate object count
Patrick Steinhardt
-0
/
+41
2026-03-10
Merge branch 'ps/odb-sources' into ps/object-counting
Junio C Hamano
-12
/
+26
2026-03-06
object-file: fix mmap() leak in odb_source_loose_read_object_stream()
Jeff King
-1
/
+1
2026-03-05
odb/source: make `read_object_info()` function pluggable
Patrick Steinhardt
-0
/
+10
2026-03-05
odb: embed base source in the "files" backend
Patrick Steinhardt
-12
/
+16
2026-03-05
odb: introduce "files" source
Patrick Steinhardt
-12
/
+12
2026-03-05
Merge branch 'ps/fsck-stream-from-the-right-object-instance'
Junio C Hamano
-7
/
+3
2026-03-02
Merge branch 'jt/object-file-use-container-of'
Junio C Hamano
-7
/
+16
2026-03-02
Merge branch 'ps/object-info-bits-cleanup'
Junio C Hamano
-2
/
+2
2026-03-02
Merge branch 'ps/odb-for-each-object'
Junio C Hamano
-41
/
+84
2026-02-23
Merge branch 'ps/object-info-bits-cleanup' into ps/odb-sources
Junio C Hamano
-2
/
+2
2026-02-23
Merge branch 'ps/odb-for-each-object' into ps/odb-sources
Junio C Hamano
-41
/
+84
2026-02-23
object-file: adapt `stream_object_signature()` to take a stream
Patrick Steinhardt
-7
/
+3
2026-02-22
object-file.c: avoid container_of() of a NULL container
Junio C Hamano
-2
/
+2
2026-02-19
object-file: use `container_of()` to convert from base types
Justin Tobler
-7
/
+16
2026-02-12
odb: convert object info flags into an enum
Patrick Steinhardt
-1
/
+2
2026-02-02
odb: transparently handle common transaction behavior
Justin Tobler
-9
/
+0
2026-02-02
odb: prepare `struct odb_transaction` to become generic
Justin Tobler
-36
/
+44
2026-02-02
object-file: rename transaction functions
Justin Tobler
-3
/
+3
2026-02-02
odb: store ODB source in `struct odb_transaction`
Justin Tobler
-11
/
+11
2026-01-26
odb: drop unused `for_each_{loose,packed}_object()` functions
Patrick Steinhardt
-20
/
+0
2026-01-26
odb: introduce mtime fields for object info requests
Patrick Steinhardt
-4
/
+25
2026-01-26
object-file: introduce function to iterate through objects
Patrick Steinhardt
-0
/
+48
2026-01-26
object-file: extract function to read object info from path
Patrick Steinhardt
-23
/
+16
2026-01-26
odb: fix flags parameter to be unsigned
Patrick Steinhardt
-1
/
+2
2026-01-26
odb: rename `FOR_EACH_OBJECT_*` flags
Patrick Steinhardt
-2
/
+2
2026-01-12
object-file: always set OI_LOOSE when reading object info
Patrick Steinhardt
-44
/
+71
2025-12-18
Merge branch 'jc/object-read-stream-fix' into ps/read-object-info-improvements
Junio C Hamano
-4
/
+4
2025-12-18
odb: do not use "blank" substitute for NULL
Junio C Hamano
-4
/
+4
2025-12-16
Merge branch 'ps/object-read-stream'
Junio C Hamano
-18
/
+165
2025-11-24
Merge branch 'ps/object-source-loose'
Junio C Hamano
-97
/
+78
2025-11-24
Merge branch 'bc/submodule-force-same-hash'
Junio C Hamano
-1
/
+5
2025-11-23
streaming: drop redundant type and size pointers
Patrick Steinhardt
-4
/
+2
[next]