mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-17 13:23:05 -05:00
The patch that tried to escape the paths when refreshing was missing a continuation. This led to the error message Error executing git log: wrong # args: should be "escape_filter_paths paths" This fixes https://github.com/git-for-windows/git/issues/2390 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>