summaryrefslogtreecommitdiff
path: root/object-file.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-16object-file: drop support for writing objects with unknown typesJeff King1-76/+5
2025-05-16oid_object_info(): drop type_name strbufJeff King1-3/+1
2025-05-16fsck: stop using object_info->type_name strbufJeff King1-3/+9
2025-05-16object-file: drop OBJECT_INFO_ALLOW_UNKNOWN_TYPE flagJeff King1-38/+7
2025-04-29object-store: drop `loose_object_path()`Patrick Steinhardt1-2/+2
2025-04-24Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanupJunio C Hamano1-1193/+27
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano1-283/+9
2025-04-15Merge branch 'jk/zlib-inflate-fixes'Junio C Hamano1-25/+23
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-0/+1
2025-04-15object-file: drop `index_blob_stream()`Patrick Steinhardt1-24/+2
2025-04-15object-file: split up concerns of `HASH_*` flagsPatrick Steinhardt1-9/+9
2025-04-15object-file: split out functions relating to object store subsystemPatrick Steinhardt1-977/+13
2025-04-15object-file: move `xmmap()` into "wrapper.c"Patrick Steinhardt1-48/+0
2025-04-15object-file: move `git_open_cloexec()` to "compat/open.c"Patrick Steinhardt1-27/+0
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt1-79/+2
2025-04-15object-file: move `mkdir_in_gitdir()` into "path.c"Patrick Steinhardt1-31/+2
2025-03-21treewide: replace assert() with ASSERT() in special casesElijah Newren1-1/+1
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt1-1/+1
2025-03-10object-file: split out logic regarding hash algorithmsPatrick Steinhardt1-277/+0
2025-03-10object-file-convert: stop depending on `the_repository`Patrick Steinhardt1-3/+4
2025-03-10environment: move access to "core.bigFileThreshold" into repo settingsPatrick Steinhardt1-2/+4
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano1-7/+7
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt1-4/+4
2025-02-25unpack_loose_rest(): rewrite return handling for clarityJeff King1-6/+6
2025-02-25unpack_loose_rest(): simplify error handlingJeff King1-3/+3
2025-02-25unpack_loose_rest(): never clean up zstreamJeff King1-10/+8
2025-02-25unpack_loose_rest(): avoid numeric comparison of zlib statusJeff King1-1/+1
2025-02-25unpack_loose_header(): avoid numeric comparison of zlib statusJeff King1-1/+1
2025-02-25unpack_loose_header(): fix infinite loop on broken zlib inputJeff King1-1/+1
2025-02-25unpack_loose_header(): report headers without NUL as "bad"Jeff King1-1/+1
2025-02-25unpack_loose_header(): simplify next_out assignmentJeff King1-4/+3
2025-02-25loose_object_info(): BUG() on inflating content with unknown typeJeff King1-0/+2
2025-02-07path: drop `git_path_buf()` in favor of `repo_git_path_replace()`Patrick Steinhardt1-2/+2
2025-02-07path: drop `git_pathdup()` in favor of `repo_git_path()`Patrick Steinhardt1-1/+1
2025-02-03Merge branch 'tb/unsafe-hash-cleanup'Junio C Hamano1-15/+26
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt1-17/+15
2025-01-31hash: provide generic wrappers to update hash contextsPatrick Steinhardt1-0/+6
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt1-31/+31
2025-01-31hash: convert hashing context to a structurePatrick Steinhardt1-15/+15
2025-01-31Merge branch 'tb/unsafe-hash-cleanup' into ps/hash-cleanupJunio C Hamano1-15/+26
2025-01-23hash.h: drop unsafe_ function variantsTaylor Blau1-15/+0
2025-01-23hash.h: introduce `unsafe_hash_algo()`Taylor Blau1-0/+26
2025-01-16Merge branch 'ps/object-collision-check'Junio C Hamano1-24/+42
2025-01-06object-file: retry linking file into place when occluding file vanishesPatrick Steinhardt1-4/+21
2025-01-06object-file: don't special-case missing source file in collision checkPatrick Steinhardt1-2/+1
2025-01-06object-file: rename variables in `check_collision()`Patrick Steinhardt1-20/+20
2024-12-30object-file: fix race in object collision checkPatrick Steinhardt1-2/+4
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-11-18object-file: inline empty tree and blob literalsJeff King1-27/+20
2024-11-18object-file: treat cached_object values as constJeff King1-4/+4