Code

svn: properly escape arguments for authors-prog
authorMark Lodato <lodatom@gmail.com>
Sun, 13 Sep 2009 00:33:23 +0000 (20:33 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 13 Sep 2009 08:28:07 +0000 (01:28 -0700)
commitd3d7d47e6e0c3077fa39ffcca2b7f5f48ea97812
tree27f36a974a6947004d64ec131e721d968e0757ea
parent45c58ba00a9c4e31e94997b59fd8112f962fa222
svn: properly escape arguments for authors-prog

Previously, the call to authors-prog was not properly escaped, so any
special characters in the Subversion username, such as spaces and
semi-colons, would be interpreted by the shell rather than being passed
in as the first argument.  Now all unsafe characters are escaped using
"git rev-parse --sq-quote"

[ew: switched from "\Q..\E" to "rev-parse --sq-quote"]

Signed-off-by: Mark Lodato <lodatom@gmail.com>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-svn.perl
t/t9138-git-svn-authors-prog.sh