1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-17 01:42:45 +02:00

[SQUASHED] fixup-upwards

This commit is contained in:
Stefan Haller
2025-05-11 14:03:40 +02:00
parent 5d30409f33
commit 9caed72fc9
9 changed files with 63 additions and 33 deletions

View File

@ -37,6 +37,7 @@ func TodoLinesToString(todoLines []TodoLine) string {
type ChangeTodoAction struct {
Hash string
NewAction todo.TodoCommand
NewFlag string
}
func handleInteractiveRebase(common *common.Common, f func(path string) error) error {