git-checkout: fix "eval" used for merge labelling.
commit41f5d73391e3fe5c4cb2829582b26a85930964d1
authorJunio C Hamano <junkio@cox.net>
Wed, 14 Mar 2007 16:48:13 +0000 (14 09:48 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 14 Mar 2007 16:48:13 +0000 (14 09:48 -0700)
tree858abc2b10fc46cb6801571e9d140b938e892a8c
parentad0f8c9ea76dcce82eb3fa1b308e495c21b834d1
git-checkout: fix "eval" used for merge labelling.

The symbolic notation of the fork point can contain whitespaces (e.g.
"git checkout -m 'HEAD@{9 hours ago}'").  Quote strings properly
when using eval to prepare GITHEAD_$new

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