]> source.dussan.org Git - jgit.git/commit
Add special case to WorkingTreeIterator for matching unnormalized symlinks 93/15393/17
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 10 Jul 2013 22:17:23 +0000 (00:17 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 12 Feb 2014 10:01:32 +0000 (11:01 +0100)
commit0b3a5ab817a5d82f4a2f5866ae9de9f2d91e15fd
tree7a51a8e388a6bcc89c1960b981fc559565774db0
parent8dc2f54fa4557c0b3d30b4134baee12771ee449a
Add special case to WorkingTreeIterator for matching unnormalized symlinks

If there is an unnormalized symbolic link in the index, lie that it
matches a normalized link in the working tree. This does not make the
case completely invisible everywhere though, but it helps to some
degree.

Change-Id: I599fb71648c41fa2310049d0e0040b3c9f09386b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/WorkingTreeIterator.java