Re: [PATCH] bundle: split out a helper function to compute and write prerequisites

2014-10-30 Thread Jeff King
On Thu, Oct 30, 2014 at 11:08:17AM -0700, Junio C Hamano wrote: > The new helper compute_and_write_prerequistes() is ugly, but it s/quistes/quisites/ The same typo is in the function name in the code. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a messa

[PATCH] bundle: split out a helper function to compute and write prerequisites

2014-10-30 Thread Junio C Hamano
The new helper compute_and_write_prerequistes() is ugly, but it cannot be avoided. Ideally we should avoid a function that computes and does I/O at the same time, but the prerequisites lines in the output needs the human readable title only to help the recipient of the bundle. The code copies the