make gitDir absolute
This commit is contained in:
parent
7cedd28ab0
commit
e97fede8cd
3 changed files with 8 additions and 8 deletions
|
@ -20,7 +20,7 @@ usage :: IO a
|
|||
usage = error $ "bad parameters\n\n" ++ header
|
||||
|
||||
tmpIndex :: Git.Repo -> FilePath
|
||||
tmpIndex g = Git.workTree g </> Git.gitDir g </> "index.git-union-merge"
|
||||
tmpIndex g = Git.gitDir g </> "index.git-union-merge"
|
||||
|
||||
setup :: Git.Repo -> IO ()
|
||||
setup g = cleanup g -- idempotency
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue