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

Show git-send-email example #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dngray
Copy link

@dngray dngray commented Mar 24, 2024

Resolves #73

I have to admit I wasted quite a bit of time figuring this out, as did someone I chatted with in the #aerc IRC channel, because not really documented anywhere.

dngray added a commit to dngray/git-credential-gopass that referenced this pull request Mar 24, 2024
dngray added a commit to dngray/git-credential-gopass that referenced this pull request Mar 24, 2024
@apprehensions
Copy link

apprehensions commented Mar 24, 2024

Off-topic not that you have to, but it would be great if you could add me as a co-author, i am sewn.

README.md Outdated
If you want to use this with [`git-send-email`](https://git-scm.com/docs/git-send-email) you'll need to:

1. [Set Git Credential Helper](#set-git-credential-helper)
2. Put your password in `.../gopass/stores/root/git/example.com_465/username.gpg`
Copy link
Member

Choose a reason for hiding this comment

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

I would suggest to use the secret name here, that is git/example.com_465/usename.

Copy link
Author

Choose a reason for hiding this comment

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

Yeah that might be a better wording, not literal password but secret that is encrypted.

README.md Outdated

1. [Set Git Credential Helper](#set-git-credential-helper)
2. Put your password in `.../gopass/stores/root/git/example.com_465/username.gpg`
3. Include `[sendemail]` like:
Copy link
Member

Choose a reason for hiding this comment

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

Where do you include this snippet? I your .gitconfig?

Copy link
Author

Choose a reason for hiding this comment

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

This can be either, i re-worded that and also linked to the example rather than providing one.

dngray added a commit to dngray/git-credential-gopass that referenced this pull request Mar 28, 2024
@dngray
Copy link
Author

dngray commented Mar 28, 2024

@apprehensions done, didn't recognize your name.

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.

How to use with sendmail?
3 participants