Stefan Haller
74054c9d70
Remove the "YOU ARE HERE" marker
...
Now that we have sections, it is no longer needed.
Keep the "<-- CONFLICTS" marker though.
2025-04-20 16:06:15 +02:00
Stefan Haller
6cbc1e0ace
Add section headers for rebase todos, cherry-picks, reverts, and actual commits
2025-04-20 16:06:15 +02:00
Stefan Haller
55d8e801f1
Use getters for AppState and UserConfig instead of accessing the fields directly
...
This will allow us to make them private.
2024-08-18 10:24:52 +02:00
Stefan Haller
92dd80c3e3
Suspend lazygit when continuing a rebase with exec todos
...
It's likely that the exec todos are some kind of lengthy build task whose output
the user will want to see in the terminal.
2024-06-12 12:45:00 +02:00
Stefan Haller
899e25b208
Show "exec" todos in the list of rebase todos
...
Unfortunately it isn't possible to delete them. This would often be useful, but
our todo rewriting mechanisms rely on being able to find todos by some
identifier (hash for pick, ref for update-ref), and exec todos don't have a
unique identifier.
2024-06-12 12:44:33 +02:00