link to git ML post

This commit is contained in:
Joey Hess 2017-11-07 16:09:27 -04:00
parent 62ba45ae8b
commit c05570bd99
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -22,6 +22,7 @@ It seems that git is looking at `$PWD` to get "/hd/repo" and normalizing
the relative path via that. So there's no possible relative path
that git will accept in this situation. This kind of seems like buggy
behavior on git's part. I've posted about it to the git mailing list.
<https://marc.info/?l=git&m=151008314122623&w=2>
git-annex could avoid the problem by not using relative paths of course,
but there are reasons including shorter path length (generally)