// Deleting a blob is simply a matter of removing
// the file or symlink named by the tree entry.
delete(path);
}
}
builder.commit();
setCallable(false);
} catch (IOException e) {
throw new JGitInternalException(
JGitText.get().exceptionCaughtDuringExecutionOfRmCommand, e);
} finally {