Re: please pull powerpc-merge.git
From: Linus Torvalds <torvalds@osdl.org>
Date: 2006-03-15 15:52:06
On Wed, 15 Mar 2006, Paul Mackerras wrote:
Please do a pull from git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge.git
Umm. What _have_ you done to that tree? error: object directory /home/paulus/kernel/linux-2.6/.git/objects does not exist; check .git/objects/info/alternates. error: object directory /home/paulus/kernel/linux-2.6/.git/objects does not exist; check .git/objects/info/alternates. Generating pack... error: object directory /home/paulus/kernel/linux-2.6/.git/objects does not exist; check .git/objects/info/alternates. error: Could not read a488edc914aa1d766a4e2c982b5ae03d5657ec1b error: Could not read 3759fa9c55923f719ae944a3f8fbb029b36f759d error: Could not read 153b1d3f0a5ec0760deef783e337e2164bfa1a68 fatal: bad tree object 153b1d3f0a5ec0760deef783e337e2164bfa1a68 Done counting 0 objects. Total 0, written 0 (delta 0), reused 0 (delta 0) Unpacking 0 objects Hmm? Looks like you're _still_ using rsync to move git trees around, and that is just not valid. Please just do "git push" to push to master. Use the "-f" flag if you want to force it because you did bad things. Don't use rsync. rsync on git repos is evil and wrong when there are other alternatives, and leads to crap like the above. Linus