We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6253625 commit 91b9bc4Copy full SHA for 91b9bc4
git/test/test_index.py
@@ -57,6 +57,7 @@
57
HOOKS_SHEBANG = "#!/usr/bin/env sh\n"
58
59
60
+@skipIf(is_win, "TODO: fix hooks execution on Windows: #703")
61
def _make_hook(git_dir, name, content, make_exec=True):
62
"""A helper to create a hook"""
63
hp = hook_path(name, git_dir)
0 commit comments