summaryrefslogtreecommitdiffstats
path: root/fsck.h
Commit message (Expand)AuthorAgeFilesLines
* 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