On Thu, Jun 13, 2013 at 08:15:59PM +0530, Ramkumar Ramachandra wrote: > SZEDER Gábor wrote: > > Just curious: when do those files don't exist? When using an older > > version of git with a newer prompt, obviously, but are there other > > cases? > > # On terminal one > $ git rebase --interactive master > # Ignore editor, and open terminal two > cat: .git/rebase-merge/msgnum: No such file or directory > cat: .git/rebase-merge/end: No such file or directory > $ Interesting, I wouldn't have thought of that. I was wondering whether there are cases and code paths in git rebase, where it knows what to write into those files but it does not write them, which might be worth fixing additionally. In case of this halfway-started rebase I don't see any point in displaying 0/42, so I don't think any additional fix would be necessary. Thanks, Gábor -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html