Fix staging when using the new useExternalDiffGitConfig config#4895
Merged
stefanhaller merged 1 commit intomasterfrom Sep 17, 2025
Merged
Fix staging when using the new useExternalDiffGitConfig config#4895stefanhaller merged 1 commit intomasterfrom
stefanhaller merged 1 commit intomasterfrom
Conversation
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesFootnotes
|
|
@stefanhaller This fixes it, thank you! |
This new config was introduced in 0.55, but it didn't work in the staging view or custom patch building view.
f82f41d to
c35e377
Compare
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Sep 18, 2025
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [jesseduffield/lazygit](https://github.com/jesseduffield/lazygit) | patch | `v0.55.0` -> `v0.55.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.55.1`](https://github.com/jesseduffield/lazygit/releases/tag/v0.55.1) [Compare Source](jesseduffield/lazygit@v0.55.0...v0.55.1) <!-- Release notes generated using configuration in .github/release.yml at v0.55.1 --> This hotfix release fixes two bugs that have crept in in v0.55.0: one is a regression that broke displaying the enter key in the keybindings menu, the other is a problem with a newly added feature that didn't work quite correctly. See below for details. For the changes in 0.55.0, see <https://github.com/jesseduffield/lazygit/releases/tag/v0.55.0>. #### What's Changed ##### Fixes 🔧 - Don't hide keybindings that match the confirmMenu key in the keybindings menu by [@​stefanhaller](https://github.com/stefanhaller) in [#​4880](jesseduffield/lazygit#4880) - Fix staging when using the new useExternalDiffGitConfig config by [@​stefanhaller](https://github.com/stefanhaller) in [#​4895](jesseduffield/lazygit#4895) **Full Changelog**: <jesseduffield/lazygit@v0.55.0...v0.55.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTUuNiIsInVwZGF0ZWRJblZlciI6IjQxLjExNS42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
karolzwolak
pushed a commit
to karolzwolak/lazygit
that referenced
this pull request
Sep 27, 2025
…duffield#4895) This new config was introduced in 0.55, but it made it impossible to enter the staging view or custom patch building view. Fixes jesseduffield#4832 (comment).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This new config was introduced in 0.55, but it made it impossible to enter the staging view or custom patch building view.
Fixes #4832 (comment).