From: Lars Hjemli Date: Sun, 23 Sep 2007 22:51:41 +0000 (+0200) Subject: git-merge: fix faulty SQUASH_MSG X-Git-Tag: v1.5.4-rc0~388^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2ae4fd7695abcf2ab36f3fe984cc4ca44559635f?hp=2ae4fd7695abcf2ab36f3fe984cc4ca44559635f git-merge: fix faulty SQUASH_MSG Only the first 'remote' head is currently specified as an argument to 'git log' when generating a SQUSH_MSG, which makes the generated message fail to mention every commit involved in the merge. This fixes the problem. Noticed-by: Junio C Hamano Signed-off-by: Lars Hjemli Signed-off-by: Junio C Hamano ---