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
/
odb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-21
Merge branch 'ps/packfile-store-in-odb-source'
Junio C Hamano
1
-25
/
+19
2026-01-15
Merge branch 'ps/odb-misc-fixes'
Junio C Hamano
1
-1
/
+1
2026-01-09
packfile: move MIDX into packfile store
Patrick Steinhardt
1
-7
/
+1
2026-01-09
packfile: move packfile store into object source
Patrick Steinhardt
1
-18
/
+18
2026-01-09
packfile: create store via its owning source
Patrick Steinhardt
1
-1
/
+1
2026-01-07
Merge branch 'ps/odb-misc-fixes' into ps/packfile-store-in-odb-source
Junio C Hamano
1
-1
/
+1
2026-01-07
odb: properly close sources before freeing them
Patrick Steinhardt
1
-1
/
+1
2025-12-30
Merge branch 'jc/object-read-stream-fix'
Junio C Hamano
1
-16
/
+13
2025-12-22
Merge branch 'ps/odb-alternates-object-sources'
Junio C Hamano
1
-149
/
+158
2025-12-18
odb: do not use "blank" substitute for NULL
Junio C Hamano
1
-16
/
+13
2025-12-16
Merge branch 'ps/object-read-stream'
Junio C Hamano
1
-25
/
+4
2025-12-15
Merge branch 'ps/object-read-stream' into ps/packfile-store-in-odb-source
Junio C Hamano
1
-25
/
+4
2025-12-11
odb: write alternates via sources
Patrick Steinhardt
1
-16
/
+35
2025-12-11
odb: read alternates via sources
Patrick Steinhardt
1
-6
/
+6
2025-12-11
odb: drop forward declaration of `read_info_alternates()`
Patrick Steinhardt
1
-71
/
+54
2025-12-11
odb: remove mutual recursion when parsing alternates
Patrick Steinhardt
1
-33
/
+27
2025-12-11
odb: stop splitting alternate in `odb_add_to_alternates_file()`
Patrick Steinhardt
1
-1
/
+1
2025-12-11
odb: move computation of normalized objdir into `alt_odb_usable()`
Patrick Steinhardt
1
-12
/
+15
2025-12-11
odb: resolve relative alternative paths when parsing
Patrick Steinhardt
1
-32
/
+32
2025-12-11
odb: refactor parsing of alternates to be self-contained
Patrick Steinhardt
1
-30
/
+40
2025-11-25
odb: handle recreation of quarantine directories
Patrick Steinhardt
1
-0
/
+7
2025-11-25
odb: handle changing a repository's commondir
Patrick Steinhardt
1
-3
/
+34
2025-11-25
odb: handle initialization of sources in `odb_new()`
Patrick Steinhardt
1
-1
/
+13
2025-11-25
odb: move logic to disable ref updates into repo
Patrick Steinhardt
1
-1
/
+2
2025-11-23
packfile: introduce function to read object info from a store
Patrick Steinhardt
1
-25
/
+4
2025-11-19
odb: refactor `odb_clear()` to `odb_free()`
Patrick Steinhardt
1
-11
/
+8
2025-11-19
odb: adopt logic to close object databases
Patrick Steinhardt
1
-1
/
+17
2025-11-03
object-file: refactor writing objects via a stream
Patrick Steinhardt
1
-0
/
+7
2025-11-03
object-file: rename `write_object_file()`
Patrick Steinhardt
1
-1
/
+2
2025-11-03
object-file: refactor freshening of objects
Patrick Steinhardt
1
-0
/
+16
2025-11-03
object-file: read objects via the loose object source
Patrick Steinhardt
1
-2
/
+7
2025-11-03
object-file: move loose object map into loose source
Patrick Steinhardt
1
-1
/
+0
2025-11-03
object-file: hide internals when we need to reprepare loose sources
Patrick Steinhardt
1
-1
/
+1
2025-11-03
object-file: move loose object cache into loose source
Patrick Steinhardt
1
-1
/
+0
2025-11-03
object-file: introduce `struct odb_source_loose`
Patrick Steinhardt
1
-0
/
+2
2025-11-03
odb: adjust naming to free object sources
Patrick Steinhardt
1
-5
/
+5
2025-11-03
odb: introduce `odb_source_new()`
Patrick Steinhardt
1
-7
/
+16
2025-11-03
odb: fix subtle logic to check whether an alternate is usable
Patrick Steinhardt
1
-13
/
+17
2025-10-07
Merge branch 'ps/packfile-store'
Junio C Hamano
1
-13
/
+27
2025-10-02
Merge branch 'jt/odb-transaction'
Junio C Hamano
1
-0
/
+10
2025-09-24
packfile: split up responsibilities of `reprepare_packed_git()`
Patrick Steinhardt
1
-1
/
+26
2025-09-24
odb: move MRU list of packfiles into `struct packfile_store`
Patrick Steinhardt
1
-2
/
+0
2025-09-24
odb: move packfile map into `struct packfile_store`
Patrick Steinhardt
1
-2
/
+0
2025-09-24
odb: move list of packfiles into `struct packfile_store`
Patrick Steinhardt
1
-10
/
+2
2025-09-24
packfile: introduce a new `struct packfile_store`
Patrick Steinhardt
1
-0
/
+1
2025-09-16
odb: add transaction interface
Justin Tobler
1
-0
/
+10
2025-09-12
Merge branch 'ps/object-store-midx-dedup-info'
Junio C Hamano
1
-32
/
+32
2025-09-02
Merge branch 'ps/object-store-midx-dedup-info' into ps/packfile-store
Junio C Hamano
1
-32
/
+32
2025-08-11
odb: simplify calling `link_alt_odb_entry()`
Patrick Steinhardt
1
-18
/
+7
2025-08-11
odb: return newly created in-memory sources
Patrick Steinhardt
1
-12
/
+18
[next]