summaryrefslogtreecommitdiffstats
path: root/fsck.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-24Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano1-56/+0
2024-05-24Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano1-56/+0
2024-05-24Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano1-56/+0
2024-05-22Revert "fsck: warn about symlink pointing inside a gitdir"Junio C Hamano1-56/+0
2024-04-19Sync with 2.41.1Johannes Schindelin1-0/+56
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
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-11/+18
2022-12-13Merge branch 'maint-2.36' into maint-2.37Junio C Hamano1-43/+94
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
2021-03-28fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enumÆvar Arnfjörð Bjarmason1-11/+10
2021-03-28fsck.c: refactor fsck_msg_type() to limit scope of "int msg_type"Ævar Arnfjörð Bjarmason1-7/+5
2021-03-28fsck.c: rename remaining fsck_msg_id "id" to "msg_id"Ævar Arnfjörð Bjarmason1-3/+3
2021-03-28fsck.c: remove (mostly) redundant append_msg_id() functionÆvar Arnfjörð Bjarmason1-19/+2