Don't write a tree unless any symbolic links referenced
commit8b75b9d8c4d90241bfaaa32058000418afa801a7
authorShawn O. Pearce <spearce@spearce.org>
Tue, 7 Mar 2006 08:04:20 +0000 (7 03:04 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 7 Mar 2006 08:04:20 +0000 (7 03:04 -0500)
tree3b66e33798443c034face357276cc029fd0ea8ea
parent5f00acd1ae81ff7ec343d8d830843f7386ef21c2
Don't write a tree unless any symbolic links referenced
within it are already in the object repository.  We just
don't support them in Java right now but we shouldn't omit
them from the tree or write a corrupt tree because of them.

Patch: Initial-Files
src/org/spearce/jgit/lib/WriteTree.java