SOP> If the bundle requires 0 refs (like above) then you can init a SOP> new repository and should be able to fetch from it: SOP> git init SOP> git pull bundle.bdl master Phew, that worked. Thank you! ML> With relatively recent git (not sure the version), you can just do ML> git clone bundle.bdl Not with git version 1.5.6.5, Debian sid. Anyway, for man page completeness, I still see the day when: SOP> You can't just "get the files out". A bundle contains deltas, SOP> where you need the base in order to recreate the file content. SOP> It can't be unpacked in a vacuum. That is nice by we here at the forensics department of XYZ police force just need to get the files out. We tried "PK UNZIP" but that didn't extract them. We contacted the Computer Science Dept. but that's who they're holding hostage. SOP> To unpack a bundle you need to clone the project and then fetch SOP> from it: SOP> git clone src... SOP> git pull bundle.bdl master That is nice but the perpetrators have destroyed everything except for that one bundle.bdl file, which contains the password to defuse the time bomb. There must be a way to make a "phony tree" or whatever to "attach to" so extraction can proceed. Be sure to spell it all out on the git-bundle man page as a reference in case some non-computer people need to do aforementioned emergency extraction one day. -- 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