index
:
git
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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2025-07-16
object-file: get rid of `the_repository` in `force_object_loose()`
Patrick Steinhardt
1
-9
/
+9
2025-07-16
object-file: get rid of `the_repository` in `read_loose_object()`
Patrick Steinhardt
1
-4
/
+5
2025-07-16
object-file: get rid of `the_repository` in loose object iterators
Patrick Steinhardt
1
-9
/
+9
2025-07-16
object-file: remove declaration for `for_each_file_in_obj_subdir()`
Patrick Steinhardt
1
-7
/
+7
2025-07-16
object-file: inline `for_each_loose_file_in_objdir_buf()`
Patrick Steinhardt
1
-23
/
+8
2025-07-16
object-file: get rid of `the_repository` when writing objects
Patrick Steinhardt
1
-46
/
+50
2025-07-16
odb: introduce `odb_write_object()`
Patrick Steinhardt
1
-9
/
+9
2025-07-16
loose: write loose objects map via their source
Patrick Steinhardt
1
-3
/
+3
2025-07-16
object-file: get rid of `the_repository` in `finalize_object_file()`
Patrick Steinhardt
1
-6
/
+8
2025-07-16
object-file: get rid of `the_repository` in `loose_object_info()`
Patrick Steinhardt
1
-1
/
+1
2025-07-16
object-file: get rid of `the_repository` when freshening objects
Patrick Steinhardt
1
-11
/
+11
2025-07-16
object-file: inline `check_and_freshen()` functions
Patrick Steinhardt
1
-28
/
+13
2025-07-16
object-file: get rid of `the_repository` in `has_loose_object()`
Patrick Steinhardt
1
-9
/
+7
2025-07-16
object-file: stop using `the_hash_algo`
Patrick Steinhardt
1
-16
/
+24
2025-07-16
object-file: fix -Wsign-compare warnings
Patrick Steinhardt
1
-9
/
+6
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
odb: get rid of `the_repository` when handling alternates
Patrick Steinhardt
1
-5
/
+5
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
1
-40
/
+40
2025-05-16
object-file: drop support for writing objects with unknown types
Jeff King
1
-76
/
+5
[next]