jesseduffield.lazygit/pkg/i18n
jhunhong 461e7cd53b
fix(rebase): correct parent commit selection logic when git.log.showWholeGraph=true
- Able to accurately select the parent commit now, preventing incorrect
operations on merge commits and complex histories.
- Updated method signatures to accept a parent commit index for precise
targeting.
- Improved english confirmation prompts and translations to clarify
actions affect the parent commit below.

- Fixed: squash "s", drop "d", reword "r/R", discard "d",
edit/interactive-rebase "e", fixup "f", amend "a/A, patch "Ctrl-P"
- Not yet fixed: interative-rebase "i"

fix: GetParentCommit edge cases
2026-03-10 11:40:29 +08:00
..
translations fix(rebase): correct parent commit selection logic when git.log.showWholeGraph=true 2026-03-10 11:40:29 +08:00
english.go fix(rebase): correct parent commit selection logic when git.log.showWholeGraph=true 2026-03-10 11:40:29 +08:00
i18n.go Modernize all codes 2025-11-15 10:46:23 +01:00
i18n_test.go Fix language auto-detection 2024-07-13 12:07:59 +02:00