Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"break" in interactive rebase confuses edamagit #251

Open
bmartin opened this issue Apr 13, 2023 · 0 comments
Open

"break" in interactive rebase confuses edamagit #251

bmartin opened this issue Apr 13, 2023 · 0 comments

Comments

@bmartin
Copy link

bmartin commented Apr 13, 2023

If you use "b" for break in an interactive rebase, magit status will forget that a rebase is happening. b at the start of the file is a really convenient way to start before your first commit. For example, if I want to spell-check a file before my change.

I also see similar behavior when using "x" for "exec".

Reproduction:

  1. Start an interactive rebase. For example, "r -i u"
  2. Add a "b" for "break" on a line by itself between two lines in the rebase
  3. Start rebase
  4. Observe that when the break happens, magit status no longer shows anything about the ongoing rebase
  5. run git rebase --continue in the terminal

Note this does not happen with edit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant