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

Support email integration #64

Open
ojarjur opened this issue Sep 13, 2016 · 0 comments
Open

Support email integration #64

ojarjur opened this issue Sep 13, 2016 · 0 comments

Comments

@ojarjur
Copy link
Collaborator

ojarjur commented Sep 13, 2016

We would like to support both sending and receiving emails for code reviews.

My current thought is, in order to do this, we should add wrappers around git-format-patch and git-am.

More specifically, I'm thinking that we could add two new subcommands: 'git appraise format-patch' and 'git appraise am', which would call into the corresponding git commands.

For 'git appraise format-patch', we would want to additionally turn comments into mail messages that quote the patch they are commenting on.

Correspondingly, for 'git appraise am', we would want it to read replies that quote a patch and turn the non-quote lines into inline comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant