Thread (3 messages) flat view 3 messages, 3 authors, 2016-06-15

Re: [PATCH] rebase -i: remove undocumented '--verify' flag

From: Matthieu Moy <hidden>
Date: 2016-06-15 22:50:05

Martin von Zweigbergk [off-list ref] writes:
Remove the undocumented and unused '--verify' flag from interactive
rebase.
I don't think this change is good. If a command has a --no-whatever
flag, one expects the --whatever flag to exist too, even if it's a
no-op.
 	--no-verify)
 		OK_TO_SKIP_PRE_REBASE=yes
 		;;
--no-verify exists, so
-	--verify)
-		;;
--verify exists too.

I think a better change would be to add a comment like

--verify)
	# no-op, exists because --no-verify exists too.
	;;

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help