Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH v4] commit -v: strip diffs and submodule shortlogs from the commit message

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:59:24

Jens Lehmann [off-list ref] writes:
+		fprintf(s->fp, "%c %s", comment_line_char, cut_line);
+		strbuf_add_commented_lines(&buf, explanation, strlen(explanation));
+		fprintf(s->fp, buf.buf);
This is better done with:

	fputs(buf.buf, s->fp);

Already locally tweaked while applying, so no need to resend only
for this change.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help