diff options
author | Shawn Pearce <spearce@spearce.org> | 2015-12-29 18:21:19 -0800 |
---|---|---|
committer | Shawn Pearce <spearce@spearce.org> | 2015-12-30 15:19:09 -0800 |
commit | ac41920a430941b9385889d19e0fc2764ba23474 (patch) | |
tree | 638a92eae172cd3ed36c256160b7e39a409ece35 /org.eclipse.jgit.test/build.properties | |
parent | fa7ce0e0f3a8973667b0d51966fc9bcb4fdbe505 (diff) | |
download | jgit-ac41920a430941b9385889d19e0fc2764ba23474.tar.gz jgit-ac41920a430941b9385889d19e0fc2764ba23474.zip |
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
Diffstat (limited to 'org.eclipse.jgit.test/build.properties')
0 files changed, 0 insertions, 0 deletions