summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Command')
-rw-r--r--Command/Sync.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Command/Sync.hs b/Command/Sync.hs
index 135f8b42d..69f39bb8a 100644
--- a/Command/Sync.hs
+++ b/Command/Sync.hs
@@ -214,7 +214,8 @@ commit o = stopUnless shouldcommit $ next $ next $ do
void preCommitDirect
commitStaged Git.Branch.ManualCommit commitmessage
, do
- inRepo $ Git.Branch.commitQuiet Git.Branch.ManualCommit
+ showOutput
+ void $ inRepo $ Git.Branch.commitCommand Git.Branch.ManualCommit
[ Param "-a"
, Param "-m"
, Param commitmessage