strbuf_add_commented_lines  479 builtin/fmt-merge-msg.c 		strbuf_add_commented_lines(tagbuf, sig->buf, sig->len);
strbuf_add_commented_lines  513 builtin/fmt-merge-msg.c 				strbuf_add_commented_lines(&tagline,
strbuf_add_commented_lines  521 builtin/fmt-merge-msg.c 			strbuf_add_commented_lines(&tagbuf,
strbuf_add_commented_lines  152 builtin/notes.c 	strbuf_add_commented_lines(&cbuf, buf.buf, buf.len);
strbuf_add_commented_lines  182 builtin/notes.c 		strbuf_add_commented_lines(&buf, note_template, strlen(note_template));
strbuf_add_commented_lines   12 builtin/stripspace.c 	strbuf_add_commented_lines(buf, msg, len);
strbuf_add_commented_lines  264 strbuf.c       	strbuf_add_commented_lines(sb, buf.buf, buf.len);
strbuf_add_commented_lines  241 strbuf.h       extern void strbuf_add_commented_lines(struct strbuf *out, const char *buf, size_t size);
strbuf_add_commented_lines  765 wt-status.c    		strbuf_add_commented_lines(&summary, summary_content, len);
strbuf_add_commented_lines  841 wt-status.c    	strbuf_add_commented_lines(&buf, explanation, strlen(explanation));