1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-10 04:07:18 +02:00
lazygit/pkg/i18n
Stefan Haller d675eb6507 Don't allow changing the type of certain rebase todos
We already show "merge" todo entries when starting an interactive rebase with
--rebase-merges outside of lazygit. Changing the type of a merge entry to "pick"
or "edit" doesn't make sense and shouldn't be allowed. Earlier in this branch we
have started to show "update-ref" entries, these can't be changed either (they
can be moved, though).

You might argue that it should be possible to change them to "drop", but in the
case of "update-ref" this doesn't make sense either, because "drop" needs a Sha
and we don't have one here. Also, you would then be able to later change it back
to "pick", so we would have to remember that this isn't allowed for this
particular drop entry; that's messy, so just disallow all editing.
2023-04-15 08:36:03 +02:00
..
chinese.go Allow interactive rebasing all the way down to the first commit 2023-02-20 07:40:05 +01:00
dutch.go Allow interactive rebasing all the way down to the first commit 2023-02-20 07:40:05 +01:00
english.go Don't allow changing the type of certain rebase todos 2023-04-15 08:36:03 +02:00
i18n_test.go fix lint errors 2020-11-18 08:36:19 +11:00
i18n.go Korean translation 2022-06-07 23:31:56 +09:00
japanese.go Allow interactive rebasing all the way down to the first commit 2023-02-20 07:40:05 +01:00
korean.go Allow interactive rebasing all the way down to the first commit 2023-02-20 07:40:05 +01:00
polish.go Allow interactive rebasing all the way down to the first commit 2023-02-20 07:40:05 +01:00