]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3413-rebase-hook.sh
rebase --no-verify
authorNanako Shiraishi <nanako3@lavabit.com>
Mon, 6 Oct 2008 05:14:29 +0000 (14:14 +0900)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 6 Oct 2008 16:00:56 +0000 (09:00 -0700)
commitc44276563f96bba7133e3ee4144b7e0364d499b9
treec0ef7c3b6a31e0e88cd9f7b54daee536d13215ec
parent276328ffb87cefdc515bee5f09916aea6e0244ed
rebase --no-verify

It is sometimes desirable to disable the safety net of pre-rebase hook
when the user knows what he is doing (for example, when the original
changes on the branch have not been shown to the public yet).

This teaches --no-verify option to git-rebase, which is similar to the way
pre-commit hook is bypassed by git-commit.

Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-rebase--interactive.sh
git-rebase.sh
t/t3409-rebase-hook.sh