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
|
@ -535,7 +535,7 @@ pushRemote o remote (Just branch, _) = do
|
|||
postpushupdate repo = case Git.repoWorkTree repo of
|
||||
Nothing -> return True
|
||||
Just wt -> ifM needemulation
|
||||
( gitAnnexChildProcess ["post-receive"]
|
||||
( gitAnnexChildProcess "post-receive" []
|
||||
(\cp -> cp { cwd = Just (fromRawFilePath wt) })
|
||||
(\_ _ _ pid -> waitForProcess pid >>= return . \case
|
||||
ExitSuccess -> True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue