All of lore.kernel.org
 help / color / mirror / Atom feed
* Preserve merge changes with rebase -p
@ 2011-06-21 12:11 Matteo Cypriani
  2011-06-21 14:44 ` Andrew Wong
  0 siblings, 1 reply; 3+ messages in thread
From: Matteo Cypriani @ 2011-06-21 12:11 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: Text/Plain, Size: 1095 bytes --]

Hi all,

I needed to change the author of a commit that was before a merge in the 
history. Here is a figure of my situation, E being the commit I want to edit, 
and M the problematic merge commit:

     o---o---o---o---o---o---o---o  master
              \       \ 
               o---E---M---o---o  topic


In a simple case, git rebase -i -p from topic does the trick here, I can amend 
E and M is re-created correctly.

The thing is, my M was not a "simple merge commit", but contained some changes 
needed for the code in master and topic to work together. In that case, git 
rebase -i -p recreates a merge commit, but it does not keep the changes 
introduced in M.

Is there any way to keep the M's changes in my case (except to manually patch 
& amend the re-created merge commit) ?
If not, maybe it would be a nice functionnality to implement ?

Cheers,
  Matteo

P.S.: Please CC me if you answer to this e-mail, as I'm not subscribed to the 
list.

-- 
Ma clef GPG est disponible sur keyserver.veridis.com
My GPG key is available on keyserver.veridis.com

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2011-06-21 15:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-21 12:11 Preserve merge changes with rebase -p Matteo Cypriani
2011-06-21 14:44 ` Andrew Wong
2011-06-21 15:07   ` Matteo Cypriani

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.