Re: [PATCH 1/3] mergetool--lib: remove use of $status global

2014-11-21 Thread Junio C Hamano
David Aguilar writes: > Remove return statements and rework check_unchanged() so that the exit > status from the last evaluated expression bubbles up to the callers. > > Signed-off-by: David Aguilar > --- > git-mergetool--lib.sh | 20 +--- > 1 file changed, 5 insertions(+), 15 d

[PATCH 1/3] mergetool--lib: remove use of $status global

2014-11-20 Thread David Aguilar
Remove return statements and rework check_unchanged() so that the exit status from the last evaluated expression bubbles up to the callers. Signed-off-by: David Aguilar --- git-mergetool--lib.sh | 20 +--- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/git-mergeto