From: Thomas Rast <trast@student.ethz.ch>
To: Jonathan Nieder <jrnieder@gmail.com>
Cc: <git@vger.kernel.org>, Petr Baudis <pasky@suse.cz>,
Junio C Hamano <gitster@pobox.com>
Subject: Re: [PATCH v2 0/7] clarify 'git merge' documentation
Date: Sun, 24 Jan 2010 14:25:06 +0100 [thread overview]
Message-ID: <201001241425.07027.trast@student.ethz.ch> (raw)
In-Reply-To: <20100123092551.GA7571@progeny.tock>
On Saturday 23 January 2010 10:25:51 Jonathan Nieder wrote:
> Jonathan Nieder (7):
> Documentation: merge: move configuration section to end
> Documentation: suggest `reset --merge` in How Merge Works section
> Documentation: merge: move merge strategy list to end
> Documentation: merge: add an overview
> Documentation: emphasize when git merge terminates early
> Documentation: merge: add a section about fast-forward
> Documentation: simplify How Merge Works
[and in the other thread]
> Jonathan Nieder (1):
> Documentation: merge: use MERGE_HEAD to refer to the remote branch
Thanks Jonathan! Ack on all of them.
I still had the following patches in my little documentation queue:
Jonathan Nieder (2):
Documentation: git gc packs refs by default now
Documentation: tiny git config manual tweaks
Thomas Rast (2):
Documentation: show-files is now called git-ls-files
Documentation: emphasise 'git shortlog' in its synopsis
I actually forgot to post the last one, which I'll do shortly, but
it's trivial so I just included it at the bottom.
Junio, I gathered all of the above patches and pushed them again to
git://repo.or.cz/git/trast.git doc-style/for-next
If that's ok and you merge it, I'll declare this the end of this
little topic. Admittedly it grew a bit outside the original area of
style fixes into a half-rewrite of git-merge(1).
-- 8< --
Subject: [PATCH] Documentation: emphasise 'git shortlog' in its synopsis
The accepted style in the SYNOPSIS section is for a command to be
'emphasised'. Do so for the git-shortlog(1) manpage.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt
index ecf9e27..dfd4d0c 100644
--- a/Documentation/git-shortlog.txt
+++ b/Documentation/git-shortlog.txt
@@ -9,7 +9,7 @@ SYNOPSIS
--------
[verse]
git log --pretty=short | 'git shortlog' [-h] [-n] [-s] [-e] [-w]
-git shortlog [-n|--numbered] [-s|--summary] [-e|--email] [-w[<width>[,<indent1>[,<indent2>]]]] [<committish>...]
+'git shortlog' [-n|--numbered] [-s|--summary] [-e|--email] [-w[<width>[,<indent1>[,<indent2>]]]] [<committish>...]
DESCRIPTION
-----------
--
Thomas Rast
trast@{inf,student}.ethz.ch
next prev parent reply other threads:[~2010-01-24 13:25 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-23 9:25 [PATCH v2 0/7] clarify 'git merge' documentation Jonathan Nieder
2010-01-23 9:26 ` [PATCH 1/7] Documentation: merge: move configuration section to end Jonathan Nieder
2010-01-23 9:31 ` [PATCH 2/7] Documentation: suggest `reset --merge` in How Merge Works section Jonathan Nieder
2010-01-23 9:33 ` [PATCH 3/7] Documentation: merge: move merge strategy list to end Jonathan Nieder
2010-01-23 9:42 ` [PATCH 4/7] Documentation: merge: add an overview Jonathan Nieder
2010-02-12 14:15 ` Raja R Harinath
2010-01-23 9:44 ` [PATCH 5/7] Documentation: emphasize when git merge terminates early Jonathan Nieder
2010-01-23 9:45 ` [PATCH 6/7] Documentation: merge: add a section about fast-forward Jonathan Nieder
2010-01-23 9:48 ` [PATCH 7/7] Documentation: simplify How Merge Works Jonathan Nieder
2010-01-24 13:25 ` Thomas Rast [this message]
2010-01-24 19:29 ` [PATCH v2 0/7] clarify 'git merge' documentation Junio C Hamano
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=201001241425.07027.trast@student.ethz.ch \
--to=trast@student.ethz.ch \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=jrnieder@gmail.com \
--cc=pasky@suse.cz \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.