[PATCH] FreeBSD backend
Dan Nicholson
dbn.lists at gmail.com
Tue Nov 28 19:00:26 PST 2006
On 11/28/06, Joe Marcus Clarke <marcus at freebsd.org> wrote:
> On Tue, 2006-11-28 at 16:47 -0800, Dan Nicholson wrote:
> > On 11/28/06, Joe Marcus Clarke <marcus at freebsd.org> wrote:
> > >
> > > 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?
> >
> > Sorry about that. My experience had really been with git-imap-send
> > which accepts a pipe. It looks like the better way would be:
> >
> > mkdir foo
> > git-format-patch --attach -o foo origin
> > git-send-email --to hal at lists.freedesktop.org foo/* (fill in the queries)
>
> I tried this earlier when I was trying to make this work, but it just
> sends corrupt messages. I don't want to spam the list with that.
It seems that git-send-email is not all it's cracked up to be. I tried
sending a few to myself and saw the same thing. Making the patches
inline by removing the --attach seemed to help. But they never did
come out quite right for me. Out of curiosity, what version of git are
you using? I have 1.4.2.3 here, but I notice in the git mailing list
archives that there is an ongoing battle with git-send-email.
--
Dan
More information about the hal
mailing list