Re: [PATCH v2 00/14] Lib'ify quite a few functions in sequencer.c

2016-08-29 Thread Junio C Hamano
Johannes Schindelin writes: > This patch series is one of the half dozen patch series left to move the > bulk of rebase -i into a builtin. This was a lot easier to understand compared to the previous round, and overall looked alright. Thanks.

[PATCH v2 00/14] Lib'ify quite a few functions in sequencer.c

2016-08-26 Thread Johannes Schindelin
This patch series is one of the half dozen patch series left to move the bulk of rebase -i into a builtin. The purpose of this patch series is to switch the functions in sequencer.c from die()ing to returning errors instead, as proper library functions should do, to give callers a chance to clean