diff --git a/install.go b/install.go index 348c902..f2bb7ad 100644 --- a/install.go +++ b/install.go @@ -38,6 +38,7 @@ var vcsHooks = map[*vcsCmd][]hook{ vcsGit: { {filepath.Join(".git", "hooks", "post-merge"), gitHook, "pull"}, {filepath.Join(".git", "hooks", "post-checkout"), gitHook, "pull[[:space:]]+--rebase"}, + {filepath.Join(".git", "hooks", "post-rewrite"), gitHook, "rebase"}, }, }