Michael Seibt

Results 48 issues of Michael Seibt

### Environment - Git Extensions 33.33.33 - Build 52135e0f60900efb861ea2d5e245ad60b19012f7 - Git 2.42.0.windows.1 - Microsoft Windows NT 10.0.19045.0 - .NET 8.0.0 - DPI 96dpi (no scaling) - Portable: False ### Issue...

:eyeglasses: status: needs review

### Environment - Git Extensions 33.33.33 - Build 667a8101b891fca60aaf44bff27202f8630a3158 - Git 2.42.0.windows.1 - Microsoft Windows NT 10.0.19045.0 - .NET 8.0.0 - DPI 96dpi (no scaling) ### Issue description ``` System.OperationCanceledException:...

type: bug :bug:
:eyeglasses: status: needs review
:construction: status: in progress
potential-duplicate

### Environment - Git Extensions 33.33.33 - Build 04dba961a1383a94a015b4ed54d8d1cead043510 - Git 2.42.0.windows.1 - Microsoft Windows NT 10.0.19045.0 - .NET 6.0.22 - DPI 96dpi (no scaling) - Portable: False - Microsoft.WindowsDesktop.App...

type: bug :bug:
area: accessibility

The compiler (of the .NET SDK 6.0.402) warns about: https://github.com/Maximus5/conemu-inside/blob/13ecc261550d147f35d1037aa124013dce5dc8c3/ConEmuWinForms/ConEmuControl.cs#L87 `warning VSTHRD110: Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it...

Fixes #11700 ## Proposed changes Have clear chains of revision grid updates (one for graph loading affecting RowCount, one for visible row range). Get rid of several workarounds and of...

## Proposed changes - `RevisionDataGridView`: (Asynchronously) update `RowCount` also if `DisplayedRowCount` returns 0 yet - `BackgroundUpdater`: Always cool down after performing the `_operation` ## Screenshots ### Before revision grid may...

### Feature description Decide whether to load the commit body in dependency on the commit date but not on the author date: ![image](https://github.com/gitextensions/gitextensions/assets/36601201/456d378d-60c6-4e11-b9ad-0c0a3e31c3c6) ![image](https://github.com/gitextensions/gitextensions/assets/36601201/c7bc351f-d7aa-4e4a-b3d7-65f01eec1fe8) ### Environment vNext

type: feature request

## Current behaviour `GitExtensionsVSIX.Git.GitCommands.RunGit` accesses `Process.ExitCode` before calling `Process.WaitForExit`. I expect `Process.ExitCode` to throw an `InvalidOperationException`. (`RunGit` is called by `GetCurrentBranch` only.) ## Expected behaviour Access `ExitCode` after the process...

bug

Before the changes were made for `SelectedFiles` to return a blob path rather than full-path I've been making changes so I could concat/replace/etc these variables via "Run on PowerShell" option...

Fixes #11794 ## Proposed changes - fix(scripts): Do not quote `{SelectedRelativePaths}` - fix(scripts): Support multiple values in `IScriptOptionsProvider` each value quoted for `{{SelectedRelativePaths}}` ## Screenshots N/A ## Test methodology -...