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
%rh!
.rusty-hook.toml
[hooks] prepare-commit-msg = "echo %rh! " [logging] verbose = true
This should output the argument: .git/COMMIT_EDITMSG, but echos a raw "%rh!" instead!
.git/COMMIT_EDITMSG
The text was updated successfully, but these errors were encountered:
That's because you're trying to use a feature that doesn't exist in the version you're using.
The tokenized arguments were added in the still-unreleased v0.12.0 - https://github.com/swellaby/rusty-hook/blob/master/CHANGELOG.md#v0120
Thanks for reaching out, but going to close this accordingly given the above.
Sorry, something went wrong.
Thanks, hope to see the v0.12.0 release soon.
No branches or pull requests
Environment Details
Description
.rusty-hook.toml
:This should output the argument:
.git/COMMIT_EDITMSG
, but echos a raw "%rh!" instead!The text was updated successfully, but these errors were encountered: