]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-rebase.txt
show --continue/skip etc. consistently in synopsis
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Mon, 17 Jun 2019 09:17:09 +0000 (10:17 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Jun 2019 01:18:23 +0000 (18:18 -0700)
commit437591a9d738b56141149c9293c3b4840f5302f0
tree59f162eaf160a5e02cd88061c43cc4167f638879
parentf3f8311ec76f9bcdc7e26a125e585eb4e473a8d2
show --continue/skip etc. consistently in synopsis

Command mode options that the user can choose one among many are
listed like this in the documentation:

    git am (--continue | --skip | --abort | --quit)

They are listed on a single line and in parenthesis, because they
are not optional.

But documentation pages for some commands deviate from this norm.
Fix the merge and rebase docs to match this style.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-merge.txt
Documentation/git-rebase.txt