This repository has been archived by the owner on Sep 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 540
storage/filesystem: dotgit, could not get blob from packfiles #1149
Comments
I have run into multiple instances where something like that happens. It seems that regular GIT sometimes produces and consumes a |
vvatanabe
added a commit
to nulab/go-git
that referenced
this issue
May 17, 2019
…-d#1149 Signed-off-by: Yuichi Watanabe <yuichi.watanabe.ja@gmail.com>
vvatanabe
added a commit
to nulab/go-git
that referenced
this issue
May 17, 2019
…-d#1149 Signed-off-by: Yuichi Watanabe <yuichi.watanabe.ja@gmail.com>
vvatanabe
added a commit
to nulab/go-git
that referenced
this issue
May 17, 2019
…rc-d#1149 Signed-off-by: Yuichi Watanabe <yuichi.watanabe.ja@gmail.com>
vvatanabe
added a commit
to nulab/go-git
that referenced
this issue
May 17, 2019
…e prefix and suffix. Fixes src-d#1149 Signed-off-by: Yuichi Watanabe <yuichi.watanabe.ja@gmail.com>
Merged
7 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: