commit | 41f5d73391e3fe5c4cb2829582b26a85930964d1 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Wed Mar 14 09:48:13 2007 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Wed Mar 14 09:48:13 2007 -0700 |
tree | 858abc2b10fc46cb6801571e9d140b938e892a8c | |
parent | ad0f8c9ea76dcce82eb3fa1b308e495c21b834d1 [diff] |
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>