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