Re: Easy patch submission with GIT + imap folders

2006-04-19 Thread Alexandre Julliard
Mike McCormack <[EMAIL PROTECTED]> writes: > Using Mozilla, you can just click on the "Edit Draft:" in the message, > check/edit the message and then click send. > > Alexandre has said that he doesn't mind if the subject line contains > the ChangeLog entry. Not only I don't mind, but I'd strongly

Re: Easy patch submission with GIT + imap folders

2006-04-19 Thread Mike McCormack
Michael Stefaniuc wrote: Tunnel = "ssh -q [EMAIL PROTECTED] /usr/bin/imapd ./Maildir 2> /dev/null" What to put in here if one uses imaps? That should be the "normal" way of using imap this days. Unfortunately it doesn't support imaps as yet. There was code to support imaps in th

Re: Easy patch submission with GIT + imap folders

2006-04-19 Thread Michael Stefaniuc
Mike McCormack wrote: As of the recently released GIT 1.3.0, sending patches via an IMAP folder with GIT just got easier. If everything is set up right, you should be able to run the following command: git-format-patch --attach --stdout --keep origin | git-imap-send This requires some confi

Easy patch submission with GIT + imap folders

2006-04-18 Thread Mike McCormack
Hi, As of the recently released GIT 1.3.0, sending patches via an IMAP folder with GIT just got easier. If everything is set up right, you should be able to run the following command: git-format-patch --attach --stdout --keep origin | git-imap-send This requires some configuration in ~/.gi