Fix automerge message.
authorJunio C Hamano <junkio@cox.net>
Fri, 2 Sep 2005 09:34:13 +0000 (02:34 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 2 Sep 2005 09:34:13 +0000 (02:34 -0700)
commit06ec2b4bb4ab9096d1304ba5a2ec388078dcdf7f
tree8121201f1cc1399810f0c2104e03a73963bfab2b
parent89bc8c785e20258efba3b2b5ffc26098fa0b8bc8
Fix automerge message.

The rewrite done while adding the shorthand support made the remote
refname recorded in the commit message too long for human consumption,
while losing information by using the shorthand not the real URL to
name the remote repository there.  They were both bad changes done
without enough thinking.

Pointed out by Linus.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fetch-script