Le mardi 19 janvier 2016 19:16:42 UTC+1, Olivier Mengué a écrit :
>
> Maybe there is way to unpack packs? I did another clone from the server, 
> but I only get packs in .git/objects. If I could explode them, maybe I 
> could repair by corrupted repo...
>

I have been able to almost recover.
I did another clone of the repo, then in the corrupted repo I did "git 
unpack-objects --strict < ../the-other-clone/.git/objects/pack/*.pack"

I have been able to checkout the files that were marked as removed and 
where blob were missing.
Then "git gc".

Now "git fsck" reports only 3 dangling blobs and 1 dangling commit. No more 
*missing* blobs! :)

How can I tell is the remaining dangling blobs and commit are important?

Olivier.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to