Skip to content

Commit

Permalink
Suppress git commit output
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfirth committed Nov 18, 2024
1 parent 6ae4459 commit be5f58b
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 be5f58b

Please sign in to comment.