1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-10 11:10:18 +02:00
lazygit/pkg/commands
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
..
git_commands Add a "Mark commit as base commit for rebase" command 2023-07-31 08:41:41 +02:00
git_config Remove secureexec package 2023-07-30 19:59:51 +10:00
hosting_service Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
models Use fields rather than methods on worktrees 2023-07-30 18:35:24 +10:00
oscommands Remove secureexec package 2023-07-30 19:59:51 +10:00
patch Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
testdata
types/enums more refactoring 2022-01-04 09:07:15 +11:00
git_cmd_obj_builder.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
git_cmd_obj_runner.go Retry on index.lock error 2023-07-10 19:13:18 +10:00
git_test.go Write unit tests with the help of afero 2023-07-30 18:35:36 +10:00
git.go Write unit tests with the help of afero 2023-07-30 18:35:36 +10:00