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

Can git-xargs make signed git commits? #93

Open
ca-scribner opened this issue Aug 15, 2022 · 2 comments · May be fixed by #140
Open

Can git-xargs make signed git commits? #93

ca-scribner opened this issue Aug 15, 2022 · 2 comments · May be fixed by #140
Labels
enhancement New feature or request

Comments

@ca-scribner
Copy link

Describe the solution you'd like
It is often useful to submit signed commits to repos, it would be good if git-xargs could enable this (likely by a feature flag)

Describe alternatives you've considered
There might be a way to change my system defaults to always do this? It would depend on whether you're using the command line git tool or golang packages for git interaction, and I haven't dug into the code

Additional context
Great tool. Thanks for making and maintaining it!

@ca-scribner ca-scribner added the enhancement New feature or request label Aug 15, 2022
@grawinkel
Copy link

I just also ran into this and would love to see an option to sign commits.

I checked the code, and internally it uses go-git with these options set:

commitOps := &git.CommitOptions{

For signing, this would be required.
https://github.com/go-git/go-git/blob/32c4f532abd57797322e97d95dfa02821980e309/options.go#L470

@jduan-highnote
Copy link

Can this get some love? I like this tool a lot but our repos require commits be signed :(

@zack-is-cool zack-is-cool linked a pull request Oct 25, 2023 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants