You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change Amend Commit menu item to use an action instead of bindings.
Bindings can make the menu item behavior act erratically because the binding state is shared across the app, not per-document.
This also adds a checkmark to the menu item when amending is active.
Steps to reproduce a problem like this:
- Open a repository
- Select Amend Commit to start amending
- Close the repository
- Open the same repository
- Select Amend Commit to start amending again
- This time the menu item sets amend to NO instead of YES, so nothing happens the first time you select the menu item
0 commit comments