-
-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
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 with ssh key in disk #2175
Conversation
93fc676
to
e22ca15
Compare
e22ca15
to
32299e5
Compare
Thanks for you contribution @yanganto ! 🥳 |
@@ -27,6 +28,7 @@ rayon = "1.10" | |||
rayon-core = "1.12" | |||
scopetime = { path = "../scopetime", version = "0.1" } | |||
serde = { version = "1.0", features = ["derive"] } | |||
ssh-key = { version = "0.6.4", features = ["crypto", "encryption"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has added dozens of extra dependencies and increased the binary size by ~1 MiB!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, I did not realize this, what is your suggestion? Is an optional feature good from your end?
This Pull Request fixes #1149 #2173
ref: #2047 #2023
It changes the following:
user.signingKey
of gitconfig will be used to sign the commitI followed the checklist:
make check
without errors