forwarded
This commit is contained in:
parent
63e37b0beb
commit
f51ebe20aa
1 changed files with 18 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="joey"
|
||||||
|
subject="""comment 3"""
|
||||||
|
date="2019-09-09T18:41:05Z"
|
||||||
|
content="""
|
||||||
|
<https://github.com/haskell/process/issues/152> forwarded with a
|
||||||
|
prospective patch.
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
Normally git-annex tries to use relative paths, and if it used a relative
|
||||||
|
path to .git/annex/index, it would avoid this problem. Except perhaps
|
||||||
|
if `GIT_DIR` pointed to a different directory with unicode in its path.
|
||||||
|
A relative `GIT_INDEX_FILE` would not suffice to close this bug, but would
|
||||||
|
fix your test suite. But, git has some very strange behavior with a relative
|
||||||
|
`GIT_INDEX_FILE`, it's not necessarily treated as relative to pwd.
|
||||||
|
So I'd rather not open that can of worms.
|
||||||
|
"""]]
|
Loading…
Add table
Reference in a new issue