git-merge: Put FETCH_HEAD data in merge commit message
commit85295a52e683a24d8404c6989d8b8f134a0ea684
authorMichael S. Tsirkin <mst@dev.mellanox.co.il>
Thu, 22 Mar 2007 09:07:30 +0000 (22 11:07 +0200)
committerJunio C Hamano <junkio@cox.net>
Thu, 22 Mar 2007 10:01:43 +0000 (22 03:01 -0700)
tree3a215188430f9536bf180d0621e3243b8775b172
parenta1bf91e081de236af34bf8acd484881ce146fc93
git-merge: Put FETCH_HEAD data in merge commit message

This makes git-fetch <URL> && git-merge FETCH_HEAD produce the
same merge message as git-pull <URL>.

Signed-off-by: Michael S. Tsirkin <mst@dev.mellanox.co.il>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-merge.sh