[PATCH] FreeBSD backend

Joe Marcus Clarke marcus at FreeBSD.org
Tue Nov 28 16:10:05 PST 2006


On Tue, 2006-11-28 at 14:03 -0800, Dan Nicholson wrote:
> 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).

I did, but I cannot make this syntax work.  git-send-email expects file
or directory names on the command line.  It does not like this data
piped to it.  I can make this work on a patch-by-patch basis piping
directly to sendmail, but this just seems too complicated.

All I want to do is commit this work.  All of these hoops are just
wearing me out.  I have all the glue code in mbox format at
http://www.marcuscom.com/downloads/hal_git.mbox.  Can someone look that
over, and let me know if I can push those changes?

Joe

-- 
Joe Marcus Clarke
FreeBSD GNOME Team      ::      gnome at FreeBSD.org
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freedesktop.org/archives/hal/attachments/20061128/210b872c/attachment-0001.pgp


More information about the hal mailing list