Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | rebase: allow a hook to refuse rebasing. | Junio C Hamano | 2006-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> |