Re: git rebase : knowing where I am...

2013-04-11 Thread Tay Ray Chuan
On Wed, Apr 10, 2013 at 4:40 PM, Jeremy Rosen wrote: > is there some way to know how far you are within a rebase when the rebase is > interupted by a conflict other than the message given by git rebase when it > was interrupted ? How about $ cat .git/rebase-merge/done sample output: p 3b

Re: git rebase : knowing where I am...

2013-04-10 Thread Junio C Hamano
Junio C Hamano writes: > Jeremy Rosen writes: > >> is there some way to know how far you are within a rebase when the >> rebase is interupted by a conflict other than the message given by >> git rebase when it was interrupted ? > > I do not think there is a "git $anything" command to do that, bu

Re: git rebase : knowing where I am...

2013-04-10 Thread Junio C Hamano
Jeremy Rosen writes: > is there some way to know how far you are within a rebase when the > rebase is interupted by a conflict other than the message given by > git rebase when it was interrupted ? I do not think there is a "git $anything" command to do that, but in the meantime you could "cat .

git rebase : knowing where I am...

2013-04-10 Thread Jeremy Rosen
Hello is there some way to know how far you are within a rebase when the rebase is interupted by a conflict other than the message given by git rebase when it was interrupted ? I would have expected a git rebase --status or something similar... Regards Jérémy Rosen fight key loggers