Skip to content

Commit be5f58b

Browse files
committed
Suppress git commit output
1 parent 6ae4459 commit be5f58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

private/git.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@
6868

6969

7070
(define (git-commit! message)
71-
(unless (system (format "git commit --all --message='~a'" message))
71+
(unless (system (format "git commit --all --quiet --message='~a'" message))
7272
(raise-arguments-error 'git-commit-modified-files "committing files to Git failed")))

0 commit comments

Comments
 (0)