summaryrefslogtreecommitdiffstats
path: root/fsck.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43Junio C Hamano2024-05-251-12/+0
|\
| * Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano2024-05-251-12/+0
| |\
| | * Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano2024-05-251-12/+0
| | |\
| | | * Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano2024-05-241-12/+0
| | | |\
| | | | * Revert "fsck: warn about symlink pointing inside a gitdir"Junio C Hamano2024-05-231-12/+0
* | | | | Sync with 2.42.2Johannes Schindelin2024-04-191-0/+12
|\| | | |
| * | | | Sync with 2.41.1Johannes Schindelin2024-04-191-0/+12
| |\| | |
| | * | | Sync with 2.40.2Johannes Schindelin2024-04-191-0/+12
| | |\| |
| | | * | Sync with 2.39.4Johannes Schindelin2024-04-191-0/+12
| | | |\|
| | | | * fsck: warn about symlink pointing inside a gitdirJohannes Schindelin2024-04-191-0/+12
* | | | | fsck: detect very large tree pathnamesJeff King2023-09-011-0/+1
|/ / / /
* / / / config: add ctx arg to config_fn_tGlen Choo2023-06-281-1/+3
|/ / /
* / / object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren2023-02-241-0/+1
|/ /
* / fsck: provide a function to fsck buffer without object structJeff King2023-01-181-0/+8
|/
* Sync with 2.38.3Junio C Hamano2022-12-131-0/+12
|\
| * Merge branch 'maint-2.36' into maint-2.37Junio C Hamano2022-12-131-0/+12
| |\
| | * fsck: implement checks for gitattributesPatrick Steinhardt2022-12-091-0/+12
* | | fsck: document msg-idJohn Cai2022-10-261-0/+6
* | | fsck: remove the unused MISSING_TREE_OBJECTJunio C Hamano2022-10-261-1/+0
* | | fsck: remove the unused BAD_TAG_OBJECTJohn Cai2022-10-261-1/+0
|/ /
* / fsck: downgrade tree badFilemode to "info"Jeff King2022-08-101-1/+1
|/
* fsck: warn about symlinked dotfiles we'll open with O_NOFOLLOWJeff King2021-05-041-0/+3
* fetch-pack: use new fsck API to printing dangling submodulesÆvar Arnfjörð Bjarmason2021-03-291-3/+12
* fsck.c: move gitmodules_{found,done} into fsck_optionsÆvar Arnfjörð Bjarmason2021-03-291-1/+8
* fsck.c: add an fsck_set_msg_type() API that takes enumsÆvar Arnfjörð Bjarmason2021-03-291-0/+3
* fsck.c: pass along the fsck_msg_id in the fsck_error callbackÆvar Arnfjörð Bjarmason2021-03-291-2/+4
* fsck.[ch]: move FOREACH_FSCK_MSG_ID & fsck_msg_id from *.c to *.hÆvar Arnfjörð Bjarmason2021-03-291-0/+66
* fsck.h: re-order and re-assign "enum fsck_msg_type"Ævar Arnfjörð Bjarmason2021-03-291-4/+6
* fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enumÆvar Arnfjörð Bjarmason2021-03-291-6/+10
* fsck.c: rename variables in fsck_set_msg_type() for less confusionÆvar Arnfjörð Bjarmason2021-03-291-1/+1
* fsck.h: use "enum object_type" instead of "int"Ævar Arnfjörð Bjarmason2021-03-291-1/+2
* fsck.h: use designed initializers for FSCK_OPTIONS_{DEFAULT,STRICT}Ævar Arnfjörð Bjarmason2021-03-291-2/+8
* fsck.c: refactor and rename common config callbackÆvar Arnfjörð Bjarmason2021-03-171-2/+1
* Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano2021-03-011-0/+2
|\
| * fetch-pack: print and use dangling .gitmodulesJonathan Tan2021-02-221-0/+2
* | fsck: make fsck_config() re-usableÆvar Arnfjörð Bjarmason2021-01-051-0/+7
* | mktag: use fsck instead of custom verify_tag()Ævar Arnfjörð Bjarmason2021-01-051-0/+9
|/
* fsck: only provide oid/type in fsck_error callbackJeff King2019-10-281-2/+4
* fsck: use oids rather than objects for object_name APIJeff King2019-10-281-4/+5
* fsck: unify object-name codeJeff King2019-10-281-0/+24
* fsck: require an actual buffer for non-blobsJeff King2019-10-281-1/+5
* fsck: use oidset instead of oid_array for skipListRené Scharfe2018-09-131-3/+5
* Add missing includes and forward declarationsElijah Newren2018-08-151-0/+1
* fsck: detect gitmodules filesJeff King2018-05-221-0/+7
* Rename sha1_array to oid_arraybrian m. carlson2017-03-311-1/+1
* fsck: give the error function a chance to see the fsck_optionsJohannes Schindelin2016-07-181-2/+4
* fsck_walk(): optionally name objects on the goJohannes Schindelin2016-07-181-0/+1
* fsck: git receive-pack: support excluding objects from fsck'ingJohannes Schindelin2015-06-231-0/+1
* fsck: optionally ignore specific fsck issues completelyJohannes Schindelin2015-06-231-0/+1
* fsck (receive-pack): allow demoting errors to warningsJohannes Schindelin2015-06-231-0/+1