commit | 480f062cecdd4f662b1d2ed5d497b6f458974b22 | [log] [tgz] |
---|---|---|
author | Chris Packham <judge.packham@gmail.com> | Sun Oct 02 13:44:17 2011 +1300 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Oct 03 10:47:07 2011 -0700 |
tree | 20aa2d56e3dd3be14b32be8d64238bd05ed18d21 | |
parent | f696543dad6c7ba27b0c4fab167a5687263a9ba0 [diff] |
git-web--browse: avoid the use of eval Using eval causes problems when the URL contains an appropriately escaped ampersand (\&). Dropping eval from the built-in browser invocation avoids the problem. Helped-by: Jeff King <peff@peff.net> (test case) Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>