Gerhard Olsson

Results 747 comments of Gerhard Olsson

AvalonEdit could not be used in 2.x because it is WPF and not WinForms (required for Mono compatibility). For the future, something else than WinForms should be used. WPF is...

Git 2.24 also adds --recurse-submodules https://github.com/git/git --recurse-submodules/blob/v2.24.0/Documentation/RelNotes/2.24.0.txt#L153 This could be implemented in the File tre (or even grid context menu) showing results in the File tree. More than one revision...

It is possible to search for all changes in the diff tab (and in all commits with "diff contains" from the toolbar). The hard part is to parse and present...

Reopening this as a a GUI would be good to have. One way to implement this is to add both a file filter (#10157) _and_ a searchbox in Tree tab....

I believe this is addressed and that the planned issues are implemented. master should be faster than 4.1. mstv please close to confirm

The omitted commands are removed for a reason: For instance, it is not possible to Reset to (artificial commit) worktree. There have been many iterations to get all aspects right...

Git uses Posix BRE by default, any regex in regex101 will not work. https://gist.github.com/CMCDragonkai/6c933f4a7d713ef712145c5eb94a1816 You can use other regex engines https://git-scm.com/docs/git-log#Documentation/git-log.txt---perl-regexp

`--invert-grep` is a much better option than to use a negative filter, even if it should be possible. There is no GUI for the options. I hope that is not...

Use _Commit message_ , add string "--invert-grep --fixed-strings --author=\"[bot]\"" (without testing)