Re: [PATCH] git-rebase.sh: fix typo

2012-08-02 Thread Ralf Thielow
On Wed, Aug 1, 2012 at 7:09 PM, Ralf Thielow wrote: > $(eval_gettext 'It seems that there is already a $state_dir_base directory, > and > -I wonder if you ware in the middle of another rebase. If that is the > +I wonder if you are in the middle of another rebase. If that is the > case, please

Re: [PATCH] git-rebase.sh: fix typo

2012-08-01 Thread Jiang Xin
2012/8/2 Ralf Thielow : > $(eval_gettext 'It seems that there is already a $state_dir_base directory, > and > -I wonder if you ware in the middle of another rebase. If that is the > +I wonder if you are in the middle of another rebase. If that is the It's my fault in commit c7108b. I am curiou

[PATCH] git-rebase.sh: fix typo

2012-08-01 Thread Ralf Thielow
Fix a typo in the error messages which is shown if it seems that a rebase is already in progress. Signed-off-by: Ralf Thielow --- git-rebase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-rebase.sh b/git-rebase.sh index 0e6fd09..15da926 100755 --- a/git-rebase.sh +++