All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ulf Samuelsson <ulf.samuelsson@atmel.com>
To: openembedded-devel@lists.openembedded.org
Subject: Sorry about the recent mess
Date: Mon, 31 Jan 2011 22:58:19 +0100	[thread overview]
Message-ID: <4D47307B.4040504@atmel.com> (raw)

Realized that the sign-off was missing in first rev
The I tried to generate the V2 with signoff,
I had 16 patches committed in the tree,
which I wanted to divide up into patchsets.

1:	1-8
2:	9
3:	10
4:	11-12
5:	13
6:	14
7:	15
8:	16

patch "1" beeing the first to be committed, and 16 the latest.

Since all files are committed, I have to do
git format-patch -16
move the first 8 files to a subdirectory
remove the rest
"sed" the PATCH line in all patches to replace n/16 with n/2
"sed" the PATCH line in all patches to replace PATCH with PATCH v2

git format patch -8
move the first file to a subdirectory
remove the rest
"sed" ...

until I created 8 subdirectories.


Anyone knows of a better way to let me extract patch 1-8 and
have them numbered 1/8 .. 8/8 instead of n/16 ?

I guess I could revert/rebase and reapply the patches.
Then I have to feed in the comments again.
Would be nice to do have a switch to say I want 8 patches starting with
patch 16 from the top.

git format-patch -8 --start-at=16

but I do not see such a possibility.
Any better idea?

BR
Ulf Samuelsson
Best Regards
Ulf Samuelsson



             reply	other threads:[~2011-01-31 22:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-31 21:58 Ulf Samuelsson [this message]
2011-01-31 22:23 ` Sorry about the recent mess Petr Štetiar
2011-01-31 23:29   ` Ulf Samuelsson

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=4D47307B.4040504@atmel.com \
    --to=ulf.samuelsson@atmel.com \
    --cc=openembedded-devel@lists.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.