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.c
Age
Commit message (
Expand
)
Author
2025-11-23
streaming: move into object database subsystem
Patrick Steinhardt
2025-11-23
streaming: refactor interface to be object-database-centric
Patrick Steinhardt
2025-11-23
streaming: move logic to read loose objects streams into backend
Patrick Steinhardt
2025-11-23
streaming: rename `git_istream` into `odb_read_stream`
Patrick Steinhardt
2025-11-15
read-cache: drop submodule check from add_to_cache()
Jeff King
2025-11-15
object-file: disallow adding submodules of different hash algo
brian m. carlson
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-10-07
Merge branch 'ps/packfile-store'
Junio C Hamano
2025-09-16
odb: add transaction interface
Justin Tobler
2025-09-16
object-file: update naming from bulk-checkin
Justin Tobler
2025-09-16
object-file: relocate ODB transaction code
Justin Tobler
2025-09-16
bulk-checkin: remove ODB transaction nesting
Justin Tobler
2025-08-25
bulk-checkin: require transaction for index_blob_bulk_checkin()
Justin Tobler
2025-08-25
bulk-checkin: remove global transaction state
Justin Tobler
2025-07-16
object-file: get rid of `the_repository` in index-related functions
Patrick Steinhardt
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
loose: write loose objects map via their source
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 `loose_object_info()`
Patrick Steinhardt
2025-07-16
object-file: get rid of `the_repository` when freshening objects
Patrick Steinhardt
2025-07-16
object-file: inline `check_and_freshen()` functions
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-16
object-file: fix -Wsign-compare warnings
Patrick Steinhardt
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
2025-07-01
odb: get rid of `the_repository` when handling alternates
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
oid_object_info(): drop type_name strbuf
Jeff King
2025-05-16
fsck: stop using object_info->type_name strbuf
Jeff King
2025-05-16
object-file: drop OBJECT_INFO_ALLOW_UNKNOWN_TYPE flag
Jeff King
2025-04-29
object-store: drop `loose_object_path()`
Patrick Steinhardt
2025-04-24
Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanup
Junio C Hamano
2025-04-15
Merge branch 'ps/object-wo-the-repository'
Junio C Hamano
2025-04-15
Merge branch 'jk/zlib-inflate-fixes'
Junio C Hamano
[prev]
[next]