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
sign-all = true
jj split
jj new
I started using a Nitrokey 3A Mini device (required by work) to sign my commits. jj split does not sign the commits created.
git log --show-signature
Commits created by jj split should contain a signature
Commits created by jj split don't contain a signature
jj 0.24.0
The text was updated successfully, but these errors were encountered:
This might be related to #4561 as I noticed the commits were not using my work email, but my personal email.
Sorry, something went wrong.
Yes, it's probably that. Feel free to reopen if it happens with commits authored by you.
No branches or pull requests
Description
I started using a Nitrokey 3A Mini device (required by work) to sign my commits.
jj split
does not sign the commits created.Steps to Reproduce the Problem
jj split
and create two commitsgit log --show-signature
jj split
do not contain a signature.Expected Behavior
Commits created by
jj split
should contain a signatureActual Behavior
Commits created by
jj split
don't contain a signatureSpecifications
jj 0.24.0
The text was updated successfully, but these errors were encountered: