Code

git-merge: Properly quote $merge_msg variable.
authorJunio C Hamano <junkio@cox.net>
Sat, 4 Feb 2006 03:41:33 +0000 (19:41 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 4 Feb 2006 03:41:33 +0000 (19:41 -0800)
commitc0c74a88f9016dad4665a4f1d446cebb2bdb1968
treef1a812430ecf8a8e535786696ad5b1d746e5564d
parent46dc941246af6e845eb7835afdb8cd20eed835b7
git-merge: Properly quote $merge_msg variable.

Otherwise it would go though shell expansion...

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