summaryrefslogtreecommitdiff
path: root/fsck.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-19Sync with 2.40.2Johannes Schindelin1-0/+56
2024-04-19Sync with 2.39.4Johannes Schindelin1-0/+56
2024-04-19fsck: warn about symlink pointing inside a gitdirJohannes Schindelin1-0/+56
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-2/+4
2024-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano1-1/+0
2024-01-26Merge branch 'vd/fsck-submodule-url-test'Junio C Hamano1-133/+0
2024-01-18submodule-config.h: move check_submodule_urlVictoria Dye1-133/+0
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-1/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-12-09fsck: handle NULL value when parsing message configJeff King1-2/+6
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman1-2/+4
2023-08-31fsck: detect very large tree pathnamesJeff King1-1/+23
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano1-2/+2
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-13fsck: mark unused parameters in various fsck callbacksJeff King1-2/+2
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-4/+8
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-28config: pass ctx with config filesGlen Choo1-1/+2
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-3/+6
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+2
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-04-24commit.h: reduce unnecessary includesElijah Newren1-0/+1
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren1-1/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-3/+3
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+2
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren1-1/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+2
2023-01-19fsck: do not assume NUL-termination of buffersJeff King1-13/+54
2023-01-18fsck: provide a function to fsck buffer without object structJeff King1-10/+17
2022-12-13Merge branch 'maint-2.36' into maint-2.37Junio C Hamano1-42/+93
2022-12-09fsck: implement checks for gitattributesPatrick Steinhardt1-1/+37
2022-12-09fsck: move checks for gitattributesPatrick Steinhardt1-5/+7
2022-12-09fsck: pull out function to check a set of blobsPatrick Steinhardt1-12/+22
2022-12-09fsck: refactor `fsck_blob()` to allow for more checksPatrick Steinhardt1-26/+29
2022-08-10fsck: actually detect bad file modes in treesJeff King1-1/+1
2022-08-10tree-walk: add a mechanism for getting non-canonicalized modesJeff King1-2/+2
2022-05-16dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason1-17/+6
2021-05-04fsck: warn about symlinked dotfiles we'll open with O_NOFOLLOWJeff King1-0/+18
2021-05-03fsck_tree(): wrap some long linesJeff King1-12/+36
2021-05-03fsck_tree(): fix shadowed variableJeff King1-20/+22
2021-03-28fetch-pack: use new fsck API to printing dangling submodulesÆvar Arnfjörð Bjarmason1-5/+18
2021-03-28fsck.c: move gitmodules_{found,done} into fsck_optionsÆvar Arnfjörð Bjarmason1-13/+10
2021-03-28fsck.c: add an fsck_set_msg_type() API that takes enumsÆvar Arnfjörð Bjarmason1-10/+17
2021-03-28fsck.c: pass along the fsck_msg_id in the fsck_error callbackÆvar Arnfjörð Bjarmason1-2/+4
2021-03-28fsck.[ch]: move FOREACH_FSCK_MSG_ID & fsck_msg_id from *.c to *.hÆvar Arnfjörð Bjarmason1-66/+0
2021-03-28fsck.c: give "FOREACH_MSG_ID" a more specific nameÆvar Arnfjörð Bjarmason1-3/+3
2021-03-28fsck.c: undefine temporary STR macro after useÆvar Arnfjörð Bjarmason1-0/+1
2021-03-28fsck.c: call parse_msg_type() early in fsck_set_msg_type()Ævar Arnfjörð Bjarmason1-2/+1