]> git.ipfire.org Git - thirdparty/git.git/commit - quote.h
quote.h: fix bogus comment
authorJeff King <peff@peff.net>
Tue, 13 Sep 2011 21:57:47 +0000 (17:57 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Sep 2011 18:44:05 +0000 (11:44 -0700)
commit7878b07c0d86d05fa505f2464557c69addcc2c05
tree6655429769d51faff919011bfa802e6a4626260f
parent163ed566db7fd0f286413040e368324a59c642f9
quote.h: fix bogus comment

Commit 758e915 made sq_quote_next static, removing it from
quote.h. However, it forgot to update the related comment,
making it appear as a confusing description of sq_quote_to_argv.

Let's remove the crufty bits, and elaborate more on sq_quote_to_argv.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
quote.h