diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2009-10-30 20:24:04 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-10-30 19:15:38 -0700 |
commit | eab58f1e8e5ef86b5075ce6dfcd6d3f1b3b888b3 (patch) | |
tree | 6760ae17f8fce48ddf13e306c85d0dbcf87f9827 /git-instaweb.sh | |
parent | cd0f8e6d63d3e2744d7d3b2329238be7d064a8ea (diff) | |
download | git-eab58f1e8e5ef86b5075ce6dfcd6d3f1b3b888b3.tar.gz git-eab58f1e8e5ef86b5075ce6dfcd6d3f1b3b888b3.tar.xz |
Handle more shell metacharacters in editor names
Pass the editor name to the shell if it contains any susv3 shell
special character (globs, redirections, variable substitutions,
escapes, etc). This way, the meaning of some characters will not
meaninglessly change when others are added, and git commands
implemented in C and in shell scripts will interpret editor names
in the same way.
This does not make the GIT_EDITOR setting any more expressive,
since one could always use single quotes to force the editor to
be passed to the shell.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-instaweb.sh')
0 files changed, 0 insertions, 0 deletions