git-rebase.txt: --interactive does not work with --whitespace

Signed-off-by: Mark Burton <markb@ordern.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Mark Burton 2009-02-12 10:21:19 +00:00 committed by Junio C Hamano
parent 49bde75336
commit 7fe5438516

View File

@ -246,6 +246,7 @@ OPTIONS
--whitespace=<nowarn|warn|error|error-all|strip>:: --whitespace=<nowarn|warn|error|error-all|strip>::
This flag is passed to the 'git-apply' program This flag is passed to the 'git-apply' program
(see linkgit:git-apply[1]) that applies the patch. (see linkgit:git-apply[1]) that applies the patch.
Incompatible with the --interactive option.
-i:: -i::
--interactive:: --interactive::