Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse git raw message #149

Open
goal1860 opened this issue Mar 4, 2023 · 0 comments
Open

Parse git raw message #149

goal1860 opened this issue Mar 4, 2023 · 0 comments

Comments

@goal1860
Copy link

goal1860 commented Mar 4, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant