SIGN IN SIGN UP
dandavison / delta UNCLAIMED

A syntax-highlighting pager for git, diff, grep, and blame output

0 0 40 Rust

Handle quoted file paths in hunk headers

When core.quotepath is true (the default) then non-ASCII chars
in a file name are quoted. These quotes hide the DIFF_PREFIXES and
"a/1" "b/1" remains as such, instead of becoming "1" "1".

This was interpreted by delta as renamed file. Now these quotes are
removed before the DIFF_PREFIXES are searched.
T
Thomas Otto committed
2d1cb201ab1e3c6ebd8f5a6e9209ec5bdcb4d39a
Parent: 218af16