From: Martin Langhoff Date: Mon, 30 Jan 2006 06:12:12 +0000 (+1300) Subject: exportcommit: replace backticks with safe_pipe_capture() or system() - initial pass X-Git-Tag: v1.2.0~95 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d41df15e6913e8f7e1b5d656bb51dc4268232c36?hp=d41df15e6913e8f7e1b5d656bb51dc4268232c36 exportcommit: replace backticks with safe_pipe_capture() or system() - initial pass Replaced backticks with potentially troublesome unescaped input with safe_pipe_capture(). Signed-off-by: Martin Langhoff Signed-off-by: Junio C Hamano ---