Skip to content

Commit

Permalink
quote: fix broken sq_quote_buf() related comment
Browse files Browse the repository at this point in the history
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 <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Christian Couder authored and Junio C Hamano committed Oct 7, 2015
1 parent 22f698c commit ca9da0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quote.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca9da0d

Please sign in to comment.