gex
gex copied to clipboard
Panic starting gex during interactive rebase
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
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)