aboutsummaryrefslogtreecommitdiff
path: root/builtin/fsck.c
AgeCommit message (Expand)Author
2025-02-27builtin/fsck: add `git refs verify` child processshejialuo
2025-02-07worktree: return allocated string from `get_worktree_git_dir()`Patrick Steinhardt
2025-02-07path: drop `git_pathdup()` in favor of `repo_git_path()`Patrick Steinhardt
2024-12-18progress: stop using `the_repository`Patrick Steinhardt
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak
2024-12-04packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2024-08-16Merge branch 'sj/ref-fsck'Junio C Hamano
2024-08-13path: stop relying on `the_repository` in `worktree_git_path()`Patrick Steinhardt
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-08-08fsck: make "fsck_error" callback genericshejialuo
2024-08-08fsck: rename objects-related fsck error functionsshejialuo
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-02-21refs: drop unused params from the reflog iterator callbackPatrick Steinhardt
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-08-19fsck: use enum object_type for fsck_walk callbackJeff King
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano
2023-07-18Merge branch 'tb/fsck-no-progress'Junio C Hamano
2023-07-13fsck: mark unused parameters in various fsck callbacksJeff King
2023-07-10fsck: suppress MIDX output with `--no-progress`Taylor Blau
2023-07-10fsck: suppress commit-graph output with `--no-progress`Taylor Blau
2023-07-08Merge branch 'jk/fsck-indices-in-worktrees'Junio C Hamano
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-29fsck: avoid misleading variable nameEric Sunshine
2023-06-22Merge branch 'ds/disable-replace-refs'Junio C Hamano
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren
2023-06-12repository: create disable_replace_refs()Derrick Stolee
2023-05-02fsck: use local repositoryDerrick Stolee
2023-05-02fsck: verify checksums of all .bitmap filesDerrick Stolee
2023-04-27Merge branch 'ds/fsck-pack-revindex'Junio C Hamano
2023-04-17fsck: validate .rev file headerDerrick Stolee
2023-04-17fsck: create scaffolding for rev-index checksDerrick Stolee
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano
2023-03-17Merge branch 'en/header-cleanup'Junio C Hamano
2023-02-27fsck: check even zero-entry index filesJeff King
2023-02-24fsck: mention file path for index errorsJeff King