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
/
object-file.h
Age
Commit message (
Expand
)
Author
2026-03-31
odb: use enum for `odb_write_object` flags
Patrick Steinhardt
2026-03-20
object-name: move logic to compute loose abbreviation length
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
object-file: generalize counting objects
Patrick Steinhardt
2026-03-12
object-file: extract logic to approximate object count
Patrick Steinhardt
2026-03-05
Merge branch 'ps/fsck-stream-from-the-right-object-instance'
Junio C Hamano
2026-03-02
Merge branch 'ps/object-info-bits-cleanup'
Junio C Hamano
2026-03-02
Merge branch 'ps/odb-for-each-object'
Junio C Hamano
2026-02-23
object-file: adapt `stream_object_signature()` to take a stream
Patrick Steinhardt
2026-02-12
odb: convert object info flags into an enum
Patrick Steinhardt
2026-02-02
odb: prepare `struct odb_transaction` to become generic
Justin Tobler
2026-02-02
object-file: rename transaction functions
Justin Tobler
2026-01-26
odb: drop unused `for_each_{loose,packed}_object()` functions
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: fix flags parameter to be unsigned
Patrick Steinhardt
2026-01-26
odb: rename `FOR_EACH_OBJECT_*` flags
Patrick Steinhardt
2025-11-23
streaming: move logic to read loose objects streams into backend
Patrick Steinhardt
2025-11-03
object-file: refactor writing objects via a stream
Patrick Steinhardt
2025-11-03
object-file: rename `write_object_file()`
Patrick Steinhardt
2025-11-03
object-file: refactor freshening of objects
Patrick Steinhardt
2025-11-03
object-file: rename `has_loose_object()`
Patrick Steinhardt
2025-11-03
object-file: read objects via the loose object source
Patrick Steinhardt
2025-11-03
object-file: move loose object map into loose source
Patrick Steinhardt
2025-11-03
object-file: hide internals when we need to reprepare loose sources
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-09-16
odb: add transaction interface
Justin Tobler
2025-09-16
object-file: relocate ODB transaction code
Justin Tobler
2025-07-16
object-file: get rid of `the_repository` in `force_object_loose()`
Patrick Steinhardt
2025-07-16
object-file: get rid of `the_repository` in `read_loose_object()`
Patrick Steinhardt
2025-07-16
object-file: get rid of `the_repository` in loose object iterators
Patrick Steinhardt
2025-07-16
object-file: remove declaration for `for_each_file_in_obj_subdir()`
Patrick Steinhardt
2025-07-16
object-file: inline `for_each_loose_file_in_objdir_buf()`
Patrick Steinhardt
2025-07-16
object-file: get rid of `the_repository` when writing objects
Patrick Steinhardt
2025-07-16
odb: introduce `odb_write_object()`
Patrick Steinhardt
2025-07-16
object-file: get rid of `the_repository` in `finalize_object_file()`
Patrick Steinhardt
2025-07-16
object-file: get rid of `the_repository` in `has_loose_object()`
Patrick Steinhardt
2025-07-16
object-file: stop using `the_hash_algo`
Patrick Steinhardt
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
2025-05-16
object-file: drop support for writing objects with unknown types
Jeff King
2025-05-16
object-file: drop OBJECT_INFO_ALLOW_UNKNOWN_TYPE flag
Jeff King
2025-05-16
object-file.h: fix typo in variable declaration
Jeff King
2025-04-29
object-store: move function declarations to their respective subsystems
Patrick Steinhardt
2025-04-29
object-store: drop `loose_object_path()`
Patrick Steinhardt
2025-04-15
object-file: split up concerns of `HASH_*` flags
Patrick Steinhardt
[next]