Re: [PATCH v12 13/13] bisect--helper: `bisect_start` shell function partially in C
From: Junio C Hamano <hidden> Date: 2016-08-12 19:25:27
Pranit Bauva [off-list ref] writes:
+ ...
+ /*
+ * Write new start state
+ */
+ if (write_file(git_path_bisect_start(), "%s\n", start_head.buf)) {
I think this function has changed its signature recently. I am
planning to tag 2.10-rc0 this weekend, and it may be a good time to
rebase the series on to an updated codebase.
Thanks.