request-pull: avoid mentioning that the start point is a single commit
commit10eb00073f07e1c40a17327417aa39cc4cc9c254
authorMiklos Vajna <vmiklos@frugalware.org>
Fri, 29 Jan 2010 14:17:59 +0000 (29 15:17 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 30 Jan 2010 06:26:39 +0000 (29 22:26 -0800)
treee69f6d1299a085fc3e89afbf56cc4b165995c4c7
parentb2c2e4c22c6a4fe151f02380d247cf3d9a9d5d1e
request-pull: avoid mentioning that the start point is a single commit

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.  Instead of giving the author name of the
commit, use the space for committer timestamp to help recipient judge
the freshness of the offered branch more easily.

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-request-pull.sh