author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | |
Mon, 15 Nov 2010 10:12:44 +0000 (17:12 +0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 16 Nov 2010 18:22:37 +0000 (10:22 -0800) | ||
commit | 71567e3287cbd1c06e311579d43a7d8cc0648722 | |
tree | b473603da3f77bcd60c83178953aca0e41afc07d | tree | snapshot |
parent | ed296fe88dc8790f25a3546f1688dd40f8cbf2d1 | commit | diff |
clean: avoid quoting twice
qname is the result of quote_path_relative(), which does
quote_c_style_counted() internally. Remove the hard-coded quotes.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
qname is the result of quote_path_relative(), which does
quote_c_style_counted() internally. Remove the hard-coded quotes.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/clean.c | diff | blob | history |