git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Deepak Saxena <dsaxena@plexity.net>
To: git@vger.kernel.org
Subject: git-rebase: "Patch is empty.  Was it split wrong?"
Date: Mon, 24 Mar 2008 13:11:13 -0700	[thread overview]
Message-ID: <20080324201113.GA15153@plexity.net> (raw)

I'm getting the above message when doing a git-rebase and wondering
is is due to user error in how I am using rebase or b/c of something
else.

My situation is that a I have a main branch "dev", against which
others have developed some branches and I merge into my local
version of dev. After merging these I want to rebase to remove the
merge itself from the history (I need to linearize the history, 
long story, don't ask why):

$ git-checkout -b f2.6.24_dev f2.6.24/dev
Branch f2.6.24_dev set up to track remote branch refs/remotes/f2.6.24/dev.
Switched to a new branch "f2.6.24_dev"
$ git-merge 27234_v01 27470_v01 27476_v01
Trying simple merge with bdc5878e45152a11c9a434bd4e0a07ddf98434be
Trying simple merge with 2d03ed92eecb9bde8402957d9e801d9055dbcef4
Trying simple merge with af38b4a114b3380cdc7c426b912ede1e4e023b74
Merge made by octopus.
....
 22 files changed, 2407 insertions(+), 150 deletions(-)
 create mode 100644 include/linux/mroute6.h
 create mode 100644 include/linux/pim.h
 create mode 100644 net/ipv6/ip6mr.c
$ git-log --pretty=oneline f2.6.24/dev..
96f76db4b03413f0ec14c6d45f19cbf1398dd7b7 Merge branches '27234_v01', '27470_v01' and '27476_v01' into f2.6.
bdc5878e45152a11c9a434bd4e0a07ddf98434be [IPV6] Add support for IPv6 multicast forwarding
af38b4a114b3380cdc7c426b912ede1e4e023b74 ARM: OMAP: NAND: update platform data
c17782dc688990e1971ae94c99476cbc529a04de ARM: OMAP: NAND: update Kconfig and default defconfig
10fab40c623ae6d71bbda94de61088dab88859e4 ARM: OMAP: NAND: logic for detecting the flash device
4e1c857c6256967da11ecc0f147b87f4d5613e4e ARM: OMAP: NAND: code documentation cleanup
33ae04c1febef4de882c6b65ec6c50d72e3f0d34 ARM: OMAP: NAND: 8/16 bit, large/small page, HWECC/SWECC support
2d03ed92eecb9bde8402957d9e801d9055dbcef4 sched: fix oops in root-domain code during repartitioning
$ git-rebase f2.6.24/dev
First, rewinding head to replay your work on top of it...
HEAD is now at 325943d... Make RT73 config more consistant with other drivers
Patch is empty.  Was it split wrong?

Am I just abusing git-rebase here or is there something wrong with my tree?

Version is 1.5.4.4.

Thanks,
~Deepak


-- 
   _____   __o  Deepak Saxena - Living CarFree and CareFree            (o>
------    -\<,  Towards Carfree Cities 2008 - www.carfreeportland.org  //\
 ----- ( )/ ( ) Linux Plumber's Conference - www.linuxplumbersconf.org V_/_
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                 reply	other threads:[~2008-03-24 20:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080324201113.GA15153@plexity.net \
    --to=dsaxena@plexity.net \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).