зеркало из https://github.com/microsoft/git.git
Merge branch 'maint'
* maint: sample hooks template.
This commit is contained in:
Коммит
ac5f7c62c2
|
@ -9,6 +9,7 @@
|
|||
#
|
||||
# To enable this hook, make this file executable.
|
||||
|
||||
. git-sh-setup
|
||||
test -x "$GIT_DIR/hooks/commit-msg" &&
|
||||
exec "$GIT_DIR/hooks/commit-msg" ${1+"$@"}
|
||||
:
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#
|
||||
# To enable this hook, make this file executable.
|
||||
|
||||
. git-sh-setup
|
||||
test -x "$GIT_DIR/hooks/pre-commit" &&
|
||||
exec "$GIT_DIR/hooks/pre-commit" ${1+"$@"}
|
||||
:
|
||||
|
|
Загрузка…
Ссылка в новой задаче