git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rebase -i: remove undocumented '--verify' flag
@ 2010-11-22  6:48 Martin von Zweigbergk
  2010-11-22 12:53 ` Matthieu Moy
  0 siblings, 1 reply; 11+ messages in thread
From: Martin von Zweigbergk @ 2010-11-22  6:48 UTC (permalink / raw)
  To: git, Nanako Shiraishi, Junio C Hamano; +Cc: Martin von Zweigbergk

Remove the undocumented and unused '--verify' flag from interactive
rebase.

Signed-off-by: Martin von Zweigbergk <martin.von.zweigbergk@gmail.com>
---
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

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-11-24  1:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-22  6:48 [PATCH] rebase -i: remove undocumented '--verify' flag Martin von Zweigbergk
2010-11-22 12:53 ` Matthieu Moy
2010-11-22 13:14   ` Thomas Rast
2010-11-22 13:29     ` Matthieu Moy
2010-11-22 20:21       ` Martin von Zweigbergk
2010-11-23  2:24         ` Kevin Ballard
2010-11-23 14:41           ` Jeff King
2010-11-23 20:08             ` Junio C Hamano
2010-11-23 20:14         ` Junio C Hamano
2010-11-24  1:09           ` Martin von Zweigbergk
2010-11-22 13:49     ` Martin von Zweigbergk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).