On 08/24/2010 11:45 AM, Junio C Hamano wrote: > How about doing > > $ LINUS=git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git > $ git fetch $LINUS > $ git bundle create myfork.bundle HEAD..master I think you mean $ git fetch $LINUS master $ git bundle create myfork.bundle FETCH_HEAD..master -Brandon -- 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