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

Signing commits #472

Open
mattheworiordan opened this issue Aug 2, 2017 · 4 comments
Open

Signing commits #472

mattheworiordan opened this issue Aug 2, 2017 · 4 comments

Comments

@mattheworiordan
Copy link

Gitx does not respect the configuration of Git config and sign commits.

It looks like this project is no longer maintained sadly, but if it ever is, it would be nice to add support for signed commits. See https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work for more info

@T-Pham
Copy link

T-Pham commented Nov 30, 2017

I also expected it to just work after updating git config to sign commits automatically and selecting the git executable in gitx preferences but sadly it didn't.

@T-Pham
Copy link

T-Pham commented Nov 30, 2017

Can we create a "proxy" executable which simply adds -S option to commit and forwards all commands to the real git executable?

@T-Pham
Copy link

T-Pham commented Nov 30, 2017

This is my first attempt https://github.com/T-Pham/gitgpgproxy
The idea is to insert -S after the commit-tree subcommand, which is used by GitX when creating a new commit. However, GitX failed to create the commit when I tried.

@tiennou
Copy link

tiennou commented Nov 30, 2017

Note that development has (mostly) moved to gitx/gitx, which still has no binary release yet, but is kinda supported.

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

No branches or pull requests

3 participants