All of lore.kernel.org
 help / color / mirror / Atom feed
* Rework a patch serie
@ 2006-06-27  8:41 moreau francis
  2006-06-27  8:53 ` Andreas Ericsson
  2006-06-27 10:16 ` Karl Hasselström
  0 siblings, 2 replies; 3+ messages in thread
From: moreau francis @ 2006-06-27  8:41 UTC (permalink / raw)
  To: git

Hello

Several times I have a topic branch that contains several commits like
this:

            "master"
        o---o
             \                    "topic"
              o---o---o---o---o---o


When I think everything is in a good shape I generate several patches to
submit them. For that, I do:

        $ git checkout topic
        $ git-format-patch -s -k -n master
        001-aaa.patch
        002-bbb.patch
        [...]
        006-fff.patch

Then I submit these patches for reviewing. Unfortunately, they're not perfect,
so after some feedbacks from the communauty it appears that I need to make
small modifications in the second commit in the topic branch for example...

What is the best and fastest way to do that ? Should I create a new topic branch
and cherry pick from the old one ?

Thanks for your advices

Francis

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-06-27 10:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-27  8:41 Rework a patch serie moreau francis
2006-06-27  8:53 ` Andreas Ericsson
2006-06-27 10:16 ` Karl Hasselström

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.