jesseduffield.lazygit/pkg/commands
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
..
git_commands Edit by breaking after current commit 2023-02-19 10:21:01 +01:00
git_config remove deprecated calls 2022-09-17 15:10:41 -07:00
hosting_service Fix open commit in browser for some Gitlab repos 2022-08-24 11:23:02 +10:00
models fix: fix ambiguous branch name 2022-11-14 19:05:07 +11:00
oscommands Add credential prompts for U2F-backed SSH keys 2022-11-30 13:34:32 +11:00
patch Don't omit final line feed when copying diff lines to clipboard 2023-01-26 10:30:05 +01:00
testdata Support opening lazygit in a submodule 2019-05-12 17:59:49 +10:00
types/enums more refactoring 2022-01-04 09:07:15 +11:00
git.go Allow ignoring whitespace in diff in commits panel 2023-02-07 12:14:29 +01:00
git_cmd_obj_builder.go WIP 2022-01-04 09:07:15 +11:00
git_cmd_obj_runner.go fix(loaders/file.go): changed to ignore stderr when loading git status 2022-09-19 18:46:32 +09:00
git_test.go feat: add GitVersion struct 2022-12-30 20:01:14 +09:00