-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
In the patch options menu (pressing in patch mode) there's an entry to 'move patch into new commit', and looking at the source code it seems that pressing 'n' should trigger this, but it doesn't.
{
Label: "move patch into new commit",
OnPress: gui.handlePullPatchIntoNewCommit,
Key: 'n',
},
To Reproduce
Steps to reproduce the behavior:
- Run lazygit
- Select "Commits" panel (press twice)
- Select a commit (press return/enter)
- Select a file (press down; enter)
- Select a hunk and press space to create an entry in the custom patch
- Open the patch options menu (press
- Press 'n'
Expected behavior
The patch is moved to a new commit
Actual behavior
Nothing happens
Screenshots
Desktop (please complete the following information):
- OS: Mac OS X 12.3.1
- Lazygit Version: Unknown
- The last commit id if you built project from sources: f31dcd3
Additional context
Lazygit is running on Ubuntu 20.04/x86_64, so I'm accessing it via SSH
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
