Skip to content

Commit

Permalink
fix(config): remove rebase from available hooks
Browse files Browse the repository at this point in the history
It is not actually a hook, but an argument to the `post-rewrite` hook.

https://git-scm.com/docs/githooks#Documentation/githooks.txt-rebase
  • Loading branch information
scop committed Dec 3, 2024
1 parent 7bea211 commit f7b4b4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/config/available_hooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ var AvailableHooks = map[string]struct{}{
"push-to-checkout": {},
"pre-auto-gc": {},
"post-rewrite": {},
"rebase": {},
"sendemail-validate": {},
"fsmonitor-watchman": {},
"p4-changelist": {},
Expand Down

0 comments on commit f7b4b4c

Please sign in to comment.