]> source.dussan.org Git - jgit.git/commit
Allow configuration of receive pack's ObjectChecker through fsck.* 97/23297/2
authorShawn Pearce <spearce@spearce.org>
Thu, 13 Mar 2014 00:04:08 +0000 (17:04 -0700)
committerShawn Pearce <spearce@spearce.org>
Thu, 13 Mar 2014 00:15:42 +0000 (17:15 -0700)
commit3d412827e55fb43bdc2ae7475a3e54c92a55ad5e
treeb28a1fcfd33c1d8dc96d68e598460f155dde473c
parentced58a7cff03654024bd9f154cfea2bd9459d39c
Allow configuration of receive pack's ObjectChecker through fsck.*

fsck.allowLeadingZeroFileMode may be set true to permit pushing
broken trees with leading '0' in the file mode.

fsck.safeForWindows may be set true to require new trees to have
only file names that are safe on the Windows platform.

fsck.safeForMacOS may be set true to require new trees to have
only file names that do not cause collisions or confusion on the
Mac OS platform.

Change-Id: I1a225c1b3cd13c0d1a0d43fffe79355c501f49b7
org.eclipse.jgit/src/org/eclipse/jgit/transport/BaseReceivePack.java