Skip to content

Parse git raw message #149

@goal1860

Description

@goal1860

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions