revert
This commit is contained in:
parent
f62f48de13
commit
5acaf8758f
|
@ -126,7 +126,7 @@ updateFirst cmdline next = do
|
||||||
|
|
||||||
void $ actionMessage "Git fetch" $ boolSystem "git" [Param "fetch"]
|
void $ actionMessage "Git fetch" $ boolSystem "git" [Param "fetch"]
|
||||||
|
|
||||||
whenM (doesFileExist keyring <&&> pure False) $ do
|
whenM (doesFileExist keyring) $ do
|
||||||
{- To verify origin branch commit's signature, have to
|
{- To verify origin branch commit's signature, have to
|
||||||
- convince gpg to use our keyring. While running git log.
|
- convince gpg to use our keyring. While running git log.
|
||||||
- Which has no way to pass options to gpg.
|
- Which has no way to pass options to gpg.
|
||||||
|
|
Loading…
Reference in New Issue