Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken revision grid content filter (gitextensions#5450)
* Fix broken revision grid content filter Previously searching for Foo would run git log with -SFoo (including the quotes). This commit adds a space and quotes the filter text alone. * Use -G for git log search over -S
- Loading branch information