All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: patchwork now has an 'applied' flag
Date: Sat, 04 Apr 2009 14:16:48 +0200	[thread overview]
Message-ID: <gr7j3f$oh2$1@ger.gmane.org> (raw)
In-Reply-To: <ac9c93b10904040501h74232b6ei82628e3ec167b6ba@mail.gmail.com>

On 04-04-09 14:01, Frans Meulenbroeks wrote:
> Probably a stupid question, but is there some info on what patchwork
> is and how to use it?

The OE patchwork is located at http://patchwork.openembedded.org/ and 
collects all patches and follow-up comments to them posted to this 
mailinglist.

The really neat thing is the 'mbox' option, which scans the replies to 
the patch for signed-off-by and acked-by lines and puts those in the patch.

What I do nowadays:

wget http://patchwork.openembedded.org/patch/$1/mbox/ -O pw-am-$1.patch
git am < pw-am-$1.patch
rm pw-am-$1.patch

Now, if only git-send-email wouldn't strip the commit message...

regards,

Koen




  reply	other threads:[~2009-04-04 12:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-04  9:26 patchwork now has an 'applied' flag Koen Kooi
2009-04-04 12:01 ` Frans Meulenbroeks
2009-04-04 12:16   ` Koen Kooi [this message]
2009-04-04 15:33     ` Frans Meulenbroeks

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='gr7j3f$oh2$1@ger.gmane.org' \
    --to=k.kooi@student.utwente.nl \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=openembedded-devel@openembedded.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.