1
0
mirror of https://github.com/git/git.git synced 2024-09-29 17:51:22 +02:00
Commit Graph

1 Commits

Author SHA1 Message Date
Junio C Hamano
9a111c91b0 rebase: allow a hook to refuse rebasing.
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>
2006-02-13 00:17:33 -08:00