author | Junio C Hamano <junkio@cox.net> | |
Wed, 14 Mar 2007 16:48:13 +0000 (09:48 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 14 Mar 2007 16:48:13 +0000 (09:48 -0700) | ||
commit | 41f5d73391e3fe5c4cb2829582b26a85930964d1 | |
tree | 858abc2b10fc46cb6801571e9d140b938e892a8c | tree | snapshot |
parent | ad0f8c9ea76dcce82eb3fa1b308e495c21b834d1 | commit | 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>
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 | diff | blob | history |