Skip to content

wip: supports gpg signing #1531

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

wip: supports gpg signing #1531

wants to merge 4 commits into from

Conversation

Abhijay
Copy link

@Abhijay Abhijay commented Apr 3, 2025

This works, but I don't plan on writing tests. Feel free to pick it up or close it if you don't want to.

@@ -69,7 +69,7 @@ git-branchless-smartlog = { version = "0.10.0", path = "git-branchless-smartlog"
git-branchless-submit = { version = "0.10.0", path = "git-branchless-submit" }
git-branchless-test = { version = "0.10.0", path = "git-branchless-test" }
git-branchless-undo = { version = "0.10.0", path = "git-branchless-undo" }
git2 = { version = "0.20.0", default-features = false }
git2 = { version = "0.18.0", default-features = false }
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was the rationale for the downgrade?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the signing capabilities come from https://github.com/gitext-rs/git2-ext which locks its git2 dep at 0.18.0 (as does its dependency https://github.com/gitext-rs/git-fixture). but git-fixture already updated the dep and just needs a new release, and from what i can tell git2-ext can upgrade without issue as well

it sounds like 0.20.0 unlocked some functionality in git-branchless so downgrading would be a breaking change

@mhammerly
Copy link

i included your --show-signature commits in a new PR which also adds integration tests: #1538

i like your addition, by the way! i have been using it at work

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.

4 participants