author | Matthieu Moy <Matthieu.Moy@imag.fr> | |
Thu, 5 Aug 2010 10:05:22 +0000 (12:05 +0200) | ||
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | |
Thu, 12 Aug 2010 20:35:09 +0000 (21:35 +0100) | ||
commit | 62f9a632c819bd53a5b7dbe40409ab086a4bce10 | |
tree | 6fd7855db671a1f80ff8e9043198ad8604b1de43 | tree | snapshot |
parent | 780777720a1ded770be7653cee0dc9777f14f07f | commit | diff |
git-gui: use shell to launch textconv filter in "blame"
The textconv filters may include multiple arguments and may make use
of unix shell features. To maintain compatibility with 'git blame'
ensure these commands are passed through bash.
Reported-by: Kirill Smelkov <kirr@landau.phys.spbu.ru>
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
The textconv filters may include multiple arguments and may make use
of unix shell features. To maintain compatibility with 'git blame'
ensure these commands are passed through bash.
Reported-by: Kirill Smelkov <kirr@landau.phys.spbu.ru>
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Makefile | diff | blob | history | |
git-gui.sh | diff | blob | history | |
lib/blame.tcl | diff | blob | history |