summaryrefslogtreecommitdiff
path: root/builtin/fsck.c
AgeCommit message (Expand)Author
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-20fsck: 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-14fsck: 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
2023-02-24fsck: check index files in all worktreesJeff King
2023-02-24fsck: factor out index fsckJeff King
2023-02-24for_each_object: mark unused callback parametersJeff King
2023-02-24replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason
2022-10-28Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano
2022-10-13doc txt & -h consistency: add missing optionsÆvar Arnfjörð Bjarmason
2022-10-10Merge branch 'jk/fsck-on-diet'Junio C Hamano
2022-09-22parse_object_buffer(): respect save_commit_bufferJeff King
2022-09-22fsck: turn off save_commit_bufferJeff King
2022-09-22fsck: free tree buffers after walking unreachable objectsJeff King
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19refs: mark unused reflog callback parametersJeff King