Gerhard Olsson

Results 747 comments of Gerhard Olsson

> https://github.com/gitextensions/gitextensions/commit/23ef2176a733dd64036c2bf27ecbda70d9af5b7e does not add an additional layer. It just makes it explicit and avoids lots of null-checks all the time as in Also, it does not seem to need...

> > Also, it does not seem to need the hack for the mouse pointer in https://github.com/gitextensions/gitextensions/commit/e2cea0663897a622fd3b5146b9d2fceff0009e68 > > Could you please elaborate on this @gerhardol? The mouse follow the...

@RussKie What are the plans for this PR?

The hack works for me mstv implementation works too An enhancement would be to list matches in the file system too.

Time to resurrect this? Still working fine, either with the hacks or mstv rewrite (have not tried the rewrite after .net8)

First time running this if no key is setup, you get an exception: GitExtUtils.ExternalOperationException HResult=0x80131500 Message=Cannot start process because a file name has not been provided. Source=GitCommands StackTrace: at GitCommands.Executable.ProcessWrapper..ctor(String...

Linux tools paths must be set to "C:\Program Files\Git\usr\bin\"

Some comments from my initial review before I look at this again: https://github.com/gitextensions/gitextensions/pull/10473#pullrequestreview-1473500029 > This adds some time to the startup of these forms: Two git-config and gpg.exe (without any...

> > Some comments from my initial review before I look at this again: [#10473 (review)](https://github.com/gitextensions/gitextensions/pull/10473#pullrequestreview-1473500029) > > > This adds some time to the startup of these forms: Two...

Similar to #10423, could be set as a duplicate. git-checkout-index cannot be used for files with certain statuses. Before 4.0 the Git error was just hidden, the popup is added...