This commit is contained in:
Joey Hess 2013-10-17 19:51:16 -04:00
parent c116383b5d
commit c979e0ea62

View file

@ -30,7 +30,7 @@ gitCommandLine params Repo { location = l@(Local _ _ ) } = setdir : settree ++ p
#ifdef mingw32_HOST_OS
-- despite running on windows, msysgit wants a unix-formatted path
gitpath s
| isAbsulute s = "/" ++ dropDrive (toInternalGitPath s)
| isAbsolute s = "/" ++ dropDrive (toInternalGitPath s)
| otherwise = s
#else
gitpath = id