Michael Seibt
Michael Seibt
Fixes #12422 Fixes regression from switch to `GitConfigSettings` ## Proposed changes - `GitConfigSettings.GetValues`: Also return single value instead of empty list - `GitConfigSettings.SetValue`: Fixup exception message in case of multi-value...
### Environment - GitExtensions version: HEAD ### Issue description https://github.com/gitextensions/gitextensions/blob/cf47ef6559425c30967a5ae6c01cfb9c7ab69370/src/app/GitUI/Editor/Diff/DiffViewerLineNumberControl.cs#L96-L109 ### Steps to reproduce . ### Did this work in previous version of GitExtensions? _No response_ ### Diagnostics _No response_
## Current behaviour 1. The script editor does only store what is visible in the table. One must select another setting in order to make it appear in the table....
## Current behaviour The `Create worktree` dialog lets the user choose any branch. If an already checked-out branch is chosen, git will deny to create a worktree. The attempt to...
Fixes #12747 ## Proposed changes - `FileStatusListView_DrawNode`: Handle `ExternalException` by triggering redraw after 5s delay ## Screenshots N/A ## Test methodology - error injection ## Merge strategy I agree that...
## Proposed changes - `FileStatusList`: Show skip-worktee files and hide untracked files (using settings dropdown menu) - `GitUIExtensions.ViewChangesAsync`: Temporarily reset the skip-worktree state in order to show the diff ##...
Fixes wrong status display for artificial commits when rebasing with autostash (waiting half a minute until this confusing state is updated is no option) ## Proposed changes - Trigger `RefreshGitStatusMonitor`...
Fixes #12525 ## Proposed changes `GitSettingsPage`: - Add "%GIT_CONFIG_GLOBAL%" to info text - Show "GIT_CONFIG_GLOBAL" value or "not set" ## Screenshots ### Before ### After or ## Test methodology -...
## Proposed changes `ScriptOptionsProvider`: - Add support for argument "{ColumnNumber}" ## Screenshots ### Before | After ## Test methodology - manually ## Merge strategy I agree that the maintainer squash...
Fixes #12630 Supersedes / complements #12738 ## Proposed changes `FormCommit`: - Make `SelectStaged` optional on entering the message editor (and on ticking amend) setting is on by default ## Screenshots...