Hi, On Tue, 6 Mar 2007, Mark Levedahl wrote: > Junio C Hamano wrote: > > That one is caused by the broken revision traversal in 'master' > > and being worked on in 'next'. Care to try the one from 'next' > > instead? > using next as just pulled from kernel.org (09890a9bce0bc27182bc1f74a34b53) > ... > > git>git bundle create test.bdl HEAD~1..HEAD > error: rev-list died 255 > > I have not found any rev-args set that avoids that error. Have you tried "make test"? In particular, t5510-fetch.sh? If it passes, git-bundle works at least for one particular case, and I'd suspect then that the inbuilt GIT_EXEC_PATH bites you. To avoid that particular peculiarity, just "export GIT_EXEC_PATH=/path/to/next/", and try again. Hiw, Dscho - 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