Re: Implementation of git rebase --status

2015-05-26 Thread Guillaume Pages
Junio C Hamano writes: >Guillaume Pages writes: >> Do you think it could be useful or do you have any suggestion? >All of your examples say things like: >> You are in the middle of a rebase session. >> The line that paused this session is: >but what if there is no such "line"? >IOW,

Re: Implementation of git rebase --status

2015-05-26 Thread Junio C Hamano
Guillaume Pages writes: > Do you think it could be usefull or do you have any suggestion? All of your examples say things like: > You are in the middle of a rebase session. > The line that paused this session is: but what if there is no such "line"? IOW, what does the user see when

Implementation of git rebase --status

2015-05-26 Thread Guillaume Pages
Hi, I would like to implement a new command git rebase --status to inform the user about the current rebase session. Here is a sample of what I think it could look like in case of merge conflict: git rebase --status You are in the middle of a rebase session. The line that paused this sessio