Skip to content

Commit

Permalink
Suppress git commit output (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfirth authored Nov 18, 2024
1 parent 9e72e75 commit 4960c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/git.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@


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

0 comments on commit 4960c29

Please sign in to comment.