index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
odb.h
Age
Commit message (
Expand
)
Author
14 days
odb: drop unneeded headers and forward decls
Patrick Steinhardt
14 days
odb: rename `odb_has_object()` flags
Patrick Steinhardt
14 days
odb: use enum for `odb_write_object` flags
Patrick Steinhardt
14 days
odb: rename `odb_write_object()` flags
Patrick Steinhardt
14 days
treewide: use enum for `odb_for_each_object()` flags
Patrick Steinhardt
2026-03-20
odb: introduce generic `odb_find_abbrev_len()`
Patrick Steinhardt
2026-03-20
object-name: move logic to iterate through loose prefixed objects
Patrick Steinhardt
2026-03-20
odb: introduce `struct odb_for_each_object_options`
Patrick Steinhardt
2026-03-12
odb: introduce generic object counting
Patrick Steinhardt
2026-03-12
object-file: generalize counting objects
Patrick Steinhardt
2026-03-12
odb: stop including "odb/source.h"
Patrick Steinhardt
2026-03-05
odb/source: make `read_alternates()` function pluggable
Patrick Steinhardt
2026-03-05
odb/source: make `for_each_object()` function pluggable
Patrick Steinhardt
2026-03-05
odb/source: make `read_object_info()` function pluggable
Patrick Steinhardt
2026-03-05
odb: split `struct odb_source` into separate header
Patrick Steinhardt
2026-02-23
Merge branch 'ps/object-info-bits-cleanup' into ps/odb-sources
Junio C Hamano
2026-02-23
Merge branch 'ps/odb-for-each-object' into ps/odb-sources
Junio C Hamano
2026-02-12
odb: convert `odb_has_object()` flags into an enum
Patrick Steinhardt
2026-02-12
odb: convert object info flags into an enum
Patrick Steinhardt
2026-02-12
odb: drop gaps in object info flag values
Patrick Steinhardt
2026-02-02
odb: prepare `struct odb_transaction` to become generic
Justin Tobler
2026-01-26
odb: introduce mtime fields for object info requests
Patrick Steinhardt
2026-01-26
odb: introduce `odb_for_each_object()`
Patrick Steinhardt
2026-01-26
object-file: introduce function to iterate through objects
Patrick Steinhardt
2026-01-26
odb: rename `FOR_EACH_OBJECT_*` flags
Patrick Steinhardt
2026-01-21
Merge branch 'ps/read-object-info-improvements'
Junio C Hamano
2026-01-15
Merge branch 'ps/packfile-store-in-odb-source' into ps/odb-for-each-object
Junio C Hamano
2026-01-12
packfile: extend `is_delta` field to allow for "unknown" state
Patrick Steinhardt
2026-01-12
packfile: always declare object info to be OI_PACKED
Patrick Steinhardt
2026-01-09
packfile: move MIDX into packfile store
Patrick Steinhardt
2026-01-09
packfile: move packfile store into object source
Patrick Steinhardt
2025-11-25
odb: handle changing a repository's commondir
Patrick Steinhardt
2025-11-25
odb: handle initialization of sources in `odb_new()`
Patrick Steinhardt
2025-11-25
odb: move logic to disable ref updates into repo
Patrick Steinhardt
2025-11-19
odb: refactor `odb_clear()` to `odb_free()`
Patrick Steinhardt
2025-11-19
odb: adopt logic to close object databases
Patrick Steinhardt
2025-11-03
object-file: refactor writing objects via a stream
Patrick Steinhardt
2025-11-03
object-file: refactor freshening of objects
Patrick Steinhardt
2025-11-03
object-file: move loose object map into loose source
Patrick Steinhardt
2025-11-03
object-file: move loose object cache into loose source
Patrick Steinhardt
2025-11-03
object-file: introduce `struct odb_source_loose`
Patrick Steinhardt
2025-11-03
object-file: move `fetch_if_missing`
Patrick Steinhardt
2025-11-03
odb: introduce `odb_source_new()`
Patrick Steinhardt
2025-10-07
Merge branch 'ps/odb-clean-stale-wrappers'
Junio C Hamano
2025-10-07
Merge branch 'ps/packfile-store'
Junio C Hamano
2025-10-02
Merge branch 'jt/odb-transaction'
Junio C Hamano
2025-09-24
packfile: split up responsibilities of `reprepare_packed_git()`
Patrick Steinhardt
2025-09-24
odb: move kept cache into `struct packfile_store`
Patrick Steinhardt
2025-09-24
odb: move MRU list of packfiles into `struct packfile_store`
Patrick Steinhardt
2025-09-24
odb: move packfile map into `struct packfile_store`
Patrick Steinhardt
[next]