Re: [PATCH 2/3] rebase: move cleanup code to exit_rebase()

2016-02-17 Thread Matthieu Moy
Nguyễn Thái Ngọc Duy writes: > Signed-off-by: Nguyễn Thái Ngọc Duy This patch could use a little bit more verbose commit message IMHO. At this point it's not completely clear why you need to move this code to git--rebase-lib.sh. My understanding is that you want to have this code in the lib.h

[PATCH 2/3] rebase: move cleanup code to exit_rebase()

2016-02-17 Thread Nguyễn Thái Ngọc Duy
Signed-off-by: Nguyễn Thái Ngọc Duy --- git-rebase--lib.sh (mode +x) | 38 ++ git-rebase.sh| 37 + 2 files changed, 39 insertions(+), 36 deletions(-) mode change 100644 => 100755 git-rebase--lib.sh diff --gi