diff options
Diffstat (limited to '.config/emacs/lisp/magit/git-hooks/fallthrough')
| -rwxr-xr-x | .config/emacs/lisp/magit/git-hooks/fallthrough | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.config/emacs/lisp/magit/git-hooks/fallthrough b/.config/emacs/lisp/magit/git-hooks/fallthrough deleted file mode 100755 index 51928e7..0000000 --- a/.config/emacs/lisp/magit/git-hooks/fallthrough +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -hook="$SHADOWED_GITHOOK_DIRECTORY/$(basename $0)" - -if [[ -x "$hook" ]] -then - "$hook" "$@" -fi |
