I'm having trouble merging my local branch to the latest tree from linus. I event tried to grab a fresh tree from kernel.org and then create a clone from it.
I did a cg-init rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git This worked with output being sent 147 bytes received 863 bytes 673.33 bytes/sec total size is 41 speedup is 0.04 receiving file list ... done progress: 2139 objects, 6243714 bytes, 100% done pack/pack-e3117bbaf6a59cb53c3f6f0d9b17b9433f0e4135.idx pack/pack-e3117bbaf6a59cb53c3f6f0d9b17b9433f0e4135.pack sent 47219 bytes received 73840482 bytes 304691.55 bytes/sec total size is 73625377 speedup is 1.00 receiving file list ... done v2.6.11 v2.6.11-tree v2.6.12 v2.6.12-rc2 v2.6.12-rc3 v2.6.12-rc4 v2.6.12-rc5 v2.6.12-rc6 v2.6.13-rc1 v2.6.13-rc2 sent 339 bytes received 1789 bytes 4256.00 bytes/sec total size is 410 speedup is 0.19 Missing object of tag v2.6.11... different source (obsolete tag?) Missing object of tag v2.6.11-tree... different source (obsolete tag?) Missing object of tag v2.6.12... different source (obsolete tag?) Missing object of tag v2.6.12-rc2... different source (obsolete tag?) Missing object of tag v2.6.12-rc3... different source (obsolete tag?) Missing object of tag v2.6.12-rc4... different source (obsolete tag?) Missing object of tag v2.6.12-rc5... different source (obsolete tag?) Missing object of tag v2.6.12-rc6... different source (obsolete tag?) Missing object of tag v2.6.13-rc1... different source (obsolete tag?) Missing object of tag v2.6.13-rc2... different source (obsolete tag?) New branch: 5c23804a0941a111752fdacefe0bea2db1b4d93f Cloned (origin rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git available as branch "origin") Next I did the below. mkdir fbdev-2.6 cd fbdev-2.6 cg-init /usr/src/linus-2.6/ defaulting to local storage area `/usr/src/linus-2.6//.git/refs/heads/master' -> `.git/refs/heads/origin' progress: 2 objects, 896 bytes does not exist /usr/src/linus-2.6//.git/objects/2a/7e338ec2fc6aac461a11fe8049799e65639166 Cannot obtain needed blob 2a7e338ec2fc6aac461a11fe8049799e65639166 while processing commit 0000000000000000000000000000000000000000. cg-pull: objects pull failed cg-init: pull failed What is wrong? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/