arthaud / git-dumper

A tool to dump a git repository from a website
MIT License
1.69k stars 235 forks source link

Use git fsck to find missing files #3

Closed arthaud closed 3 years ago

arthaud commented 5 years ago

The tool could be improved by running git fsck at the end to find missing files.

gnjax commented 5 years ago

The tool could be improved by running git fsck at the end to find missing files.

Could you elaborate ? Running this command will outputs missing files hashes, but I believe they are mostly contained within packed objects that weren't found by the py script

arthaud commented 5 years ago

That was just a thought, I didn't take the time to dig into it. You are probably right, that won't help find missing packed objects.

arthaud commented 3 years ago

As discussed, that most likely won't help. Closing.