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
Within the current implementation, it removes 8 leading chars from git diff --name-status result for each candidate. However on my Mac for some reason it is \t between the modification flag and the file name. For example, instead of M <File Path>
it is actually M\t<File Path>
I guess it is something configurable but we'd better handle it since there are must be some people with same git settings as I do.
The text was updated successfully, but these errors were encountered:
Within the current implementation, it removes 8 leading chars from git diff --name-status result for each candidate. However on my Mac for some reason it is \t between the modification flag and the file name. For example, instead of
M <File Path>
it is actually
M\t<File Path>
I guess it is something configurable but we'd better handle it since there are must be some people with same git settings as I do.
The text was updated successfully, but these errors were encountered: