On 5/1/06, Junio C Hamano <junkio@xxxxxxx> wrote:
unpack tries to unpack and if it already has the object it skips. If you really wanted to do it, here is a way to do so. mv .git/objets/pack/pack-49*.pack \ .git/objets/pack/pack-49*.idx . git unpack-objects <pack-49*.pack
Hm.. so it seems that git-unpack-objects is more intended to unpack a pack one has gotten with git-fetch-pack, right? I was looking for something more along the lines of an "un-git-repack", where you have existing pack(s) and want to undo them. Maybe you want to repack everything into a single pack or something like that. josh - : 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