This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Description
Could not get blob from packfiles, occurs a error packfile not found.
The cause is an unnecessary temporary file parsing error generated by git gc.
We should correctly check the packfile name format and skip over not loading those temporary files,
name format of temporary file:
.tmp-12345-pack-{hash}.pack
I have a PR.