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
/
object-file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-21
Merge branch 'js/objects-larger-than-4gb-on-windows-more'
Junio C Hamano
1
-3
/
+3
2026-06-15
odb: use size_t for object_info.sizep and the size APIs
Johannes Schindelin
1
-3
/
+3
2026-06-15
Merge branch 'ob/more-repo-config-values'
Junio C Hamano
1
-2
/
+4
2026-06-03
environment: move "pack_compression_level" into `struct repo_config_values`
Olamide Caleb Bello
1
-1
/
+2
2026-06-03
environment: move `zlib_compression_level` into `struct repo_config_values`
Olamide Caleb Bello
1
-1
/
+2
2026-06-01
object-file: refactor writing objects to use loose source
Patrick Steinhardt
1
-38
/
+37
2026-06-01
odb/source-loose: wire up `write_object()` callback
Patrick Steinhardt
1
-50
/
+8
2026-06-01
loose: refactor object map to operate on `struct odb_source_loose`
Patrick Steinhardt
1
-3
/
+6
2026-06-01
odb/source-loose: wire up `freshen_object()` callback
Patrick Steinhardt
1
-15
/
+0
2026-06-01
odb/source-loose: drop `odb_source_loose_has_object()`
Patrick Steinhardt
1
-8
/
+4
2026-06-01
odb/source-loose: wire up `count_objects()` callback
Patrick Steinhardt
1
-60
/
+0
2026-06-01
odb/source-loose: wire up `find_abbrev_len()` callback
Patrick Steinhardt
1
-39
/
+0
2026-06-01
odb/source-loose: wire up `for_each_object()` callback
Patrick Steinhardt
1
-283
/
+16
2026-06-01
odb/source-loose: wire up `read_object_stream()` callback
Patrick Steinhardt
1
-194
/
+6
2026-06-01
odb/source-loose: wire up `read_object_info()` callback
Patrick Steinhardt
1
-33
/
+13
2026-06-01
odb/source-loose: wire up `reprepare()` callback
Patrick Steinhardt
1
-6
/
+0
2026-06-01
odb/source-loose: start converting to a proper `struct odb_source`
Patrick Steinhardt
1
-17
/
+0
2026-06-01
odb/source-loose: store pointer to "files" instead of generic source
Patrick Steinhardt
1
-2
/
+2
2026-06-01
odb/source-loose: move loose source into "odb/" subsystem
Patrick Steinhardt
1
-8
/
+0
2026-05-21
Merge branch 'ps/odb-in-memory' into ps/odb-source-loose
Junio C Hamano
1
-141
/
+117
2026-05-15
oidtree: add ability to store data
Patrick Steinhardt
1
-1
/
+2
2026-05-15
Merge branch 'jt/odb-transaction-write' into ps/odb-in-memory
Junio C Hamano
1
-140
/
+115
2026-05-15
odb/transaction: make `write_object_stream()` pluggable
Justin Tobler
1
-7
/
+9
2026-05-15
object-file: generalize packfile writes to use odb_write_stream
Justin Tobler
1
-25
/
+29
2026-05-15
object-file: avoid fd seekback by checking object size upfront
Justin Tobler
1
-61
/
+25
2026-05-15
object-file: remove flags from transaction packfile writes
Justin Tobler
1
-50
/
+78
2026-05-15
odb: update `struct odb_write_stream` read() callback
Justin Tobler
1
-3
/
+12
2026-05-15
odb: split `struct odb_transaction` into separate header
Justin Tobler
1
-0
/
+1
2026-05-09
odb, packfile: use size_t for streaming object sizes
Johannes Schindelin
1
-1
/
+9
2026-05-09
git-zlib: handle data streams larger than 4GB
Johannes Schindelin
1
-1
/
+1
2026-04-08
Merge branch 'jt/index-fd-wo-repo-regression-fix-maint'
Junio C Hamano
1
-11
/
+44
2026-04-08
Merge branch 'ps/odb-cleanup'
Junio C Hamano
1
-4
/
+5
2026-04-07
object-file: avoid ODB transaction when not writing objects
Justin Tobler
1
-7
/
+40
2026-04-07
Merge branch 'ps/fsck-wo-the-repository'
Junio C Hamano
1
-1
/
+2
2026-03-31
odb: rename `odb_has_object()` flags
Patrick Steinhardt
1
-1
/
+1
2026-03-31
odb: use enum for `odb_write_object` flags
Patrick Steinhardt
1
-1
/
+2
2026-03-31
odb: rename `odb_write_object()` flags
Patrick Steinhardt
1
-2
/
+2
2026-03-25
Merge branch 'ps/object-counting'
Junio C Hamano
1
-0
/
+58
2026-03-23
fsck: store repository in fsck options
Patrick Steinhardt
1
-1
/
+1
2026-03-23
fsck: initialize fsck options via a function
Patrick Steinhardt
1
-1
/
+2
2026-03-20
object-name: move logic to compute loose abbreviation length
Patrick Steinhardt
1
-0
/
+38
2026-03-20
object-name: move logic to iterate through loose prefixed objects
Patrick Steinhardt
1
-2
/
+27
2026-03-20
odb: introduce `struct odb_for_each_object_options`
Patrick Steinhardt
1
-4
/
+5
2026-03-20
Merge branch 'ps/object-counting' into ps/odb-generic-object-name-handling
Junio C Hamano
1
-0
/
+58
2026-03-19
object-file: fix sparse 'plain integer as NULL pointer' error
Ramsay Jones
1
-1
/
+1
2026-03-16
Merge branch 'jk/unleak-mmap'
Junio C Hamano
1
-1
/
+1
2026-03-12
Merge branch 'ps/odb-sources'
Junio C Hamano
1
-12
/
+26
2026-03-12
object-file: generalize counting objects
Patrick Steinhardt
1
-21
/
+38
2026-03-12
object-file: extract logic to approximate object count
Patrick Steinhardt
1
-0
/
+41
2026-03-10
Merge branch 'ps/odb-sources' into ps/object-counting
Junio C Hamano
1
-12
/
+26
[next]