public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dan Carpenter <dan.carpenter@oracle.com>
To: H Hartley Sweeten <hartleys@visionengravers.com>
Cc: "devel@driverdev.osuosl.org" <devel@driverdev.osuosl.org>,
	"fmhess@users.sourceforge.net" <fmhess@users.sourceforge.net>,
	"abbotti@mev.co.uk" <abbotti@mev.co.uk>,
	Linux Kernel <linux-kernel@vger.kernel.org>,
	"gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>
Subject: Re: [PATCH] staging: comedi: adl_pci7296: factor out the PCI device code
Date: Thu, 24 May 2012 09:32:32 +0300	[thread overview]
Message-ID: <20120524063232.GT4637@mwanda> (raw)
In-Reply-To: <ADE657CA350FB648AAC2C43247A983F0020698BACACF@AUSP01VMBX24.collaborationhost.net>

On Wed, May 23, 2012 at 04:43:34PM -0500, H Hartley Sweeten wrote:
> On Wednesday, May 23, 2012 2:44 PM, Dan Carpenter wrote:
> > Hartley, you're doing a great job with all these patches, but it's
> > going to be weeks before the merge window closes.  We're going to
> > end up getting confused with all the patches floating around.
> >
> > Do you think you could maybe put up a git tree with the current
> > stuff so people know when they're stepping on each other's toes?
> 
> I would but really don't know how/were to put one.
> 

I can't speak for Greg but probably he'd still end up taking patches
from the list, not from the git tree.  So that makes it less of a
big deal where you put it, since we'd only use it to just track
which patches are out there.

So if someone submits a patch to comedi, we'd tell them, "Uh.  This
conflicts with some previously submitted patches.  Please pull from
Hartley's tree and modify it so it applies."

There are several free git hosting projects out there.  I use
http://repo.or.cz/ for Smatch.

> Also, I'm still a bit of a newbie with git. I would need some help
> initially to make sure I didn't screw it up. ;-)

Register a project.
Do a fork of http://repo.or.cz/w/linux-2.6.git
Push Greg's stuff.
Go through the email list and download all the comedi patches which
Greg doesn't have (raw emails including headers and everything).

cat email.txt | git am -s

If it doesn't apply complain to the submitter.  Don't fix anyone's
patches or changelogs.  Just complain and make them do the work.

Make sure when you apply a patch that the authorship information is
preserved.

git push ssh://yourname@repo.or.cz/srv/git/project.git master

regards,
dan carpenter

  reply	other threads:[~2012-05-24  6:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-23 21:28 [PATCH] staging: comedi: adl_pci7296: factor out the PCI device code H Hartley Sweeten
2012-05-23 21:43 ` Dan Carpenter
2012-05-23 21:43   ` H Hartley Sweeten
2012-05-24  6:32     ` Dan Carpenter [this message]
2012-05-23 21:52   ` H Hartley Sweeten
2012-05-23 22:07     ` Dan Carpenter
2012-05-24  2:11       ` gregkh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120524063232.GT4637@mwanda \
    --to=dan.carpenter@oracle.com \
    --cc=abbotti@mev.co.uk \
    --cc=devel@driverdev.osuosl.org \
    --cc=fmhess@users.sourceforge.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=hartleys@visionengravers.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox