pass along -c options to child git-annex processes
This commit is contained in:
parent
87de360e98
commit
00526a6739
6 changed files with 27 additions and 16 deletions
|
@ -103,9 +103,8 @@ upgrade automatic destversion = do
|
|||
-- upgrading a git repo other than the current repo.
|
||||
upgraderemote = do
|
||||
rp <- fromRawFilePath <$> fromRepo Git.repoPath
|
||||
gitAnnexChildProcess
|
||||
[ "upgrade"
|
||||
, "--quiet"
|
||||
gitAnnexChildProcess "upgrade"
|
||||
[ "--quiet"
|
||||
, "--autoonly"
|
||||
]
|
||||
(\p -> p { cwd = Just rp })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue