1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-08 04:04:22 +02:00
lazygit/pkg/i18n
Jesse Duffield 53a8bd2e3f Add ability to start an interactive rebase onto an appropriate base
A common issue I have is that I want to move a commit from the top of my branch
all the way down to the first commit on the branch. To do that, I need to navigate
down to the first commit on my branch, press 'e' to start an interactive rebase,
then navigate back up to the top of the branch, then move my commit back down to
the base. This is annoying.

Similarly annoying is moving the commit one-by-one without explicitly starting
an interactive rebase, because then each individual step is its own rebase which
takes a while in aggregate.

This PR allows you to press 'i' from the commits view to start an interactive
rebase from an 'appropriate' base. By appropriate, we mean that we want to start
from the HEAD and stop when we reach the first merge commit or commit on the main
branch. This may end up including more commits than you need, but it doesn't make
a difference.
2024-01-13 12:57:49 +11:00
..
chinese.go Add inline status for pushing/pulling/fast-forwarding branches 2023-10-08 18:45:36 +02:00
dutch.go Add inline status for pushing/pulling/fast-forwarding branches 2023-10-08 18:45:36 +02:00
english.go Add ability to start an interactive rebase onto an appropriate base 2024-01-13 12:57:49 +11:00
i18n_test.go fix lint errors 2020-11-18 08:36:19 +11:00
i18n.go feat(i18n): add russian translation 2023-06-28 00:34:59 +06:00
japanese.go Implement a sort order menu for remote branches 2023-12-22 16:30:20 +09:00
korean.go Add inline status for pushing/pulling/fast-forwarding branches 2023-10-08 18:45:36 +02:00
polish.go Use WithWaitingStatus instead of WithLoaderPanel for pull/push/fetch 2023-09-20 13:30:49 +02:00
russian.go Replace copy SHA with copy subject on commit 'y s' 2024-01-03 02:19:39 +03:00
traditional_chinese.go Add inline status for pushing/pulling/fast-forwarding branches 2023-10-08 18:45:36 +02:00