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
Describe the bug Talisman 1.28.0 (and below) silently fails if you have this setting in your ~/.gitconfig:
~/.gitconfig
[diff] noprefix = true
To Reproduce Add the GIT setting, try to to run talisman pre-commit hook
This result in :
Talisman Scan: 0 <...........................................................................................................................................................................................................................................................................> ?% Talisman done in 68.989268ms TALISMAN >>>> Check passed!!!!
You can see the progressbar is broken (?%) that's because talisman cant handle the git diff output
?%
git diff
Also, errored files are not detected and commited
Expected behavior
Talisman should detect or override such userland setting or warn the user.
The text was updated successfully, but these errors were encountered:
diff.noprefix
Successfully merging a pull request may close this issue.
Describe the bug
Talisman 1.28.0 (and below) silently fails if you have this setting in your
~/.gitconfig
:To Reproduce
Add the GIT setting, try to to run talisman pre-commit hook
This result in :
You can see the progressbar is broken (
?%
) that's because talisman cant handle thegit diff
outputAlso, errored files are not detected and commited
Expected behavior
Talisman should detect or override such userland setting or warn the user.
The text was updated successfully, but these errors were encountered: