diff options
| author | Michael Forney <mforney@mforney.org> | 2016-12-18 17:01:47 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-12-19 00:05:57 -0800 |
| commit | 13d25beec6f9bae89a9db636b04e34319d546ac5 (patch) | |
| tree | ae680388b95fc9d3b0a6b7e1c5a705a05f86f18c /template/hooks | |
| parent | 52b11128b79c25362db628adbe64765dcf891620 (diff) | |
Rename perms-hook to applyperms
Diffstat (limited to 'template/hooks')
| -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 |
