f.setId(ow.writeBlob(new File(getCurrentDirectory(), f.getName())));
}
public void visitSymlink(final SymlinkTreeEntry s) throws IOException {
if (s.isModified()) {
throw new SymlinksNotSupportedException(MessageFormat.format(
JGitText.get().symlinkCannotBeWrittenAsTheLinkTarget, s.getFullName()));
}
}