summaryrefslogtreecommitdiffstats
path: root/fsck.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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