We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git commit
1 parent 9e72e75 commit 4960c29Copy full SHA for 4960c29
private/git.rkt
@@ -68,5 +68,5 @@
68
69
70
(define (git-commit! message)
71
- (unless (system (format "git commit --all --message='~a'" message))
+ (unless (system (format "git commit --all --quiet --message='~a'" message))
72
(raise-arguments-error 'git-commit-modified-files "committing files to Git failed")))
0 commit comments