summaryrefslogtreecommitdiff
path: root/fsck.c
AgeCommit message (Expand)Author
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-01-26Merge branch 'vd/fsck-submodule-url-test'Junio C Hamano
2024-01-18submodule-config.h: move check_submodule_urlVictoria Dye
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-08fsck: handle NULL value when parsing message configJeff King
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman
2023-08-31fsck: detect very large tree pathnamesJeff King
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-14fsck: mark unused parameters in various fsck callbacksJeff King
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-28config: pass ctx with config filesGlen Choo
2023-06-28config: add ctx arg to config_fn_tGlen Choo
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-04-24commit.h: reduce unnecessary includesElijah Newren
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-01-19fsck: do not assume NUL-termination of buffersJeff King
2023-01-18fsck: provide a function to fsck buffer without object structJeff King
2022-12-13Merge branch 'maint-2.36' into maint-2.37Junio C Hamano
2022-12-09fsck: implement checks for gitattributesPatrick Steinhardt
2022-12-09fsck: move checks for gitattributesPatrick Steinhardt
2022-12-09fsck: pull out function to check a set of blobsPatrick Steinhardt
2022-12-09fsck: refactor `fsck_blob()` to allow for more checksPatrick Steinhardt
2022-08-10fsck: actually detect bad file modes in treesJeff King
2022-08-10tree-walk: add a mechanism for getting non-canonicalized modesJeff King
2022-05-16dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason
2021-05-04fsck: warn about symlinked dotfiles we'll open with O_NOFOLLOWJeff King
2021-05-03fsck_tree(): wrap some long linesJeff King
2021-05-03fsck_tree(): fix shadowed variableJeff King
2021-03-29fetch-pack: use new fsck API to printing dangling submodulesÆvar Arnfjörð Bjarmason
2021-03-29fsck.c: move gitmodules_{found,done} into fsck_optionsÆvar Arnfjörð Bjarmason
2021-03-29fsck.c: add an fsck_set_msg_type() API that takes enumsÆvar Arnfjörð Bjarmason
2021-03-29fsck.c: pass along the fsck_msg_id in the fsck_error callbackÆvar Arnfjörð Bjarmason
2021-03-29fsck.[ch]: move FOREACH_FSCK_MSG_ID & fsck_msg_id from *.c to *.hÆvar Arnfjörð Bjarmason
2021-03-29fsck.c: give "FOREACH_MSG_ID" a more specific nameÆvar Arnfjörð Bjarmason
2021-03-29fsck.c: undefine temporary STR macro after useÆvar Arnfjörð Bjarmason
2021-03-29fsck.c: call parse_msg_type() early in fsck_set_msg_type()Ævar Arnfjörð Bjarmason
2021-03-29fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enumÆvar Arnfjörð Bjarmason
2021-03-29fsck.c: refactor fsck_msg_type() to limit scope of "int msg_type"Ævar Arnfjörð Bjarmason
2021-03-29fsck.c: rename remaining fsck_msg_id "id" to "msg_id"Ævar Arnfjörð Bjarmason
2021-03-29fsck.c: remove (mostly) redundant append_msg_id() functionÆvar Arnfjörð Bjarmason