Re: [PATCH] lib-rebase: use write_script

2013-07-01 Thread Andrew Pimlott
Excerpts from Junio C Hamano's message of Thu Jun 27 13:50:45 -0700 2013: Andrew Pimlott and...@pimlott.net writes: I should update the function I introduced first. I will re-submit the rebase -i --autosquash patch and wait for acceptance before trying to fix other things. Thanks.

Re: [PATCH] lib-rebase: use write_script

2013-07-01 Thread Junio C Hamano
Andrew Pimlott and...@pimlott.net writes: Applies on top of rebase -i patch already accepted. Mostly whitespace changes. Thanks, will queue. -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH] lib-rebase: use write_script

2013-06-27 Thread Andrew Pimlott
Signed-off-by: Andrew Pimlott and...@pimlott.net --- t/lib-rebase.sh |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/t/lib-rebase.sh b/t/lib-rebase.sh index 0b41155..7b42199 100644 --- a/t/lib-rebase.sh +++ b/t/lib-rebase.sh @@ -24,8 +24,7 @@ #-- Add a blank line.

Re: [PATCH] lib-rebase: use write_script

2013-06-27 Thread Junio C Hamano
Andrew Pimlott and...@pimlott.net writes: Signed-off-by: Andrew Pimlott and...@pimlott.net --- t/lib-rebase.sh |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/t/lib-rebase.sh b/t/lib-rebase.sh index 0b41155..7b42199 100644 --- a/t/lib-rebase.sh +++

Re: [PATCH] lib-rebase: use write_script

2013-06-27 Thread Andrew Pimlott
Excerpts from Junio C Hamano's message of Thu Jun 27 11:37:31 -0700 2013: Thanks, but it should probably be write_script fake-editor.sh -\EOF case $1 in ... EOF test_set_editor ... if the aim is to modernize this part. Yes, the goal is to make that

Re: [PATCH] lib-rebase: use write_script

2013-06-27 Thread Junio C Hamano
Andrew Pimlott and...@pimlott.net writes: I should update the function I introduced first. I will re-submit the rebase -i --autosquash patch and wait for acceptance before trying to fix other things. Thanks. -- To unsubscribe from this list: send the line unsubscribe git in the body of a