[PATCH] FreeBSD backend
Dan Nicholson
dbn.lists at gmail.com
Tue Nov 28 14:03:00 PST 2006
On 11/28/06, David Zeuthen <david at fubar.dk> wrote:
>
> Ideally commit the shared code one unit at a time... and the full
> backend in one commit? You can do all the commits in your own tree and
> then generate patches (does anyone offhand know the magic git command to
> do that?) and send them to the list? Then we can test out the patches
> before you push all the changes..
Something like
git-format-patch -k --attach --stdout origin..master | git-send-email
--to hal at lists.freedesktop.org
will create an mbox with a bunch of patches depending on what options
you pass to each command. I also mucked around with git-imap-send the
other day and it worked great once I had the relevant setting in
.git/config for imap. Read the man pages for git-format-patch and
git-send-email (and potentially git-imap-send).
--
Dan
More information about the hal
mailing list