Easy patch submission with GIT + imap folders

Michael Stefaniuc mstefani at redhat.com
Wed Apr 19 04:25:43 CDT 2006


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 configuration in ~/.git/config:
> 
> [core]
>         name = "Mike McCormack"
>         email = "mike at codeweavers.com"
> 
> [imap]
>         Folder = "INBOX.Drafts"
>         Tunnel = "ssh -q usr at svr /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.

bye
	michael
-- 
Michael Stefaniuc               Tel.: +49-711-96437-199
Sr. Network Engineer            Fax.: +49-711-96437-111
Red Hat GmbH                    Email: mstefani at redhat.com
Hauptstaetterstr. 58            http://www.redhat.de/
D-70178 Stuttgart



More information about the wine-devel mailing list