jesseduffield.lazygit/pkg/app
Stefan Haller 3fe4db9316 Make RebaseCommands.AmendTo more robust
This fixes two problems with the "amend commit with staged changes" command:

1. Amending to a fixup commit didn't work (this would create a commmit with the
   title "fixup! fixup! original title" and keep that at the top of the branch)
2. Unrelated fixup commits would be squashed too.

The added integration test verifies that both of these problems are fixed.
2023-04-29 07:28:33 +02:00
..
daemon Make RebaseCommands.AmendTo more robust 2023-04-29 07:28:33 +02:00
types move code from main into app package to allow test to be injected 2022-08-13 13:55:08 +10:00
app.go Bump minimum required git version to 2.20 2023-02-19 10:20:14 +01:00
entry_point.go added gitVersion for version flag 2022-11-13 19:27:12 +05:30
errors.go clearer separation of concerns when bootstrapping application 2022-05-07 16:02:04 +10:00
logging.go remove deprecated calls 2022-09-17 15:10:41 -07:00