Hi Johannes, On Jun 20 12:03, Johannes Schindelin wrote: > When running > > CYGWIN=winsymlinks:nativestrict ln -s .. abc > > the counter-intuitive result is _not_ a symbolic link to `..`, but > instead to `../../$(basename "$PWD")`. > > The reason for this is that the search for the longest common prefix > assumes that the link target is not a strict prefix of the parent > directory of the link itself. > > Let's fix that. > > Signed-off-by: Johannes Schindelin <johannes.schinde...@gmx.de>
Pushed. Can you please create a followup patch adding a release text to the release/3.6.4 file? Also, please add a Cygwin: prefix to the git log message summary next time. I just noticed I forgot to add that to the pervious patch *facepalm* Thanks, Corinna