From: Christian Couder Date: Wed, 7 Oct 2015 22:05:49 +0000 (+0200) Subject: quote: fix broken sq_quote_buf() related comment X-Git-Tag: v2.6.2~1^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca9da0d810096e5a2f672b6b9c82a58d1a04ce13;p=git quote: fix broken sq_quote_buf() related comment Since 77d604c (Enhanced sq_quote(), 10 Oct 2005), the comment at the beginning of quote.c is broken. Let's fix it. Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano --- diff --git a/quote.c b/quote.c index 7920e18e44..890885a736 100644 --- a/quote.c +++ b/quote.c @@ -7,6 +7,7 @@ int quote_path_fully = 1; /* Help to copy the thing properly quoted for the shell safety. * any single quote is replaced with '\'', any exclamation point * is replaced with '\!', and the whole thing is enclosed in a + * single quote pair. * * E.g. * original sq_quote result