git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* rebase vs rebase -i
@ 2010-02-04  4:19 Jay Soffian
  2010-02-04 13:27 ` Johannes Schindelin
  0 siblings, 1 reply; 10+ messages in thread
From: Jay Soffian @ 2010-02-04  4:19 UTC (permalink / raw)
  To: git

Why does git rebase use format-patch + am, while rebase -i uses cherry-pick?

Just curious. In particular though, it seems especially odd in this case:

$ git rebase --onto <newbase> <upstream>

vs

$ env GIT_EDITOR=true git rebase -i --onto <newbase> <upstream>

Both in theory produce an identical end-result, while using two
different implementations.

(Here I'm setting GIT_EDITOR=true just to demonstrate that I didn't
change the list of commits in the latter case.)

j.

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

end of thread, other threads:[~2010-02-05  1:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-04  4:19 rebase vs rebase -i Jay Soffian
2010-02-04 13:27 ` Johannes Schindelin
2010-02-04 17:14   ` Jay Soffian
2010-02-04 18:00     ` Johannes Schindelin
2010-02-04 18:10       ` Jay Soffian
2010-02-04 18:46         ` Johannes Schindelin
2010-02-04 19:57           ` Jay Soffian
2010-02-05  0:45             ` Junio C Hamano
2010-02-05  1:18               ` Junio C Hamano
2010-02-05  1:20               ` Jay Soffian

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