commit | c2015b3ae0d52ccae33ee00c2b25b8402c66bdf0 | [log] [tgz] |
---|---|---|
author | Johannes Sixt <johannes.sixt@telecom.at> | Sun Nov 04 21:26:22 2007 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Nov 04 15:16:59 2007 -0800 |
tree | 89cbc34d7def468e193b431bacb07c88d305cb9a | |
parent | 140dd77a5cb2e61dcb942e245a2474fae95e42a5 [diff] |
Fix an infinite loop in sq_quote_buf(). sq_quote_buf() treats single-quotes and exclamation marks specially, but it incorrectly parsed the input for single-quotes and backslashes. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>