Re: Implementation of git rebase --status

2015-05-26 Thread Guillaume Pages
Junio C Hamano gits...@pobox.com writes: Guillaume Pages guillaume.pa...@ensimag.grenoble-inp.fr 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:

Re: Implementation of git rebase --status

2015-05-26 Thread Junio C Hamano
Guillaume Pages guillaume.pa...@ensimag.grenoble-inp.fr 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

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