Remove the undocumented and unused '--verify' flag from interactive rebase. Signed-off-by: Martin von Zweigbergk <martin.von.zweigbergk@xxxxxxxxx> --- This tiny and almost pointless patch has been in my refactor-rebase branch for quite some time. As it's not really related to the refactoring, I'm sending it off separately instead. git-rebase--interactive.sh | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh index a27952d..f7171e8 100755 --- a/git-rebase--interactive.sh +++ b/git-rebase--interactive.sh @@ -726,8 +726,6 @@ do --no-verify) OK_TO_SKIP_PRE_REBASE=yes ;; - --verify) - ;; --continue) is_standalone "$@" || usage get_saved_options -- 1.7.3.2.190.gfb4ae -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html