Skip to content

Conversation

@stefanhaller
Copy link
Collaborator

This fixes a regression in 0.58.

Fixes #5181.

@codacy-production
Copy link

codacy-production bot commented Jan 7, 2026

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for 7b969a01
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (7b969a0) Report Missing Report Missing Report Missing
Head commit (ee60102) 59416 51742 87.08%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#5186) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

This fixes pasting multi-line text into the commit message editor; see
jesseduffield/gocui#96.
@stefanhaller stefanhaller force-pushed the fix-pasting-multi-line-text branch from b486c79 to ee60102 Compare January 11, 2026 17:07
@stefanhaller stefanhaller marked this pull request as ready for review January 11, 2026 17:08
@stefanhaller stefanhaller merged commit 312feff into master Jan 11, 2026
13 checks passed
@stefanhaller stefanhaller deleted the fix-pasting-multi-line-text branch January 11, 2026 17:10
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Jan 13, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jesseduffield/lazygit](https://github.com/jesseduffield/lazygit) | patch | `v0.58.0` → `v0.58.1` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>jesseduffield/lazygit (jesseduffield/lazygit)</summary>

### [`v0.58.1`](https://github.com/jesseduffield/lazygit/releases/tag/v0.58.1)

[Compare Source](jesseduffield/lazygit@v0.58.0...v0.58.1)

<!-- Release notes generated using configuration in .github/release.yml at v0.58.1 -->

This is a hotfix release that fixes the known issues with 0.58.

To expand on this a bit: in 0.58 we updated our TUI library tcell to a new version that made significant under-the-hood changes; this allowed us to fix several rendering issues, mostly related to wide characters like some emojis. Apart from that, there are few user visible changes with this update, but it lays the ground for future enhancements like support for more keybindings.

However, since the changes are so fundamental it also introduced a number of regressions, and I'm not really surprised about that. Most of these were bugs in tcell that have been fixed upstream now, but some were on our side. This release fixes the ones I know about. If you still have issues, please report them!

#### What's Changed

##### Enhancements 🔥

- Update search position (match x of y) when changing the selection in a list view by [@&#8203;stefanhaller](https://github.com/stefanhaller) in [#&#8203;5169](jesseduffield/lazygit#5169)

##### Fixes 🔧

- When doing ctrl-f, and the resulting commit is not visible, scroll it into view by [@&#8203;stefanhaller](https://github.com/stefanhaller) in [#&#8203;5182](jesseduffield/lazygit#5182)
- Fix pasting multi-line text into the commit description by [@&#8203;stefanhaller](https://github.com/stefanhaller) in [#&#8203;5186](jesseduffield/lazygit#5186)
- Fix keypad keys, and pasting emojis in Windows Terminal by [@&#8203;stefanhaller](https://github.com/stefanhaller) in [#&#8203;5192](jesseduffield/lazygit#5192)
- Don't log the "git ls-remote" call when opening a MR by [@&#8203;stefanhaller](https://github.com/stefanhaller) in [#&#8203;5195](jesseduffield/lazygit#5195)
- Fix rendering artefacts after double-width characters (e.g. "⚠️") on some terminals by [@&#8203;stefanhaller](https://github.com/stefanhaller) in [#&#8203;5198](jesseduffield/lazygit#5198)

##### Maintenance ⚙️

- Request info about terminal in issue template by [@&#8203;stefanhaller](https://github.com/stefanhaller) in [#&#8203;5194](jesseduffield/lazygit#5194)

**Full Changelog**: <jesseduffield/lazygit@v0.58.0...v0.58.1>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43OC4yIiwidXBkYXRlZEluVmVyIjoiNDIuNzguMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6OnBhdGNoIl19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Line breaks are stripped when pasting multi-line text into Commit Summary

2 participants