1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-10 11:10:18 +02:00
lazygit/pkg
Stefan Haller 67b8ef449c Edit by breaking after current commit
Instead of rebasing from the commit below the current one and then setting the
current one to "edit", we rebase from the current one and insert a "break" after
it. In most cases the behavior is exactly the same as before, except that the
new method also works if the current commit is a merge commit. This is useful if
you want to create a new commit at the very beginning of your branch (by editing
the last commit before your branch).
2023-02-19 10:21:01 +01:00
..
app Bump minimum required git version to 2.20 2023-02-19 10:20:14 +01:00
cheatsheet integrate snake game into lazygit 2022-12-30 12:18:59 +11:00
commands Edit by breaking after current commit 2023-02-19 10:21:01 +01:00
common
config rename key to Pull 2023-02-19 11:42:00 +11:00
constants
env clearer separation of concerns when bootstrapping application 2022-05-07 16:02:04 +10:00
gui Edit by breaking after current commit 2023-02-19 10:21:01 +01:00
i18n Bump minimum required git version to 2.20 2023-02-19 10:20:14 +01:00
integration migrate undo test 2023-02-19 15:48:09 +11:00
logs clearer separation of concerns when bootstrapping application 2022-05-07 16:02:04 +10:00
secureexec
snake integrate snake game into lazygit 2022-12-30 12:18:59 +11:00
tasks add deadlock mutex package 2022-08-07 11:16:14 +10:00
test update linters 2022-03-19 12:12:57 +11:00
theme [#2279] defaultFgColor entry in theme config 2022-11-21 21:48:18 +01:00
updates pkg/updates: Fix resource availability check in Updater 2022-03-18 22:19:45 +11:00
utils fix: fix ReplacePlaceholderString 2023-01-18 20:56:22 +09:00