We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've just discovered that binary files are rendered differently in the git diff --stat command:
git diff --stat
.foo.un~ | Bin 0 -> 523 bytes README.md | 4 ++++ foo | 1 +
This breaks hit status command because it assumes that every line is:
hit status
<filename> | <n> <pluses-and-minuses>
Looks like parsing should be more flexible.
The text was updated successfully, but these errors were encountered:
[#86] Better support for binary files in 'hit status'
007ed30
Resolves #86
d3bf208
[#86] Better support for binary files in 'hit status' (#93)
59b7866
chshersh
Successfully merging a pull request may close this issue.
I've just discovered that binary files are rendered differently in the
git diff --stat
command:This breaks
hit status
command because it assumes that every line is:Looks like parsing should be more flexible.
The text was updated successfully, but these errors were encountered: