576577578579580581582583584585586
public boolean validateHash(String sha1) throws IOException { //GitType type = getType(sha1); GitType type = validateRawHash(sha1); if (type == GitType.BLOB) { if (log.isLoggable(Level.FINEST)) log.finest(this + " valid " + type + " " + sha1);