Change-Id: Ib7f36282d69a3298b1ac177ae17af0f80d64964f
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
hideRefs = rc.getStringList("uploadpack", null, "hiderefs"); //$NON-NLS-1$ //$NON-NLS-2$
}
- /**
- * @return strictly verify received objects?
- * @deprecated use {@link #newObjectChecker()} instead.
- */
- @Deprecated
- public boolean isFsckObjects() {
- return checkReceivedObjects;
- }
-
/**
* @return checker to verify fetched objects, or null if checking is not
* enabled in the repository configuration.