You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like tig needs to learn to ignore prefixes. The main challenge will be to figure out which prefix to ignore, e.g. if one had diff.noprefix=true but not the other prefix options disabled.
If you have the (sane) option to hide diff filename prefixes, tig will fail to find the filename for things like blame functionality.
How to reproduce:
offending code is at https://github.com/jonas/tig/blob/master/src/diff.c#L469
here is how a diff looks like with those options, it hides the fake
a/
andb/
path.The text was updated successfully, but these errors were encountered: