summaryrefslogtreecommitdiff
path: root/fsck.h
Commit message (Expand)AuthorAgeFilesLines
* object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren2023-02-231-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-251-0/+6
* | | fsck: remove the unused MISSING_TREE_OBJECTJunio C Hamano2022-10-251-1/+0
* | | fsck: remove the unused BAD_TAG_OBJECTJohn Cai2022-10-251-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-281-3/+12
* fsck.c: move gitmodules_{found,done} into fsck_optionsÆvar Arnfjörð Bjarmason2021-03-281-1/+8
* fsck.c: add an fsck_set_msg_type() API that takes enumsÆvar Arnfjörð Bjarmason2021-03-281-0/+3
* fsck.c: pass along the fsck_msg_id in the fsck_error callbackÆvar Arnfjörð Bjarmason2021-03-281-2/+4
* fsck.[ch]: move FOREACH_FSCK_MSG_ID & fsck_msg_id from *.c to *.hÆvar Arnfjörð Bjarmason2021-03-281-0/+66
* fsck.h: re-order and re-assign "enum fsck_msg_type"Ævar Arnfjörð Bjarmason2021-03-281-4/+6
* fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enumÆvar Arnfjörð Bjarmason2021-03-281-6/+10
* fsck.c: rename variables in fsck_set_msg_type() for less confusionÆvar Arnfjörð Bjarmason2021-03-281-1/+1
* fsck.h: use "enum object_type" instead of "int"Ævar Arnfjörð Bjarmason2021-03-281-1/+2
* fsck.h: use designed initializers for FSCK_OPTIONS_{DEFAULT,STRICT}Ævar Arnfjörð Bjarmason2021-03-281-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-121-3/+5
* Add missing includes and forward declarationsElijah Newren2018-08-151-0/+1
* fsck: detect gitmodules filesJeff King2018-05-211-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
* fsck: offer a function to demote fsck errors to warningsJohannes Schindelin2015-06-231-2/+7
* fsck: introduce identifiers for fsck messagesJohannes Schindelin2015-06-221-3/+2
* fsck: introduce fsck optionsJohannes Schindelin2015-06-221-3/+14
* fsck_object(): allow passing object data separately from the object itselfJohannes Schindelin2014-09-101-1/+3
* Check the format of more printf-type functionsTarmigan Casebolt2009-11-151-0/+1
* Fix typos / spelling in commentsMike Ralphson2009-04-221-1/+1
* add common fsck error printing functionMartin Koegler2008-02-251-0/+2
* builtin-fsck: move common object checking code to fsck.cMartin Koegler2008-02-251-0/+7
* add generic, type aware object chain walkerMartin Koegler2008-02-251-0/+23