git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* duplicate commits after git rebase -i HEAD~10
@ 2010-12-03 15:04 Mathieu Malaterre
  2010-12-03 15:34 ` Jeff King
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Malaterre @ 2010-12-03 15:04 UTC (permalink / raw)
  To: git

Hi,

  I am trying to understand what I did wrong in my git rebase and
eventually I would like to repair my mistakes. Basically after a git
rebase, I ended up with duplicate *identical* commits. One was on the
master branch and one was on a local branch which was merge to master.

$ git log --graph
...
| * commit 662be6a57a6a64840ba0f1b29d422ab6b129ff04
| | Author:
| | Date:   Fri Dec 3 15:27:10 2010 +0100
| |
| |     BUG: 122 Work toward a better framework for Java wrapping testing
| |
* | commit 1f639b9fd6c04eb48a69d84749bb30d7dd816382
| | Author:
| | Date:   Fri Dec 3 15:42:16 2010 +0100
| |
| |     BUG: 122 Work toward a better framework for Java wrapping testing
| |

Is there a way to properly merge identical commit back together ?

Thanks !

-- 
Mathieu

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

end of thread, other threads:[~2010-12-14 16:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-03 15:04 duplicate commits after git rebase -i HEAD~10 Mathieu Malaterre
2010-12-03 15:34 ` Jeff King
2010-12-14 16:07   ` Gavin Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).