Skip to content

Rebase editor does not show exec statements #4405

@Melebius

Description

@Melebius

Description

Reproduction steps

  1. Enable GitLens Rebase editor.
  2. Open a Git repository having at least two branches.
  3. Issue an interactive rebase command in the terminal with specifying the -x or --exec option, e.g. git rebase -i main --exec 'echo foo'.

Expected behavior

The rebase editor should include exec statements, just like other types (pick, fixup, etc.).

Actual behavior

The exec statements are missing from the rebase editor GUI. They are, however, executed after confirmation. And they are also listed if I switch to text mode.

GitLens Version

17.1.1

VS Code Version

Version: 1.101.0
Commit: dfaf44141ea9deb3b4096f7cd6d24e00c147a4b1
Date: 2025-06-11T15:00:50.123Z
Electron: 35.5.1
ElectronBuildId: 11727614
Chromium: 134.0.6998.205
Node.js: 22.15.1
V8: 13.4.114.21-electron.0
OS: Linux x64 6.8.0-60-generic snap

Git Version

git version 2.43.0

Logs, Screenshots, Screen Captures, etc

No response

Metadata

Metadata

Assignees

Labels

area-rebase-editorIssues or features related to the Interactive Rebase Editorneeds-verificationRequest for verificationpending-releaseResolved but not yet released to the stable edition

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions