Skip to content

Commit dc6812e

Browse files
Silence git commit summary
1 parent 6c48d19 commit dc6812e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/pre-commit.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ let
6868
git add .
6969
git config --global user.email "you@example.com"
7070
git config --global user.name "Your Name"
71-
git commit -m "init"
71+
git commit -m "init" -q
7272
if [[ ${toString (compare install_stages [ "manual" ])} -eq 0 ]]
7373
then
7474
echo "Running: $ pre-commit run --hook-stage manual --all-files"

0 commit comments

Comments
 (0)