Re: [PATCH] git-rebase documentation: explain the exit code of custom commands

2014-12-30 Thread Junio C Hamano
Stefan Beller writes: > On Tue, Dec 30, 2014 at 9:33 AM, Junio C Hamano wrote: >> Stefan Beller writes: >> >>> Signed-off-by: Stefan Beller >>> --- >>> Documentation/git-rebase.txt | 3 ++- >>> 1 file changed, 2 insertions(+), 1 deletion(-) >>> >>> diff --git a/Documentation/git-rebase.txt b/

Re: [PATCH] git-rebase documentation: explain the exit code of custom commands

2014-12-30 Thread Stefan Beller
On Tue, Dec 30, 2014 at 10:25 AM, Stefan Beller wrote: > Should this be s/current/previous/. Technically the current commit seems > correct to me, but it was crafted in the previous lines of the instruction > sheet > so it feels like it's a commit which is already done and we're > currently looki

Re: [PATCH] git-rebase documentation: explain the exit code of custom commands

2014-12-30 Thread Stefan Beller
On Tue, Dec 30, 2014 at 9:33 AM, Junio C Hamano wrote: > Stefan Beller writes: > >> Signed-off-by: Stefan Beller >> --- >> Documentation/git-rebase.txt | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt >> in

Re: [PATCH] git-rebase documentation: explain the exit code of custom commands

2014-12-30 Thread Junio C Hamano
Stefan Beller writes: > Signed-off-by: Stefan Beller > --- > Documentation/git-rebase.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt > index 924827d..ffadb0b 100644 > --- a/Documentation/git-rebase.txt >