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
|
@ -383,10 +383,8 @@ fixupUnusualReposAfterInit = do
|
|||
autoEnableSpecialRemotes :: Annex ()
|
||||
autoEnableSpecialRemotes = do
|
||||
rp <- fromRawFilePath <$> fromRepo Git.repoPath
|
||||
withNullHandle $ \nullh -> gitAnnexChildProcess
|
||||
[ "init"
|
||||
, "--autoenable"
|
||||
]
|
||||
withNullHandle $ \nullh -> gitAnnexChildProcess "init"
|
||||
[ "--autoenable" ]
|
||||
(\p -> p
|
||||
{ std_out = UseHandle nullh
|
||||
, std_err = UseHandle nullh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue