author | Nanako Shiraishi <nanako3@lavabit.com> | |
Mon, 6 Oct 2008 05:14:29 +0000 (14:14 +0900) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 6 Oct 2008 16:00:56 +0000 (09:00 -0700) | ||
commit | c44276563f96bba7133e3ee4144b7e0364d499b9 | |
tree | c0ef7c3b6a31e0e88cd9f7b54daee536d13215ec | tree | snapshot |
parent | 276328ffb87cefdc515bee5f09916aea6e0244ed | commit | diff |
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>
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 | diff | blob | history | |
git-rebase.sh | diff | blob | history | |
t/t3409-rebase-hook.sh | diff | blob | history |