Re: [PATCH 81/83] apply: roll back index in case of error

2016-05-03 Thread Christian Couder
Hi Dscho, On Mon, Apr 25, 2016 at 6:06 PM, Johannes Schindelin wrote: > Hi Chris, > > On Sun, 24 Apr 2016, Christian Couder wrote: > >> @@ -4734,16 +4737,22 @@ int apply_all_patches(struct apply_state *state, >> read_stdin = 0; >>

Re: [PATCH 81/83] apply: roll back index in case of error

2016-05-02 Thread Eric Sunshine
On Mon, May 2, 2016 at 3:07 AM, Johannes Schindelin wrote: > apparently this mail never made it to the list??? It made it to the list[1]. [1]: http://git.661346.n2.nabble.com/PATCH-80-83-run-command-make-dup-devnull-non-static-tp7654127p7654233.html > On Mon, 25

Re: [PATCH 81/83] apply: roll back index in case of error

2016-05-02 Thread Johannes Schindelin
Hi, apparently this mail never made it to the list??? On Mon, 25 Apr 2016, Johannes Schindelin wrote: > Hi Chris, > > On Sun, 24 Apr 2016, Christian Couder wrote: > > > @@ -4734,16 +4737,22 @@ int apply_all_patches(struct apply_state *state, > > read_stdin = 0; > >

Re: [PATCH 81/83] apply: roll back index in case of error

2016-04-25 Thread Johannes Schindelin
Hi Chris, On Sun, 24 Apr 2016, Christian Couder wrote: > @@ -4734,16 +4737,22 @@ int apply_all_patches(struct apply_state *state, > read_stdin = 0; > set_default_whitespace_mode(state); > res = apply_patch(state, fd, arg, options); > - if

[PATCH 81/83] apply: roll back index in case of error

2016-04-24 Thread Christian Couder
Signed-off-by: Christian Couder --- apply.c | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/apply.c b/apply.c index 86e0d20..7cee834 100644 --- a/apply.c +++ b/apply.c @@ -4718,8 +4718,11 @@ int apply_all_patches(struct