From: jari.aalto@cante.net
To: git@vger.kernel.org
Cc: Jari Aalto <jari.aalto@cante.net>
Subject: [PATCH] git-revert.txt: order options alphabetically
Date: Wed, 1 Dec 2010 22:55:13 +0200 [thread overview]
Message-ID: <1291236913-22693-1-git-send-email-jari.aalto@cante.net> (raw)
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
reply other threads:[~2010-12-01 20:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1291236913-22693-1-git-send-email-jari.aalto@cante.net \
--to=jari.aalto@cante.net \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).