gex icon indicating copy to clipboard operation
gex copied to clipboard

Panic starting gex during interactive rebase

Open jhelwig opened this issue 3 years ago • 1 comments

I tried starting gex (0.3.2 installed via cargo) while I was in the middle of resolving some conflicts during an interactive rebase, and it immediately panics with the following:

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Error { input: "interactive rebase in progress; onto 6ff73fd7", code: Tag })', /Users/jhelwig/.cargo/registry/src/github.com-1ecc6299db9ec823/gex-0.3.2/src/status.rs:307:34
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

jhelwig avatar Aug 23 '22 17:08 jhelwig

Note: It no longer panics, but it is still wholly unhelpful and only shows you the already staged diffs (i.e. not the stuff you've been resolving conflicts for)

Piturnah avatar Jul 04 '23 11:07 Piturnah