summaryrefslogtreecommitdiff
path: root/fsck.c
AgeCommit message (Expand)Author
2024-04-29Sync with 2.44.1Johannes Schindelin
2024-04-19Sync with 2.43.4Johannes Schindelin
2024-04-19Sync with 2.42.2Johannes Schindelin
2024-04-19Sync with 2.41.1Johannes Schindelin
2024-04-19Sync with 2.40.2Johannes Schindelin
2024-04-19Sync with 2.39.4Johannes Schindelin
2024-04-19fsck: warn about symlink pointing inside a gitdirJohannes Schindelin
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio 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-09fsck: 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-13fsck: 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-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-23alloc.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-28fetch-pack: use new fsck API to printing dangling submodulesÆvar Arnfjörð Bjarmason
2021-03-28fsck.c: move gitmodules_{found,done} into fsck_optionsÆvar Arnfjörð Bjarmason
2021-03-28fsck.c: add an fsck_set_msg_type() API that takes enumsÆvar Arnfjörð Bjarmason
2021-03-28fsck.c: pass along the fsck_msg_id in the fsck_error callbackÆvar Arnfjörð Bjarmason