Skip to content

wip: supports gpg signing#1531

Closed
Abhijay wants to merge 4 commits into
arxanas:masterfrom
Abhijay:master
Closed

wip: supports gpg signing#1531
Abhijay wants to merge 4 commits into
arxanas:masterfrom
Abhijay:master

Conversation

@Abhijay
Copy link
Copy Markdown

@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.

Comment thread Cargo.toml
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
Copy Markdown

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?

Copy link
Copy Markdown

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
Copy Markdown

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

@claytonrcarter
Copy link
Copy Markdown
Collaborator

Closing in favor of #1538

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.

5 participants