Tidy up documentation of --create-new-change-for-all-not-in-target

Change-Id: I12449837c86f547a0604f43a7322a2f515aae4df
This commit is contained in:
David Pursehouse 2014-12-03 17:30:39 +09:00
parent 962e1186b5
commit 7c603dffde

View File

@ -137,11 +137,11 @@ Submit Types].
--create-new-change-for-all-not-in-target:: --create-new-change-for-all-not-in-target::
--ncfa: --ncfa:
If enabled, a new change is created for every commit not in If enabled, a new change is created for every commit that is not in
target branch. If the pushed commit is merge commit, this flag is the target branch. If the pushed commit is a merge commit, this flag is
ignored for that push. This option also does not accept merge ignored for that push. To avoid accidental creation of a large number
commits in commit chain to avoid accidental creation of a large of open changes, this option also does not accept merge commits in the
number of open changes. commit chain.
Disabled by default. Disabled by default.
--require-change-id:: --require-change-id::