git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git rebase behaviour changed?
@ 2006-01-17  3:49 Mike McCormack
  2006-01-17  5:50 ` Junio C Hamano
  0 siblings, 1 reply; 9+ messages in thread
From: Mike McCormack @ 2006-01-17  3:49 UTC (permalink / raw)
  To: git


Hi,

git-rebase was a very useful tool for me to help organize my patches.

Recently, it seems the behaviour of git-rebase changed.  It used to take 
the commits I'd made to my "master" branch and reapply them to a new 
"master" branch on top of "origin".  Where rebase from git-0.99.x used 
to work, git-1.1.3 now does nothing and gives me the following message:

git-rebase origin
-> Current branch refs/heads/master is up to date.

However, I can do the "rebase" manually with:

git branch master-20060117
git reset --hard origin
git-format-patch -k --stdout --full-index origin master-20060117 | \
	git am --binary -3 -k

Is this broken, or am I meant to be doing something different now?

thanks,

Mike

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

end of thread, other threads:[~2006-01-17  8:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-17  3:49 git rebase behaviour changed? Mike McCormack
2006-01-17  5:50 ` Junio C Hamano
2006-01-17  6:08   ` Mike McCormack
2006-01-17  6:29     ` Junio C Hamano
2006-01-17  6:52     ` Martin Langhoff
2006-01-17  8:11       ` Junio C Hamano
2006-01-17  8:33         ` Martin Langhoff
2006-01-17  8:43           ` Junio C Hamano
2006-01-17  8:56             ` Junio C Hamano

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