]> source.dussan.org Git - jgit.git/commit
Fix broken symbolic links on Cygwin. 91/18691/2
authorJohn Ross <jwross@us.ibm.com>
Thu, 21 Nov 2013 19:48:42 +0000 (13:48 -0600)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 2 Dec 2013 15:31:45 +0000 (16:31 +0100)
commit99608f0b9a10abe0f8426f0ff5bc51eb6a2ae866
tree64b3f04dd97a630ebb616f49767a6d549bc3a3ef
parent591998c2d628ec4f6309caea826fab16a6de2adc
Fix broken symbolic links on Cygwin.

Bad files from symbolic links were being generated on Cygwin and
required resolution by the appropriate FS. Pass FS to getSymRef and call
FS.resolve before asking if the file is absolute.

Bug: 419494
Change-Id: I74aa7a285954cade77f41df6f813b6dafb5d6cd7
Signed-off-by: John Ross <jwross@us.ibm.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/lib/BaseRepositoryBuilder.java