[PATCH] git-revert.txt: order options alphabetically

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Jari Aalto <jari.aalto@xxxxxxxxx>


Signed-off-by: Jari Aalto <jari.aalto@xxxxxxxxx>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]