git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git merge and cherry-pick and duplicated commits?
@ 2009-01-14  2:40 skillzero
  2009-01-14  5:31 ` Brian Gernhardt
  0 siblings, 1 reply; 16+ messages in thread
From: skillzero @ 2009-01-14  2:40 UTC (permalink / raw)
  To: git

I created a branch from master, did a commit (8e9fdd), then did 2 more
commits (11c59c and 7024d), then did another commit (2daf23). From
master, I did a commit (47bd1b) then cherry-pick'd 2 commits from the
branch (11c59c and 7024d). When merged the branch into master, I see
the 2 cherry-picked commits twice in the log (once from the original
cherry-pick's and again from the merge).

I thought git would realize that master already had those 2 commits
and not add them again when merging?

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

end of thread, other threads:[~2009-01-15 23:10 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-14  2:40 git merge and cherry-pick and duplicated commits? skillzero
2009-01-14  5:31 ` Brian Gernhardt
2009-01-14  6:21   ` skillzero
2009-01-14  7:34     ` Johannes Sixt
2009-01-14  8:08       ` skillzero
2009-01-14  8:34         ` Johannes Sixt
2009-01-14 18:33           ` skillzero
2009-01-14 19:40             ` Peter Baumann
2009-01-14 20:16             ` Junio C Hamano
2009-01-15 23:09             ` Markus Heidelberg
2009-01-14  8:38         ` Boaz Harrosh
2009-01-14  8:41     ` Thomas Rast
2009-01-14 13:47       ` Alex Riesen
2009-01-14  7:33   ` skillzero
2009-01-14 15:53     ` Sitaram Chamarty
2009-01-14  8:31   ` Nanako Shiraishi

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).