commit | 71567e3287cbd1c06e311579d43a7d8cc0648722 | [log] [tgz] |
---|---|---|
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | Mon Nov 15 17:12:44 2010 +0700 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Nov 16 10:22:37 2010 -0800 |
tree | b473603da3f77bcd60c83178953aca0e41afc07d | |
parent | ed296fe88dc8790f25a3546f1688dd40f8cbf2d1 [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>