1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-28 09:08:41 +02:00
lazygit/pkg/theme
Stefan Haller 66de981e91 Add a "Mark commit as base commit for rebase" command
This allows to do the equivalent of "git rebase --onto <target> <base>", by
first marking the <base> commit with the new command, and then selecting the
target branch and invoking the usual rebase command there.
2023-07-31 08:41:41 +02:00
..
gocui.go refactor 2021-07-31 17:56:47 +10:00
style_test.go Fix setting gui.selectedRangeBgColor as a hex value 2023-03-03 08:46:43 +01:00
style.go Support strikethrough text style 2023-05-21 10:46:13 +10:00
theme.go Add a "Mark commit as base commit for rebase" command 2023-07-31 08:41:41 +02:00