Files
emacs/lisp/magit/git-hooks/post-applypatch
2025-12-25 11:44:13 +01:00

9 lines
117 B
Bash
Executable File

#!/usr/bin/env bash
hook="$SHADOWED_GITHOOK_DIRECTORY/$(basename $0)"
if [[ -x "$hook" ]]
then
"$hook" "$@"
fi