From: "Shawn O. Pearce" <spearce@spearce.org>
To: Miklos Vajna <vmiklos@frugalware.org>
Cc: Junio C Hamano <gitster@pobox.com>, git@vger.kernel.org
Subject: Re: [PATCH] request-pull: avoid mentioning that the start point is a single commit
Date: Thu, 28 Jan 2010 17:19:38 -0800 [thread overview]
Message-ID: <20100129011938.GC20488@spearce.org> (raw)
In-Reply-To: <20100129011817.GT12429@genesis.frugalware.org>
Miklos Vajna <vmiklos@frugalware.org> wrote:
> Previously we ran shortlog on the start commit which always printed
> "(1)" after the start commit, which gives no information, but makes the
> output less easy to read. Avoid doing so.
>
> Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
> ---
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Nice fix, that was annoying me too, but I didn't care enough to
write a patch. :-)
> -git shortlog --max-count=1 $baserev | sed -e 's/^\(.\)/ \1/'
> +git log --max-count=1 --pretty=format:" %an: %s%n%n" $baserev
--
Shawn.
next prev parent reply other threads:[~2010-01-29 1:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-29 1:18 [PATCH] request-pull: avoid mentioning that the start point is a single commit Miklos Vajna
2010-01-29 1:19 ` Shawn O. Pearce [this message]
2010-01-29 7:33 ` Junio C Hamano
2010-01-29 14:17 ` [PATCH v2] " Miklos Vajna
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=20100129011938.GC20488@spearce.org \
--to=spearce@spearce.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=vmiklos@frugalware.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).