Gerhard Olsson
Gerhard Olsson
The failure is likely here: https://github.com/gitextensions/gitextensions/blob/master/GitUI/UserControls/FileStatusList.cs#L384 Somehow this injects a bad commit sha in the ObjectId, that cannot be used to resolve the file blob. The objectId and filename in...
Got the same problem in a scenario where #8658 (that is likely only in master) normally occurs ## Error Details ``` System.FormatException: Unable to parse object ID "a". at ObjectId...
I got the following when exiting early. - Git Extensions 33.33.33 - Build 28cc0f1f4226bfe0f3addd42ed746f23d781bd90 - Git 2.35.3.windows.1 - Microsoft Windows NT 10.0.19044.0 - .NET 6.0.4 - DPI 96dpi (no scaling)...
Fixed in #10140 Waiting for reviews
The submodule status is required to show modified status also for submodules, as well as in the side panel. So the Git configuration must be ignored. https://git-scm.com/docs/git-status#Documentation/git-status.txt---ignore-submodulesltwhengt What you probably...
> Not sure if i understood you correctly. I understood, your config narrows down your problem further. This is for the status in artificicial commits or in FormCommit. The caveeat...
Feature suggestion: * Add new performance option "Ignore dirty submodules. Document that it affects git-status and git-diff just reporting commit differences for submodules. This will affect commit count, artificial commits...
No toolbar at all for me. Asserts on GitUI\ToolStripExSettingsManager.cs:46 at startup after the first Not investigated, toolStripSettingsToApply.Count==3 No quick opinion after browsing the changes
Password handling is not th Git Extensions itself, it is handled by Git. (GE has some functionality to handle PuTTY though.) If you have a problem setting up SSH, I...
> @gerhardol Isn't this input box managed by Git Extensions? I'm talking about this box, it doesn't pop up automatically after you type your username, it just minimizes in the...