aboutsummaryrefslogtreecommitdiff
path: root/templates/hooks--pre-rebase
Commit message (Collapse)AuthorAge
* rebase: allow a hook to refuse rebasing.Junio C Hamano2006-02-13
This lets a hook to interfere a rebase and help prevent certain branches from being rebased by mistake. A sample hook to show how to prevent a topic branch that has already been merged into publish branch. Signed-off-by: Junio C Hamano <junkio@cox.net>