* [PATCH] git-revert.txt: order options alphabetically
@ 2010-12-01 20:55 jari.aalto
0 siblings, 0 replies; only message in thread
From: jari.aalto @ 2010-12-01 20:55 UTC (permalink / raw)
To: git; +Cc: Jari Aalto
From: Jari Aalto <jari.aalto@cante.net>
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-12-01 20:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-01 20:55 [PATCH] git-revert.txt: order options alphabetically jari.aalto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).