Skip to content
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

Merged
merged 4 commits into from
Apr 10, 2024
Merged

Conversation

yanganto
Copy link
Contributor

This Pull Request fixes #1149 #2173

ref: #2047 #2023

It changes the following:

  • A disk ssh key path in user.signingKey of gitconfig will be used to sign the commit

I followed the checklist:

  • I added unittests
  • I ran make check without errors
  • I tested the overall application
  • I added an appropriate item to the changelog

@extrawurst extrawurst merged commit 945ec45 into extrawurst:master Apr 10, 2024
18 checks passed
@extrawurst
Copy link
Owner

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"] }
Copy link
Contributor

@jirutka jirutka May 18, 2024

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!

Copy link
Contributor Author

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?

IndianBoy42 pushed a commit to IndianBoy42/gitui that referenced this pull request Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sign git commits with SSH keys
3 participants