google / pull-request-mailer

Sends a GitHub pull request as a patch series via email
BSD 3-Clause "New" or "Revised" License
44 stars 15 forks source link

Add instructions for git config and email for the server #7

Open nh2 opened 9 years ago

nh2 commented 9 years ago

We should remind users to git config user name and email and set up their mail server before they run the pull-request-mailer server.

ppetr commented 9 years ago

We could even check that at startup and warn if required git configuration is missing.