git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] commit: fixup misplacement of --no-post-rewrite description
@ 2012-11-02 12:26 Andreas Schwab
  2012-11-02 13:22 ` Jeff King
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Schwab @ 2012-11-02 12:26 UTC (permalink / raw)
  To: git

In e858af6 (commit: document a couple of options) the description of the
--no-post-rewrite option was put inside the paragraph for the --amend
option.  Move it down after the paragraph.

Signed-off-by: Andreas Schwab <schwab@linux-m68k.org>
---
 Documentation/git-commit.txt | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index 9594ac8..28a5aeb 100644
--- a/Documentation/git-commit.txt
+++ b/Documentation/git-commit.txt
@@ -193,10 +193,6 @@ OPTIONS
 	current tip -- if it was a merge, it will have the parents of
 	the current tip as parents -- so the current top commit is
 	discarded.
-
---no-post-rewrite::
-	Bypass the post-rewrite hook.
-
 +
 --
 It is a rough equivalent for:
@@ -213,6 +209,9 @@ You should understand the implications of rewriting history if you
 amend a commit that has already been published.  (See the "RECOVERING
 FROM UPSTREAM REBASE" section in linkgit:git-rebase[1].)
 
+--no-post-rewrite::
+	Bypass the post-rewrite hook.
+
 -i::
 --include::
 	Before making a commit out of staged contents so far,
-- 
1.8.0


-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] commit: fixup misplacement of --no-post-rewrite description
  2012-11-02 12:26 [PATCH] commit: fixup misplacement of --no-post-rewrite description Andreas Schwab
@ 2012-11-02 13:22 ` Jeff King
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff King @ 2012-11-02 13:22 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: git

On Fri, Nov 02, 2012 at 01:26:47PM +0100, Andreas Schwab wrote:

> In e858af6 (commit: document a couple of options) the description of the
> --no-post-rewrite option was put inside the paragraph for the --amend
> option.  Move it down after the paragraph.
> 
> Signed-off-by: Andreas Schwab <schwab@linux-m68k.org>

Thanks, the modified output looks much more sane.

-Peff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-02 13:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-02 12:26 [PATCH] commit: fixup misplacement of --no-post-rewrite description Andreas Schwab
2012-11-02 13:22 ` Jeff King

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).