summaryrefslogtreecommitdiff
path: root/fsck.h
AgeCommit message (Expand)Author
2017-03-31Rename sha1_array to oid_arraybrian m. carlson
2016-07-18fsck: give the error function a chance to see the fsck_optionsJohannes Schindelin
2016-07-18fsck_walk(): optionally name objects on the goJohannes Schindelin
2015-06-23fsck: git receive-pack: support excluding objects from fsck'ingJohannes Schindelin
2015-06-23fsck: optionally ignore specific fsck issues completelyJohannes Schindelin
2015-06-23fsck (receive-pack): allow demoting errors to warningsJohannes Schindelin
2015-06-23fsck: offer a function to demote fsck errors to warningsJohannes Schindelin
2015-06-22fsck: introduce identifiers for fsck messagesJohannes Schindelin
2015-06-22fsck: introduce fsck optionsJohannes Schindelin
2014-09-10fsck_object(): allow passing object data separately from the object itselfJohannes Schindelin
2009-11-16Check the format of more printf-type functionsTarmigan Casebolt
2009-04-23Fix typos / spelling in commentsMike Ralphson
2008-02-26add common fsck error printing functionMartin Koegler
2008-02-26builtin-fsck: move common object checking code to fsck.cMartin Koegler
2008-02-26add generic, type aware object chain walkerMartin Koegler