[libdvdnav-devel] dvdread: beandog branch with fixes

Steve Dibb beandog at gentoo.org
Thu Jan 15 21:41:44 CET 2015


On Fri, 9 Jan 2015 13:36:57 +0000
Andrew Clayton <andrew at digital-domain.net> wrote:

> On Thu, 8 Jan 2015 23:34:14 -0700, Steve Dibb wrote:
> 
> > While I appreciate everyone's help in trying to get me up to speed
> > on git, I was spending more time playing with it than actually
> > coding, so I am trying something else instead.  I created my own
> > branch and pushed the changes to github.  Hopefully someone smarter
> > than me can figure out how to pull those into the main branch.
> > 
> > You can see all the commits here:
> > https://github.com/beandog/dvdread/commits/beandog
> 
> Hi Steve,
> 
> You obviously spent a bit of time on this.
> 
> While I'll bow to the wishes of our maintainer overload ;) I'll make
> some general comments below.
> 
> 1) I think you still need to send actual patches to the list for
> _review_

Okay.  Makes sense.

> To do this, configure git-send-email (you may need to install some
> extra packages; git-email)
> 
> Here's what I have in my ~/.gitconfig (redacted)
> 
> [sendemail]
> 	smtpserver = YOUR OUTGOING MAIL SERVER
> 	envelopesender = auto
> 	suppresscc = self
> 
> and then in my .git/config for libdvdread I have (the above can go in
> here instead if you wish)
> 
> [sendemail]
> 	to = libdvdnav-devel at videolan.org
> 
> And then to quote the git-send-email man page
> 
> 	$ git format-patch --cover-letter -M origin/master -o
> outgoing/ $ edit outgoing/0000-*
> 	$ git send-email outgoing/*

Okay, I've got that all setup, and there's 33 patches to send.  I'll
try that.

Steve


More information about the libdvdnav-devel mailing list