mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-06 03:53:59 +02:00
120dd1530a
It used to work on the assumption that rebasing commits in lazygit's model correspond one-to-one to lines in the git-rebase-todo file, which isn't necessarily true (e.g. when users use "git rebase --edit-todo" at the custom command prompt and add a "break" between lines). |
||
---|---|---|
.. | ||
amend_first_commit.go | ||
amend_head_commit_during_rebase.go | ||
amend_merge.go | ||
amend_non_head_commit_during_rebase.go | ||
drop_todo_commit_with_update_ref.go | ||
edit_first_commit.go | ||
edit_non_todo_commit_during_rebase.go | ||
fixup_first_commit.go | ||
fixup_second_commit.go | ||
move_in_rebase.go | ||
move.go | ||
rebase.go | ||
reword_first_commit.go | ||
reword_last_commit.go | ||
reword_you_are_here_commit_with_editor.go | ||
reword_you_are_here_commit.go | ||
shared.go | ||
squash_down_first_commit.go | ||
squash_down_second_commit.go | ||
squash_fixups_above_first_commit.go | ||
swap_in_rebase_with_conflict.go | ||
swap_with_conflict.go |