summaryrefslogtreecommitdiff
path: root/object-file.c
AgeCommit message (Expand)Author
2026-01-12object-file: always set OI_LOOSE when reading object infoPatrick Steinhardt
2025-12-18Merge branch 'jc/object-read-stream-fix' into ps/read-object-info-improvementsJunio C Hamano
2025-12-18odb: do not use "blank" substitute for NULLJunio C Hamano
2025-12-16Merge branch 'ps/object-read-stream'Junio C Hamano
2025-11-24Merge branch 'ps/object-source-loose'Junio C Hamano
2025-11-24Merge branch 'bc/submodule-force-same-hash'Junio C Hamano
2025-11-23streaming: drop redundant type and size pointersPatrick Steinhardt
2025-11-23streaming: move into object database subsystemPatrick Steinhardt
2025-11-23streaming: refactor interface to be object-database-centricPatrick Steinhardt
2025-11-23streaming: move logic to read loose objects streams into backendPatrick Steinhardt
2025-11-23streaming: rename `git_istream` into `odb_read_stream`Patrick Steinhardt
2025-11-15read-cache: drop submodule check from add_to_cache()Jeff King
2025-11-15object-file: disallow adding submodules of different hash algobrian m. carlson
2025-11-03object-file: refactor writing objects via a streamPatrick Steinhardt
2025-11-03object-file: rename `write_object_file()`Patrick Steinhardt
2025-11-03object-file: refactor freshening of objectsPatrick Steinhardt
2025-11-03object-file: rename `has_loose_object()`Patrick Steinhardt
2025-11-03object-file: read objects via the loose object sourcePatrick Steinhardt
2025-11-03object-file: move loose object map into loose sourcePatrick Steinhardt
2025-11-03object-file: hide internals when we need to reprepare loose sourcesPatrick Steinhardt
2025-11-03object-file: move loose object cache into loose sourcePatrick Steinhardt
2025-11-03object-file: introduce `struct odb_source_loose`Patrick Steinhardt
2025-10-07Merge branch 'ps/packfile-store'Junio C Hamano
2025-09-16odb: add transaction interfaceJustin Tobler
2025-09-16object-file: update naming from bulk-checkinJustin Tobler
2025-09-16object-file: relocate ODB transaction codeJustin Tobler
2025-09-16bulk-checkin: remove ODB transaction nestingJustin Tobler
2025-08-25bulk-checkin: require transaction for index_blob_bulk_checkin()Justin Tobler
2025-08-25bulk-checkin: remove global transaction stateJustin Tobler
2025-07-16object-file: get rid of `the_repository` in index-related functionsPatrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in `force_object_loose()`Patrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in `read_loose_object()`Patrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in loose object iteratorsPatrick Steinhardt
2025-07-16object-file: remove declaration for `for_each_file_in_obj_subdir()`Patrick Steinhardt
2025-07-16object-file: inline `for_each_loose_file_in_objdir_buf()`Patrick Steinhardt
2025-07-16object-file: get rid of `the_repository` when writing objectsPatrick Steinhardt
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt
2025-07-16loose: write loose objects map via their sourcePatrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in `finalize_object_file()`Patrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in `loose_object_info()`Patrick Steinhardt
2025-07-16object-file: get rid of `the_repository` when freshening objectsPatrick Steinhardt
2025-07-16object-file: inline `check_and_freshen()` functionsPatrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in `has_loose_object()`Patrick Steinhardt
2025-07-16object-file: stop using `the_hash_algo`Patrick Steinhardt
2025-07-16object-file: fix -Wsign-compare warningsPatrick Steinhardt
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt
2025-05-16object-file: drop support for writing objects with unknown typesJeff King