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-03-05
Merge branch 'ps/fsck-stream-from-the-right-object-instance'
Junio C Hamano
1
-7
/
+3
2026-03-02
Merge branch 'jt/object-file-use-container-of'
Junio C Hamano
1
-7
/
+16
2026-03-02
Merge branch 'ps/object-info-bits-cleanup'
Junio C Hamano
1
-2
/
+2
2026-03-02
Merge branch 'ps/odb-for-each-object'
Junio C Hamano
1
-41
/
+84
2026-02-23
Merge branch 'ps/object-info-bits-cleanup' into ps/odb-sources
Junio C Hamano
1
-2
/
+2
2026-02-23
Merge branch 'ps/odb-for-each-object' into ps/odb-sources
Junio C Hamano
1
-41
/
+84
2026-02-23
object-file: adapt `stream_object_signature()` to take a stream
Patrick Steinhardt
1
-7
/
+3
2026-02-22
object-file.c: avoid container_of() of a NULL container
Junio C Hamano
1
-2
/
+2
2026-02-19
object-file: use `container_of()` to convert from base types
Justin Tobler
1
-7
/
+16
2026-02-12
odb: convert object info flags into an enum
Patrick Steinhardt
1
-1
/
+2
2026-02-02
odb: transparently handle common transaction behavior
Justin Tobler
1
-9
/
+0
2026-02-02
odb: prepare `struct odb_transaction` to become generic
Justin Tobler
1
-36
/
+44
2026-02-02
object-file: rename transaction functions
Justin Tobler
1
-3
/
+3
2026-02-02
odb: store ODB source in `struct odb_transaction`
Justin Tobler
1
-11
/
+11
2026-01-26
odb: drop unused `for_each_{loose,packed}_object()` functions
Patrick Steinhardt
1
-20
/
+0
2026-01-26
odb: introduce mtime fields for object info requests
Patrick Steinhardt
1
-4
/
+25
2026-01-26
object-file: introduce function to iterate through objects
Patrick Steinhardt
1
-0
/
+48
2026-01-26
object-file: extract function to read object info from path
Patrick Steinhardt
1
-23
/
+16
2026-01-26
odb: fix flags parameter to be unsigned
Patrick Steinhardt
1
-1
/
+2
2026-01-26
odb: rename `FOR_EACH_OBJECT_*` flags
Patrick Steinhardt
1
-2
/
+2
2026-01-12
object-file: always set OI_LOOSE when reading object info
Patrick Steinhardt
1
-44
/
+71
2025-12-18
Merge branch 'jc/object-read-stream-fix' into ps/read-object-info-improvements
Junio C Hamano
1
-4
/
+4
2025-12-18
odb: do not use "blank" substitute for NULL
Junio C Hamano
1
-4
/
+4
2025-12-16
Merge branch 'ps/object-read-stream'
Junio C Hamano
1
-18
/
+165
2025-11-24
Merge branch 'ps/object-source-loose'
Junio C Hamano
1
-97
/
+78
2025-11-24
Merge branch 'bc/submodule-force-same-hash'
Junio C Hamano
1
-1
/
+5
2025-11-23
streaming: drop redundant type and size pointers
Patrick Steinhardt
1
-4
/
+2
2025-11-23
streaming: move into object database subsystem
Patrick Steinhardt
1
-1
/
+1
2025-11-23
streaming: refactor interface to be object-database-centric
Patrick Steinhardt
1
-4
/
+4
2025-11-23
streaming: move logic to read loose objects streams into backend
Patrick Steinhardt
1
-9
/
+158
2025-11-23
streaming: rename `git_istream` into `odb_read_stream`
Patrick Steinhardt
1
-1
/
+1
2025-11-15
read-cache: drop submodule check from add_to_cache()
Jeff King
1
-1
/
+1
2025-11-15
object-file: disallow adding submodules of different hash algo
brian m. carlson
1
-1
/
+5
2025-11-03
object-file: refactor writing objects via a stream
Patrick Steinhardt
1
-3
/
+3
2025-11-03
object-file: rename `write_object_file()`
Patrick Steinhardt
1
-4
/
+4
2025-11-03
object-file: refactor freshening of objects
Patrick Steinhardt
1
-28
/
+5
2025-11-03
object-file: rename `has_loose_object()`
Patrick Steinhardt
1
-3
/
+3
2025-11-03
object-file: read objects via the loose object source
Patrick Steinhardt
1
-43
/
+25
2025-11-03
object-file: move loose object map into loose source
Patrick Steinhardt
1
-0
/
+1
2025-11-03
object-file: hide internals when we need to reprepare loose sources
Patrick Steinhardt
1
-6
/
+11
2025-11-03
object-file: move loose object cache into loose source
Patrick Steinhardt
1
-16
/
+19
2025-11-03
object-file: introduce `struct odb_source_loose`
Patrick Steinhardt
1
-0
/
+13
2025-10-07
Merge branch 'ps/packfile-store'
Junio C Hamano
1
-1
/
+1
2025-09-16
odb: add transaction interface
Justin Tobler
1
-5
/
+7
2025-09-16
object-file: update naming from bulk-checkin
Justin Tobler
1
-44
/
+36
2025-09-16
object-file: relocate ODB transaction code
Justin Tobler
1
-1
/
+393
2025-09-16
bulk-checkin: remove ODB transaction nesting
Justin Tobler
1
-1
/
+1
2025-08-25
bulk-checkin: require transaction for index_blob_bulk_checkin()
Justin Tobler
1
-7
/
+14
2025-08-25
bulk-checkin: remove global transaction state
Justin Tobler
1
-5
/
+6
2025-07-16
object-file: get rid of `the_repository` in index-related functions
Patrick Steinhardt
1
-3
/
+3
[prev]
[next]