aboutsummaryrefslogtreecommitdiffstats
path: root/fsck.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-31fsck: detect very large tree pathnamesJeff King1-0/+1
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-1/+3
2023-02-23object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren1-0/+1
2023-01-18fsck: provide a function to fsck buffer without object structJeff King1-0/+8
2022-12-13Sync with 2.38.3Junio C Hamano1-0/+12
2022-12-13Merge branch 'maint-2.36' into maint-2.37Junio C Hamano1-0/+12
2022-12-09fsck: implement checks for gitattributesPatrick Steinhardt1-0/+12
2022-10-25fsck: document msg-idJohn Cai1-0/+6
2022-10-25fsck: remove the unused MISSING_TREE_OBJECTJunio C Hamano1-1/+0
2022-10-25fsck: remove the unused BAD_TAG_OBJECTJohn Cai1-1/+0
2022-08-10fsck: downgrade tree badFilemode to "info"Jeff King1-1/+1
2021-05-04fsck: warn about symlinked dotfiles we'll open with O_NOFOLLOWJeff King1-0/+3
2021-03-28fetch-pack: use new fsck API to printing dangling submodulesÆvar Arnfjörð Bjarmason1-3/+12
2021-03-28fsck.c: move gitmodules_{found,done} into fsck_optionsÆvar Arnfjörð Bjarmason1-1/+8
2021-03-28fsck.c: add an fsck_set_msg_type() API that takes enumsÆvar Arnfjörð Bjarmason1-0/+3
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-0/+66
2021-03-28fsck.h: re-order and re-assign "enum fsck_msg_type"Ævar Arnfjörð Bjarmason1-4/+6
2021-03-28fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enumÆvar Arnfjörð Bjarmason1-6/+10
2021-03-28fsck.c: rename variables in fsck_set_msg_type() for less confusionÆvar Arnfjörð Bjarmason1-1/+1
2021-03-28fsck.h: use "enum object_type" instead of "int"Ævar Arnfjörð Bjarmason1-1/+2
2021-03-28fsck.h: use designed initializers for FSCK_OPTIONS_{DEFAULT,STRICT}Ævar Arnfjörð Bjarmason1-2/+8
2021-03-17fsck.c: refactor and rename common config callbackÆvar Arnfjörð Bjarmason1-2/+1
2021-03-01Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano1-0/+2
2021-02-22fetch-pack: print and use dangling .gitmodulesJonathan Tan1-0/+2
2021-01-05fsck: make fsck_config() re-usableÆvar Arnfjörð Bjarmason1-0/+7
2021-01-05mktag: use fsck instead of custom verify_tag()Ævar Arnfjörð Bjarmason1-0/+9
2019-10-28fsck: only provide oid/type in fsck_error callbackJeff King1-2/+4
2019-10-28fsck: use oids rather than objects for object_name APIJeff King1-4/+5
2019-10-28fsck: unify object-name codeJeff King1-0/+24
2019-10-28fsck: require an actual buffer for non-blobsJeff King1-1/+5
2018-09-12fsck: use oidset instead of oid_array for skipListRené Scharfe1-3/+5
2018-08-15Add missing includes and forward declarationsElijah Newren1-0/+1
2018-05-21fsck: detect gitmodules filesJeff King1-0/+7
2017-03-31Rename sha1_array to oid_arraybrian m. carlson1-1/+1
2016-07-18fsck: give the error function a chance to see the fsck_optionsJohannes Schindelin1-2/+4
2016-07-18fsck_walk(): optionally name objects on the goJohannes Schindelin1-0/+1
2015-06-23fsck: git receive-pack: support excluding objects from fsck'ingJohannes Schindelin1-0/+1
2015-06-23fsck: optionally ignore specific fsck issues completelyJohannes Schindelin1-0/+1
2015-06-23fsck (receive-pack): allow demoting errors to warningsJohannes Schindelin1-0/+1
2015-06-23fsck: offer a function to demote fsck errors to warningsJohannes Schindelin1-2/+7
2015-06-22fsck: introduce identifiers for fsck messagesJohannes Schindelin1-3/+2
2015-06-22fsck: introduce fsck optionsJohannes Schindelin1-3/+14
2014-09-10fsck_object(): allow passing object data separately from the object itselfJohannes Schindelin1-1/+3
2009-11-15Check the format of more printf-type functionsTarmigan Casebolt1-0/+1
2009-04-22Fix typos / spelling in commentsMike Ralphson1-1/+1
2008-02-25add common fsck error printing functionMartin Koegler1-0/+2
2008-02-25builtin-fsck: move common object checking code to fsck.cMartin Koegler1-0/+7
2008-02-25add generic, type aware object chain walkerMartin Koegler1-0/+23