Gerhard Olsson

Results 747 comments of Gerhard Olsson

What I can see: The status is updated after the grid is loaded (the ref is set to gray, as in your example), that is when we know if the...

I do not see a better solution than the PR, plan to merge that in the coming days, closing this issue.

There are graphs for pace and HR, not implemented for other types of data.

Triggered search when changing the options too (you had to write in the box to update). Minor cleanup in the internal FileStatusList API (I did not want to expose cboFindInCommitFilesGitGrep.Text...

Squashed and rebased. set commit footer: BREAKING CHANGE: GitExtensions.Extensibility changed. To be merged when we say that next planned release is > 6.0

If you see the data in graphs and map, it should be exported. If it is not exported after recalculating, the data is not there. RU uses a SQLite database...

Added targetting Android 16 too, there were so few remaining changes. I have used this some on my Pixel 8 since August.

> attempted to rework `IsValidPath` method, but there may be further room for improvement (e.g. by employing `Path.GetInvalidPathChars` API) GetInvalidPathChars() will only work for NTFS/FAT filesystem, for instance WSL will...

> I haven't used WSL. Why do you think it won't work? Other characters like $ are allowed in filenames, there has been PRsabout this. This scenario is mentioned as...

The default is basic regex https://git-scm.com/docs/git-grep#Documentation/git-grep.txt---basic-regexp I have considered setting --extended-regexp as the default value for Options to have a better default (even better with perl, that is available in...