index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
odb.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-07
Merge branch 'ps/odb-clean-stale-wrappers'
Junio C Hamano
1
-33
/
+0
2025-10-07
Merge branch 'ps/packfile-store'
Junio C Hamano
1
-27
/
+9
2025-10-02
Merge branch 'jt/odb-transaction'
Junio C Hamano
1
-0
/
+13
2025-09-24
packfile: split up responsibilities of `reprepare_packed_git()`
Patrick Steinhardt
1
-0
/
+6
2025-09-24
odb: move kept cache into `struct packfile_store`
Patrick Steinhardt
1
-9
/
+1
2025-09-24
odb: move MRU list of packfiles into `struct packfile_store`
Patrick Steinhardt
1
-4
/
+0
2025-09-24
odb: move packfile map into `struct packfile_store`
Patrick Steinhardt
1
-7
/
+1
2025-09-24
odb: move initialization bit into `struct packfile_store`
Patrick Steinhardt
1
-6
/
+0
2025-09-24
odb: move list of packfiles into `struct packfile_store`
Patrick Steinhardt
1
-1
/
+0
2025-09-24
packfile: introduce a new `struct packfile_store`
Patrick Steinhardt
1
-1
/
+2
2025-09-16
odb: add transaction interface
Justin Tobler
1
-0
/
+13
2025-09-15
Merge branch 'jt/de-global-bulk-checkin'
Junio C Hamano
1
-0
/
+8
2025-09-12
Merge branch 'ps/object-store-midx-dedup-info'
Junio C Hamano
1
-4
/
+15
2025-09-11
odb: drop deprecated wrapper functions
Patrick Steinhardt
1
-33
/
+0
2025-09-02
Merge branch 'ps/object-store-midx-dedup-info' into ps/packfile-store
Junio C Hamano
1
-4
/
+15
2025-08-25
bulk-checkin: remove global transaction state
Justin Tobler
1
-0
/
+8
2025-08-11
odb: return newly created in-memory sources
Patrick Steinhardt
1
-2
/
+2
2025-08-11
odb: allow `odb_find_source()` to fail
Patrick Steinhardt
1
-2
/
+5
2025-08-11
odb: store locality in object database sources
Patrick Steinhardt
1
-0
/
+8
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
1
-0
/
+38
2025-07-16
odb: introduce `odb_write_object()`
Patrick Steinhardt
1
-0
/
+38
2025-07-15
midx: remove now-unused linked list of multi-pack indices
Patrick Steinhardt
1
-7
/
+0
2025-07-15
midx: start tracking per object database source
Patrick Steinhardt
1
-1
/
+8
2025-07-01
odb: rename `read_object_with_reference()`
Patrick Steinhardt
1
-8
/
+7
2025-07-01
odb: rename `pretend_object_file()`
Patrick Steinhardt
1
-3
/
+3
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
1
-2
/
+10
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-6
/
+23
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-8
/
+38
2025-07-01
odb: get rid of `the_repository` when handling submodule sources
Patrick Steinhardt
1
-0
/
+15
2025-07-01
odb: get rid of `the_repository` when handling the primary source
Patrick Steinhardt
1
-11
/
+15
2025-07-01
odb: get rid of `the_repository` in `for_each()` functions
Patrick Steinhardt
1
-5
/
+18
2025-07-01
odb: get rid of `the_repository` when handling alternates
Patrick Steinhardt
1
-17
/
+36
2025-07-01
odb: get rid of `the_repository` in `odb_mkstemp()`
Patrick Steinhardt
1
-3
/
+4
2025-07-01
odb: get rid of `the_repository` in `assert_oid_type()`
Patrick Steinhardt
1
-1
/
+2
2025-07-01
odb: get rid of `the_repository` in `find_odb()`
Patrick Steinhardt
1
-1
/
+6
2025-07-01
odb: introduce parent pointers
Patrick Steinhardt
1
-1
/
+7
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-0
/
+355