Skip to content

Commit ca9da0d

Browse files
chriscoolgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 22f698c commit ca9da0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quote.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ int quote_path_fully = 1;
77
/* Help to copy the thing properly quoted for the shell safety.
88
* any single quote is replaced with '\'', any exclamation point
99
* is replaced with '\!', and the whole thing is enclosed in a
10+
* single quote pair.
1011
*
1112
* E.g.
1213
* original sq_quote result

0 commit comments

Comments
 (0)