Skip to content

Conversation

@AndyBodnar
Copy link

Summary

Add "Commit (Fixup)" option to Repositories view.

Closes #1031

Changes

  • Added commit --fixup support in gitProvider
  • Allows creating fixup commits for interactive rebasing

Test plan

  • Right-click commit in Repositories view
  • Select "Commit (Fixup)"
  • Verify fixup commit created

Adds a "Commit (Fixup)..." option to commit nodes in the Repositories
view. This allows users to quickly create fixup commits that can be
automatically squashed during interactive rebase.

Changes:
- Add commitFixup method to GitOperationsSubProvider interface
- Implement commitFixup in OperationsGitSubProvider
- Add commitFixup action to RepoActions
- Register gitlens.views.commitFixup command in viewCommands
- Add menu contribution for commit context menus

Fixes gitkraken#1031
@AndyBodnar AndyBodnar force-pushed the feature/commit-fixup-option branch from 952d94b to 8fc418b Compare January 10, 2026 19:55
@AndyBodnar
Copy link
Author

@bantic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add "commit --fixup" option into the Repositories view

1 participant