summaryrefslogtreecommitdiff
path: root/fsck.h
AgeCommit message (Expand)AuthorFilesLines
2018-09-12fsck: use oidset instead of oid_array for skipListLibravatar René Scharfe1-3/+5
2018-08-15Add missing includes and forward declarationsLibravatar Elijah Newren1-0/+1
2018-05-21fsck: detect gitmodules filesLibravatar Jeff King1-0/+7
2017-03-31Rename sha1_array to oid_arrayLibravatar brian m. carlson1-1/+1
2016-07-18fsck: give the error function a chance to see the fsck_optionsLibravatar Johannes Schindelin1-2/+4
2016-07-18fsck_walk(): optionally name objects on the goLibravatar Johannes Schindelin1-0/+1
2015-06-23fsck: git receive-pack: support excluding objects from fsck'ingLibravatar Johannes Schindelin1-0/+1
2015-06-23fsck: optionally ignore specific fsck issues completelyLibravatar Johannes Schindelin1-0/+1
2015-06-23fsck (receive-pack): allow demoting errors to warningsLibravatar Johannes Schindelin1-0/+1
2015-06-23fsck: offer a function to demote fsck errors to warningsLibravatar Johannes Schindelin1-2/+7
2015-06-22fsck: introduce identifiers for fsck messagesLibravatar Johannes Schindelin1-3/+2
2015-06-22fsck: introduce fsck optionsLibravatar Johannes Schindelin1-3/+14
2014-09-10fsck_object(): allow passing object data separately from the object itselfLibravatar Johannes Schindelin1-1/+3
2009-11-15Check the format of more printf-type functionsLibravatar Tarmigan Casebolt1-0/+1
2009-04-22Fix typos / spelling in commentsLibravatar Mike Ralphson1-1/+1
2008-02-25add common fsck error printing functionLibravatar Martin Koegler1-0/+2
2008-02-25builtin-fsck: move common object checking code to fsck.cLibravatar Martin Koegler1-0/+7
2008-02-25add generic, type aware object chain walkerLibravatar Martin Koegler1-0/+23