Skip to content

Commit

Permalink
restore idempotence check
Browse files Browse the repository at this point in the history
  • Loading branch information
yantonov committed Sep 15, 2024
1 parent e6b9a01 commit 0d20259
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/hooks/commit-msg
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env bash
set -e

# general hook extension point
# DO NOT remove previous line, it's used for idempotence check
# doc: https://git-scm.com/docs/githooks

BACKUP_WD="$(pwd)"
Expand Down

0 comments on commit 0d20259

Please sign in to comment.