From: Junio C Hamano Date: Fri, 2 Sep 2005 09:34:13 +0000 (-0700) Subject: Fix automerge message. X-Git-Tag: v0.99.6~30 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;ds=sidebyside;h=06ec2b4bb4ab9096d1304ba5a2ec388078dcdf7f;hp=06ec2b4bb4ab9096d1304ba5a2ec388078dcdf7f;p=git.git 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 ---