From: Junio C Hamano Date: Mon, 13 Feb 2006 07:17:04 +0000 (-0800) Subject: rebase: allow a hook to refuse rebasing. X-Git-Tag: v1.3.0-rc1~213^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9a111c91b01455ee1ea9f33c60da7ad50d460a7b?hp=9a111c91b01455ee1ea9f33c60da7ad50d460a7b 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 ---