aboutsummaryrefslogtreecommitdiff
path: root/object-file.c
AgeCommit message (Expand)Author
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
2025-05-16oid_object_info(): drop type_name strbufJeff King
2025-05-16fsck: stop using object_info->type_name strbufJeff King
2025-05-16object-file: drop OBJECT_INFO_ALLOW_UNKNOWN_TYPE flagJeff King
2025-04-29object-store: drop `loose_object_path()`Patrick Steinhardt
2025-04-24Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanupJunio C Hamano
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano
2025-04-15Merge branch 'jk/zlib-inflate-fixes'Junio C Hamano