-
Beta Was this translation helpful? Give feedback.
Answered by
altsem
Apr 1, 2025
Replies: 1 comment 2 replies
-
I think Gitu doesn't display those as an option if you don't hover a commit, which is wrong. It should be behaving like Magit. Here's where it happens in the code: https://github.com/altsem/gitu/blob/master/src/ops/commit.rs#L68 There's other ops that instead provide you with a prompt and default to what is hovered (I assume fixup commits behave like that in Magit) |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jonathanj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think Gitu doesn't display those as an option if you don't hover a commit, which is wrong. It should be behaving like Magit.
Here's where it happens in the code: https://github.com/altsem/gitu/blob/master/src/ops/commit.rs#L68
There's other ops that instead provide you with a prompt and default to what is hovered (I assume fixup commits behave like that in Magit)