Skip to content

Fix: incorrect check for existence of "%" in filter string

Marcel Samek requested to merge (removed):master into master

git_buf_find() returns a -1 if the character is not found, not a 0. The existing code was checking for a 0.

Merge request reports