git-rebase: "Patch is empty. Was it split wrong?"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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_/_
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux