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