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 6ae4459 commit be5f58bCopy full SHA for be5f58b
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