summaryrefslogtreecommitdiffstats
path: root/fsck.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44Junio C Hamano2024-05-251-56/+0
|\
| * Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43Junio C Hamano2024-05-251-56/+0
| |\
| | * Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano2024-05-251-56/+0
| | |\
| | | * Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano2024-05-251-56/+0
| | | |\
| | | | * Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano2024-05-241-56/+0
| | | | |\
| | | | | * Revert "fsck: warn about symlink pointing inside a gitdir"Junio C Hamano2024-05-231-56/+0
* | | | | | Sync with 2.43.4Johannes Schindelin2024-04-191-0/+56
|\| | | | |
| * | | | | Sync with 2.42.2Johannes Schindelin2024-04-191-0/+56
| |\| | | |
| | * | | | Sync with 2.41.1Johannes Schindelin2024-04-191-0/+56
| | |\| | |
| | | * | | Sync with 2.40.2Johannes Schindelin2024-04-191-0/+56
| | | |\| |
| | | | * | Sync with 2.39.4Johannes Schindelin2024-04-191-0/+56
| | | | |\|
| | | | | * fsck: warn about symlink pointing inside a gitdirJohannes Schindelin2024-04-191-0/+56
| * | | | | Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano2024-02-091-1/+0
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'vd/fsck-submodule-url-test'Junio C Hamano2024-01-261-133/+0
|\ \ \ \ \ \ \
| * | | | | | | submodule-config.h: move check_submodule_urlVictoria Dye2024-01-181-133/+0
* | | | | | | | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-1/+0
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | |
| * | | | | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
| |/ / / / /
* / / / / / fsck: handle NULL value when parsing message configJeff King2023-12-091-2/+6
|/ / / / /
* / / / / fsck: detect very large tree pathnamesJeff King2023-09-011-1/+23
|/ / / /
* | | | Merge branch 'jk/unused-parameter'Junio C Hamano2023-07-251-2/+2
|\ \ \ \
| * | | | fsck: mark unused parameters in various fsck callbacksJeff King2023-07-141-2/+2
* | | | | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* | | | | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-4/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | config: pass ctx with config filesGlen Choo2023-06-281-1/+2
| * | | | config: add ctx arg to config_fn_tGlen Choo2023-06-281-3/+6
| |/ / /
* | | | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+2
* | | | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
|/ / /
* | | commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
* | | treewide: remove cache.h inclusion due to object.h changesElijah Newren2023-04-111-1/+1
* | | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-3/+3
|\ \ \
| * | | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | | cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+2
| |/ /
* | | treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren2023-03-211-1/+1
* | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-1/+2
|/ /
* | fsck: do not assume NUL-termination of buffersJeff King2023-01-201-13/+54
* | fsck: provide a function to fsck buffer without object structJeff King2023-01-181-11/+18
|/
* Merge branch 'maint-2.36' into maint-2.37Junio C Hamano2022-12-131-43/+94
|\
| * fsck: implement checks for gitattributesPatrick Steinhardt2022-12-091-1/+37
| * fsck: move checks for gitattributesPatrick Steinhardt2022-12-091-5/+7
| * fsck: pull out function to check a set of blobsPatrick Steinhardt2022-12-091-12/+22
| * fsck: refactor `fsck_blob()` to allow for more checksPatrick Steinhardt2022-12-091-26/+29
* | fsck: actually detect bad file modes in treesJeff King2022-08-101-1/+1
* | tree-walk: add a mechanism for getting non-canonicalized modesJeff King2022-08-101-2/+2
* | dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason2022-05-171-17/+6
|/
* fsck: warn about symlinked dotfiles we'll open with O_NOFOLLOWJeff King2021-05-041-0/+18
* fsck_tree(): wrap some long linesJeff King2021-05-031-12/+36
* fsck_tree(): fix shadowed variableJeff King2021-05-031-20/+22
* fetch-pack: use new fsck API to printing dangling submodulesÆvar Arnfjörð Bjarmason2021-03-291-5/+18