git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] quote: fix broken sq_quote_buf() related comment
@ 2015-10-07 22:05 Christian Couder
  2015-10-07 22:05 ` [PATCH v2 2/2] quote: move comment before sq_quote_buf() Christian Couder
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Couder @ 2015-10-07 22:05 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Git, Christian Couder

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>
---
The only change in this v2 is the added Signed-off-by ;-)
Sorry for the spam.

 quote.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/quote.c b/quote.c
index 7920e18..890885a 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
-- 
2.6.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-07 22:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-07 22:05 [PATCH v2 1/2] quote: fix broken sq_quote_buf() related comment Christian Couder
2015-10-07 22:05 ` [PATCH v2 2/2] quote: move comment before sq_quote_buf() Christian Couder
2015-10-07 22:46   ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).