jgit/org.eclipse.jgit/resources/org/eclipse/jgit
Shawn Pearce ac41920a43 ObjectChecker: honor some git-core fsck.* options
Accept some of the same section keys that fsck does in git-core,
allowing repositories to skip over specific kinds of acceptable
broken objects, e.g.:

  [fsck]
    duplicateEntries = ignore
    zeroPaddedFilemode = ignore

The zeroPaddedFilemode = ignore is a synonym for the JGit specific
allowLeadingZeroFileMode = true. Only accept the JGit key if git-core
key was not specified.

Change-Id: Idaed9310e2a5ce5511670ead1aaea2b30aac903c
2015-12-30 15:19:09 -08:00
..
gitrepo/internal Add support to <include> tag in repo manifest xml. 2014-08-13 13:04:28 -07:00
internal ObjectChecker: honor some git-core fsck.* options 2015-12-30 15:19:09 -08:00