summaryrefslogtreecommitdiff
path: root/object-file.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-05Merge branch 'ps/fsck-stream-from-the-right-object-instance'Junio C Hamano1-7/+3
2026-03-02Merge branch 'jt/object-file-use-container-of'Junio C Hamano1-7/+16
2026-03-02Merge branch 'ps/object-info-bits-cleanup'Junio C Hamano1-2/+2
2026-03-02Merge branch 'ps/odb-for-each-object'Junio C Hamano1-41/+84
2026-02-23Merge branch 'ps/object-info-bits-cleanup' into ps/odb-sourcesJunio C Hamano1-2/+2
2026-02-23Merge branch 'ps/odb-for-each-object' into ps/odb-sourcesJunio C Hamano1-41/+84
2026-02-23object-file: adapt `stream_object_signature()` to take a streamPatrick Steinhardt1-7/+3
2026-02-22object-file.c: avoid container_of() of a NULL containerJunio C Hamano1-2/+2
2026-02-19object-file: use `container_of()` to convert from base typesJustin Tobler1-7/+16
2026-02-12odb: convert object info flags into an enumPatrick Steinhardt1-1/+2
2026-02-02odb: transparently handle common transaction behaviorJustin Tobler1-9/+0
2026-02-02odb: prepare `struct odb_transaction` to become genericJustin Tobler1-36/+44
2026-02-02object-file: rename transaction functionsJustin Tobler1-3/+3
2026-02-02odb: store ODB source in `struct odb_transaction`Justin Tobler1-11/+11
2026-01-26odb: drop unused `for_each_{loose,packed}_object()` functionsPatrick Steinhardt1-20/+0
2026-01-26odb: introduce mtime fields for object info requestsPatrick Steinhardt1-4/+25
2026-01-26object-file: introduce function to iterate through objectsPatrick Steinhardt1-0/+48
2026-01-26object-file: extract function to read object info from pathPatrick Steinhardt1-23/+16
2026-01-26odb: fix flags parameter to be unsignedPatrick Steinhardt1-1/+2
2026-01-26odb: rename `FOR_EACH_OBJECT_*` flagsPatrick Steinhardt1-2/+2
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