Skip to content

Commit

Permalink
fix: split: no pre-commit hooks on split
Browse files Browse the repository at this point in the history
  • Loading branch information
hraban committed Oct 18, 2023
1 parent 526c1b6 commit 4b26c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmds/split.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
(sh run `(git add -- ,file))
(sh run `(sh:pipe (sh:progn (printf "%s: %s\\n\\n" ,rev-short ,file)
(git show #\s "--format=%B" ,rev))
(git commit #\F -))))))
(git commit :no-verify #\F -))))))

0 comments on commit 4b26c4e

Please sign in to comment.