From: Nguyễn Thái Ngọc Duy Date: Tue, 30 Jul 2013 08:31:25 +0000 (+0530) Subject: for-each-ref, quote: convert *_quote_print -> *_quote_buf X-Git-Tag: v1.8.5-rc0~193^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/10d0167fef35c7a4e4e3ef9dd448594b62089c5a?hp=10d0167fef35c7a4e4e3ef9dd448594b62089c5a for-each-ref, quote: convert *_quote_print -> *_quote_buf The print_value() function in for-each-ref.c prints values to stdout immediately using {sq|perl|python|tcl}_quote_print(). Change these lower-level quote functions to instead leave their results in strbuf so that we can later add post-processing to the results of them. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Ramkumar Ramachandra Signed-off-by: Junio C Hamano ---