update packages
This commit is contained in:
8
lisp/magit/git-hooks/commit-msg
Executable file
8
lisp/magit/git-hooks/commit-msg
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
hook="$SHADOWED_GITHOOK_DIRECTORY/$(basename $0)"
|
||||
|
||||
if [[ -x "$hook" ]]
|
||||
then
|
||||
"$hook" "$@"
|
||||
fi
|
||||
Reference in New Issue
Block a user