projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
999a6f0
)
windows build fix
author
Joey Hess
<joeyh@joeyh.name>
Wed, 1 Jan 2020 17:12:33 +0000
(13:12 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Wed, 1 Jan 2020 17:12:33 +0000
(13:12 -0400)
Git/Remote.hs
patch
|
blob
|
history
diff --git
a/Git/Remote.hs
b/Git/Remote.hs
index 5ff88a84fd3346ea241b1de5173bcfebc3b83f35..856e28f4a89c5a7f94f706542416e3cb2ef61261 100644
(file)
--- a/
Git/Remote.hs
+++ b/
Git/Remote.hs
@@
-117,5
+117,5
@@
parseRemoteLocation s repo = ret $ calcloc s
-- git on Windows will write a path to .git/config with "drive:",
-- which is not to be confused with a "host:"
dosstyle = hasDrive
- dospath = fromInternalGitPath
+ dospath = from
RawFilePath . from
InternalGitPath
#endif