Skip to content

fix: support multi-line commit messages during interactive rebase#31

Merged
the0807 merged 2 commits into
the0807:mainfrom
Wenczeslaw:fix/interactive-rebase-multiline-message
Jun 9, 2026
Merged

fix: support multi-line commit messages during interactive rebase#31
the0807 merged 2 commits into
the0807:mainfrom
Wenczeslaw:fix/interactive-rebase-multiline-message

Conversation

@Wenczeslaw

Copy link
Copy Markdown
Contributor
  • Replace single-line input with auto-resize textarea for reword/squash
  • Pre-fill full commit message (subject + body) when selecting reword
  • Display combined squash group messages in target textarea, excluding fixup
  • Pass multi-line messages via POSIX printf pipeline to avoid shell quirks

- Replace single-line input with auto-resize textarea for reword/squash
- Pre-fill full commit message (subject + body) when selecting reword
- Display combined squash group messages in target textarea, excluding fixup
- Pass multi-line messages via POSIX printf pipeline to avoid shell quirks
@codecov

codecov Bot commented Jun 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

…verage

- Unit tests for buildAmendCommandStr covering single-line, multi-line, quote escaping, and empty-line edge cases
- Integration tests for multi-line reword and squash via printf pipeline
@the0807 the0807 merged commit 9b4314f into the0807:main Jun 9, 2026
3 checks passed
@the0807

the0807 commented Jun 9, 2026

Copy link
Copy Markdown
Owner

Merged, thanks for the great contribution! This will be included in the next release.

@Wenczeslaw Wenczeslaw deleted the fix/interactive-rebase-multiline-message branch June 10, 2026 00:34
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.

2 participants