Michael Seibt

Results 350 comments of Michael Seibt

> This is due to the value 40 that you put in "Combobox minimum width" setting. Yes, it must have been me 1-2 years ago. But I do not remember...

My 2ct: Yes, "top repositories" and "pin to ..." feel much clearer to me.

An `ExternalOperationException` - particularly "External program returned non-zero exit code" - is not a crash. It just gives you the info that git itself was unhappy. It seems that the...

These additional entries have not been created by the git commands which GE (usually) executes. I have just created a new worktree of the GE repo. Its `.gitmodules` just contains:...

You could try the global encoding settings. A restart of GE is required. ![Image](https://github.com/user-attachments/assets/e3cb6112-87bc-4ec1-b722-1f67a4f475fb)

Saving multiple files of different folders is broken. There is a wrong `"..\"` inserted into the path. The destination paths are not created. Workaround: Save files folder by folder.

As we do not have a cross-compile CI toolchain (yet), @chirontt provides binaries: https://github.com/chirontt/gitextensions/releases/tag/v5.2.1-arm64 (mentioned at the download page https://github.com/gitextensions/gitextensions/releases at least)

(The test output can also be seen as "Annotations" of the build.) The timeout in `ExecuteAsync_shall_return_latest_after_timeout` might need to be relaxed. Or else, might killing a process do not work...

🤔 The callstack does not match v4.1, (which should contain a workaround in #10712).

> I checked GitUI.dll - `BuildOrderedNodesCache()` is the new version, with an infinite loop to swallow the exception. Thank you. Surprisingly, the callstack points to the beginning of the method...