summaryrefslogtreecommitdiff
path: root/builtin/fsck.c
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge branch 'ps/odb-pluggable-fsck' into jchJunio C Hamano1-241/+55
13 daysMerge branch 'ty/repository-fetch-if-missing'Junio C Hamano1-3/+3
2026-08-31builtin/fsck: move loose object verification into the loose sourcePatrick Steinhardt1-88/+3
2026-08-31builtin/fsck: move multi-pack index verification into the packed sourcePatrick Steinhardt1-18/+0
2026-08-31builtin/fsck: move bitmap verification into the packed sourcePatrick Steinhardt1-5/+0
2026-08-31builtin/fsck: move reverse index verification into the packed sourcePatrick Steinhardt1-37/+0
2026-08-31builtin/fsck: move packfile verification into the packed sourcePatrick Steinhardt1-29/+4
2026-08-31odb: provide infrastructure for pluggable fsck checksPatrick Steinhardt1-5/+11
2026-08-31builtin/fsck: don't check alternates with "--no-full"Patrick Steinhardt1-1/+2
2026-08-31builtin/fsck: de-globalize option handlingPatrick Steinhardt1-23/+22
2026-08-31builtin/fsck: merge `fsck_obj_buffer()` and `fsck_obj()`Patrick Steinhardt1-27/+20
2026-08-31builtin/fsck: use `fsck_obj_buffer()` when checking loose objectsPatrick Steinhardt1-16/+1
2026-08-17odb: eagerly initialize alternatesPatrick Steinhardt1-3/+0
2026-08-15repository: move fetch_if_missing into struct repositoryTian Yuchen1-3/+3
2026-07-16worktree: pass repository to public functionsPatrick Steinhardt1-3/+3
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-1/+1
2026-04-08Merge branch 'ps/odb-cleanup'Junio C Hamano1-1/+1
2026-03-31odb: rename `odb_has_object()` flagsPatrick Steinhardt1-1/+1
2026-03-23builtin/fsck: stop using `the_repository` in error reportingPatrick Steinhardt1-23/+23
2026-03-23builtin/fsck: stop using `the_repository` when marking objectsPatrick Steinhardt1-12/+14
2026-03-23builtin/fsck: stop using `the_repository` when checking packed objectsPatrick Steinhardt1-5/+6
2026-03-23builtin/fsck: stop using `the_repository` with loose objectsPatrick Steinhardt1-6/+8
2026-03-23builtin/fsck: stop using `the_repository` when checking reflogsPatrick Steinhardt1-10/+14
2026-03-23builtin/fsck: stop using `the_repository` when checking refsPatrick Steinhardt1-5/+6
2026-03-23builtin/fsck: stop using `the_repository` when snapshotting refsPatrick Steinhardt1-11/+22
2026-03-23builtin/fsck: fix trivial dependence on `the_repository`Patrick Steinhardt1-49/+49
2026-03-23fsck: store repository in fsck optionsPatrick Steinhardt1-4/+4
2026-03-23fsck: initialize fsck options via a functionPatrick Steinhardt1-3/+7
2026-03-09Merge branch 'ps/refs-for-each'Junio C Hamano1-2/+5
2026-03-04Merge branch 'pw/no-more-NULL-means-current-worktree'Junio C Hamano1-1/+1
2026-03-02Merge branch 'ps/object-info-bits-cleanup'Junio C Hamano1-1/+2
2026-03-02Merge branch 'ps/odb-for-each-object'Junio C Hamano1-45/+12
2026-02-23refs: replace `refs_for_each_rawref()`Patrick Steinhardt1-2/+5
2026-02-19path: remove repository argument from worktree_git_path()Phillip Wood1-1/+1
2026-02-12builtin/fsck: fix flags passed to `odb_has_object()`Patrick Steinhardt1-1/+2
2026-01-26builtin/fsck: refactor to use `odb_for_each_object()`Patrick Steinhardt1-45/+12
2026-01-21Merge branch 'ps/ref-consistency-checks'Junio C Hamano1-42/+4
2026-01-12builtin/fsck: drop `fsck_head_link()`Patrick Steinhardt1-24/+4
2026-01-12builtin/fsck: move generic HEAD check into `refs_fsck()`Patrick Steinhardt1-7/+0
2026-01-12builtin/fsck: move generic object ID checks into `refs_fsck()`Patrick Steinhardt1-26/+15
2026-01-09fsck: snapshot default refs before object walkElijah Newren1-40/+122
2025-12-16Merge branch 'ps/object-read-stream'Junio C Hamano1-2/+3
2025-11-23streaming: move into object database subsystemPatrick Steinhardt1-1/+1
2025-11-23streaming: get rid of `the_repository`Patrick Steinhardt1-1/+2
2025-11-19Merge branch 'ps/ref-peeled-tags'Junio C Hamano1-14/+19
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt1-14/+19
2025-10-16packfile: introduce macro to iterate through packsPatrick Steinhardt1-9/+6
2025-09-24packfile: refactor `get_all_packs()` to work on packfile storePatrick Steinhardt1-4/+7
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano1-5/+4
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt1-5/+4