29 Dec
2007
29 Dec
'07
3:05 a.m.
On Dec 22, 2007 5:58 PM, K. Piche <kpiche@rogers.com> wrote:
I thought it was wierd that makepkg didn't do a sanity check for the $pkgname. This makes for a simple first try at a GIT patch.
Merged, thanks.
Can outgoing SMTP be setup on patch generation? Seems silly to import a text file in evolution everytime...
I have msmtp set up as a simple way to send emails using the git tools. Here is the basic setup: 1. Install msmtp 2. Set up a config file at ~/.msmtprc (man msmtp) 3. Set up GIT to use msmtp (git config --global sendemail.smtpserver "/usr/bin/msmtp") 4. git send-email <patchfiles>, then fill in the blanks -Dan