Gerhard Olsson

Results 747 comments of Gerhard Olsson

To cache git-remote is clearly a bug if that would have occurred. Similar for caching rev-parse HEAD etc. (sorry for npt being clearer). I checked the use of CommandCache and...

I believe all .git config access is using Git commands. There are no direct read or write of .gitconfig what I know. Of course if diff tool is set, .gitconfig...

Maybe keep reading within GE and writing with Git?

> So in fact there is at least one developer that cares That should be: Cares and puts this at a priority above not possible to keep a reasonable life...

RevisionReader has cancellation implementation, need to be added to RevisionGridControl (maybe passing the token to RevisionReader). This was with `git-log -G`, but also normal git-log may require tenths of seconds....

> might be solved with #9818 The git-log executable in RevisionReader uses `IGitCommandRunner` that accesses `IProcess` directly. The cancellation token is checked in RevisionReader, must kill the process explicitly. So...

FileSystemWatcher only affects the icon since #9871, so that is out of the discussion In addition to the missing revision graph, the revision rows may be completely empty, no data...

The problem seem to be that OnActivated() is called 2-3 times in a short timespan: * When GE is reactivated (partly in my test, not always in real scenarios). *...

If the rev graph column is not shown, scrolling will show it. If rev grid is blank, refresh is required. #9948 fixes this in most situations for me, but occasionally...

There is something related to timing here, so any (unrelated) change can improve/make it worse. #10001 improves for me, but the tests fail.