commit | c44276563f96bba7133e3ee4144b7e0364d499b9 | [log] [tgz] |
---|---|---|
author | Nanako Shiraishi <nanako3@lavabit.com> | Mon Oct 06 14:14:29 2008 +0900 |
committer | Shawn O. Pearce <spearce@spearce.org> | Mon Oct 06 09:00:56 2008 -0700 |
tree | c0ef7c3b6a31e0e88cd9f7b54daee536d13215ec | |
parent | 276328ffb87cefdc515bee5f09916aea6e0244ed [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>