Skip to content

Commit

Permalink
Merge branch 'jumanjihouse:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
simmerz authored Feb 26, 2022
2 parents 7195171 + 9daf4cc commit 18f5493
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pre_commit_hooks/check-mailmap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
if [ -n "${DEBUG}" ]; then
set -x
fi
Expand Down
2 changes: 1 addition & 1 deletion pre_commit_hooks/forbid-binary
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
set -eu

################################################################################
Expand Down
2 changes: 1 addition & 1 deletion pre_commit_hooks/forbid-space-in-indent
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
set -eu

################################################################################
Expand Down
2 changes: 1 addition & 1 deletion pre_commit_hooks/git-check
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
set -eu

EMPTY_COMMIT="$(git hash-object -t tree /dev/null)"
Expand Down
2 changes: 1 addition & 1 deletion pre_commit_hooks/git-dirty
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
set -eu

################################################################################
Expand Down

0 comments on commit 18f5493

Please sign in to comment.