]> git.ipfire.org Git - thirdparty/git.git/commit - quote.c
quote: move comment before sq_quote_buf()
authorChristian Couder <christian.couder@gmail.com>
Wed, 7 Oct 2015 22:05:50 +0000 (00:05 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Oct 2015 22:12:01 +0000 (15:12 -0700)
commit44cd91eab2992cbf63c789321f16c087696ce324
treefe51394de01676af753e9376f97f072a7b6cbd35
parentca9da0d810096e5a2f672b6b9c82a58d1a04ce13
quote: move comment before sq_quote_buf()

A big comment at the beginning of quote.c is really
related to sq_quote_buf(), so let's move it in front
of this function.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
quote.c