Re: Fatal bug on revert with --author

2016-05-30 Thread Jeff King
On Mon, May 30, 2016 at 04:16:50PM +0200, Andreas Lutro wrote: > So I learned today that --author is not a supported argument to git > revert. It took me a long time to realize this, though, because the > error I got was very cryptic: > > fatal: BUG: expected exactly one commit from walk > > H

Fatal bug on revert with --author

2016-05-30 Thread Andreas Lutro
So I learned today that --author is not a supported argument to git revert. It took me a long time to realize this, though, because the error I got was very cryptic: fatal: BUG: expected exactly one commit from walk Here's a very simple reproducible case: https://gist.github.com/anlutro/67e0cec