summaryrefslogtreecommitdiffstats
path: root/fsck.h
AgeCommit message (Expand)AuthorLines
2019-10-28fsck: only provide oid/type in fsck_error callbackJeff King-2/+4
2019-10-28fsck: use oids rather than objects for object_name APIJeff King-4/+5
2019-10-28fsck: unify object-name codeJeff King-0/+24
2019-10-28fsck: require an actual buffer for non-blobsJeff King-1/+5
2018-09-12fsck: use oidset instead of oid_array for skipListRené Scharfe-3/+5
2018-08-15Add missing includes and forward declarationsElijah Newren-0/+1
2018-05-21fsck: detect gitmodules filesJeff King-0/+7
2017-03-31Rename sha1_array to oid_arraybrian m. carlson-1/+1
2016-07-18fsck: give the error function a chance to see the fsck_optionsJohannes Schindelin-2/+4
2016-07-18fsck_walk(): optionally name objects on the goJohannes Schindelin-0/+1
2015-06-23fsck: git receive-pack: support excluding objects from fsck'ingJohannes Schindelin-0/+1
2015-06-23fsck: optionally ignore specific fsck issues completelyJohannes Schindelin-0/+1
2015-06-23fsck (receive-pack): allow demoting errors to warningsJohannes Schindelin-0/+1
2015-06-23fsck: offer a function to demote fsck errors to warningsJohannes Schindelin-2/+7
2015-06-22fsck: introduce identifiers for fsck messagesJohannes Schindelin-3/+2
2015-06-22fsck: introduce fsck optionsJohannes Schindelin-3/+14
2014-09-10fsck_object(): allow passing object data separately from the object itselfJohannes Schindelin-1/+3
2009-11-15Check the format of more printf-type functionsTarmigan Casebolt-0/+1
2009-04-22Fix typos / spelling in commentsMike Ralphson-1/+1
2008-02-25add common fsck error printing functionMartin Koegler-0/+2
2008-02-25builtin-fsck: move common object checking code to fsck.cMartin Koegler-0/+7
2008-02-25add generic, type aware object chain walkerMartin Koegler-0/+23