update packages
This commit is contained in:
8
lisp/magit/githooks/magit-run-git-hook
Executable file
8
lisp/magit/githooks/magit-run-git-hook
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
if [ -n "$MAGIT_HOOK_EDITOR" ]
|
||||
then
|
||||
for arg in "$@"; do args+="\"$arg\""; done
|
||||
$MAGIT_HOOK_EDITOR --eval "(magit-run-git-hook ${args[@]})"
|
||||
else
|
||||
true
|
||||
fi
|
||||
Reference in New Issue
Block a user