[PATCH] git-revert.txt: order options alphabetically
From: <hidden>
Date: 2016-06-15 22:50:09
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
From: Jari Aalto <redacted> Signed-off-by: Jari Aalto <redacted> --- Documentation/git-revert.txt | 24 +++++++++++++----------- 1 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/Documentation/git-revert.txt b/Documentation/git-revert.txt
index f40984d..5dcaddf 100644
--- a/Documentation/git-revert.txt
+++ b/Documentation/git-revert.txt@@ -28,13 +28,6 @@ both will discard uncommitted changes in your working directory. OPTIONS ------- -<commit>...:: - Commits to revert. - For a more complete list of ways to spell commit names, see - linkgit:gitrevisions[7]. - Sets of commits can also be given but no traversal is done by - default, see linkgit:git-rev-list[1] and its '--no-walk' - option. -e:: --edit::
@@ -58,10 +51,6 @@ reverted merge. This may or may not be what you want. See the link:howto/revert-a-faulty-merge.txt[revert-a-faulty-merge How-To] for more details. ---no-edit:: - With this option, 'git revert' will not start the commit - message editor. - -n:: --no-commit:: Usually the command automatically creates some commits with
@@ -76,10 +65,23 @@ more details. This is useful when reverting more than one commits' effect to your index in a row. +--no-edit:: + With this option, 'git revert' will not start the commit + message editor. + -s:: --signoff:: Add Signed-off-by line at the end of the commit message. +<commit>...:: + Commits to revert. + For a more complete list of ways to spell commit names, see + linkgit:gitrevisions[7]. + Sets of commits can also be given but no traversal is done by + default, see linkgit:git-rev-list[1] and its '--no-walk' + option. + + EXAMPLES -------- git revert HEAD~3::
--
1.7.2.3