Re: git status during interactive rebase

2016-01-22 Thread Johannes Schindelin
Hi, [Stefan, please do not drop me from the Cc: list ;-)] On Thu, 21 Jan 2016, Junio C Hamano wrote: > Perhaps something along this line (not tested and done on 'pu', so I > am not committing it to anywhere myself)? I like it! I tested it, amended it and am about to send out a mail with a comm

Re: git status during interactive rebase

2016-01-21 Thread Junio C Hamano
Stefan Beller writes: >> So the proper fix might be to test for the presence of the "done" file and >> otherwise tell the user that this rebase has not even started yet. > > So what Matthieu said? Yup, I think that is the right thing to do. Perhaps something along this line (not tested and done

Re: git status during interactive rebase

2016-01-21 Thread Stefan Beller
On Thu, Jan 21, 2016 at 12:23 AM, Matthieu Moy wrote: > Stefan Beller writes: > >> So I ran an interactive rebase, and while editing >> .git/rebase-merge/git-rebase-todo I tried to run >> `git status` in another terminal to inquire about a >> filename of an untracked file. >> >> However, I got: >

Re: git status during interactive rebase

2016-01-21 Thread Johannes Schindelin
Hi Stefan, On Wed, 20 Jan 2016, Stefan Beller wrote: > So I ran an interactive rebase, and while editing > .git/rebase-merge/git-rebase-todo I tried to run > `git status` in another terminal to inquire about a > filename of an untracked file. Heh, I don't think that anybody did that before, beca

Re: git status during interactive rebase

2016-01-21 Thread Matthieu Moy
Stefan Beller writes: > So I ran an interactive rebase, and while editing > .git/rebase-merge/git-rebase-todo I tried to run > `git status` in another terminal to inquire about a > filename of an untracked file. > > However, I got: > > $ git status > On branch submodule-groups-v3 > fatal: Could n

git status during interactive rebase

2016-01-20 Thread Stefan Beller
So I ran an interactive rebase, and while editing .git/rebase-merge/git-rebase-todo I tried to run `git status` in another terminal to inquire about a filename of an untracked file. However, I got: $ git status On branch submodule-groups-v3 fatal: Could not open file .git/rebase-merge/done for re