diff options
Diffstat (limited to 'template')
| -rwxr-xr-x | template/hooks/post-checkout | 2 | ||||
| -rwxr-xr-x | template/hooks/post-merge | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/hooks/post-checkout b/template/hooks/post-checkout index a4871453..5e59bb5c 100755 --- a/template/hooks/post-checkout +++ b/template/hooks/post-checkout @@ -12,4 +12,4 @@ else set "$old" "$new" fi -exec "$(git config oasis.root)"/libexec/oasis/perms-hook "$@" +exec "$(git config oasis.root)"/libexec/oasis/applyperms "$@" diff --git a/template/hooks/post-merge b/template/hooks/post-merge index f8c7404f..b9563d0d 100755 --- a/template/hooks/post-merge +++ b/template/hooks/post-merge @@ -1,3 +1,3 @@ #!/bin/sh -exec "$(git config oasis.root)"/libexec/oasis/perms-hook ORIG_HEAD HEAD +exec "$(git config oasis.root)"/libexec/oasis/applyperms ORIG_HEAD HEAD |
