This website requires JavaScript.
Explore
Help
Sign In
ComputerSurge
/
lazygit
Watch
3
Star
0
Fork
0
You've already forked lazygit
Code
Pull Requests
1
Activity
Files
6ee20840b2bbf94314bb2e185fdcdbc0ac1aaf0d
lazygit
/
pkg
/
integration
/
tests
/
interactive_rebase
History
Stefan Haller
c5cd217a65
Allow squashing fixups above the first commit of a repo
...
This includes amending changes into a given commit, since that's implemented in terms of the former.
2023-02-20 08:29:43 +01:00
..
amend_first_commit.go
Allow squashing fixups above the first commit of a repo
2023-02-20 08:29:43 +01:00
amend_merge.go
move popup assertions into a struct
2022-12-28 11:00:22 +11:00
edit_first_commit.go
Add integration tests for rebasing to the initial commit
2023-02-20 07:40:05 +01:00
fixup_first_commit.go
Better error message for trying to squash or fixup the first commit
2023-02-20 07:40:04 +01:00
fixup_second_commit.go
Add integration tests for rebasing to the initial commit
2023-02-20 07:40:05 +01:00
one.go
create actions struct
2022-12-28 10:54:38 +11:00
reword_first_commit.go
Add integration tests for rebasing to the initial commit
2023-02-20 07:40:05 +01:00
squash_down_first_commit.go
Better error message for trying to squash or fixup the first commit
2023-02-20 07:40:04 +01:00
squash_down_second_commit.go
Add integration tests for rebasing to the initial commit
2023-02-20 07:40:05 +01:00
squash_fixups_above_first_commit.go
Allow squashing fixups above the first commit of a repo
2023-02-20 08:29:43 +01:00