Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

Commit

Permalink
kbfsgit: update go-git to avoid failing on conflict files
Browse files Browse the repository at this point in the history
If conflict files ended up in `objects` or `objects/pack`, go-git
would still try to treat their full names as hashes, and end up trying
to access a file named by the 0 hash, which would fail.  Instead, just
skip files like that.

Issue: keybase/client#11366
  • Loading branch information
strib committed Apr 16, 2018
1 parent 7561109 commit ae82e69
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -1148,11 +1148,11 @@
"revisionTime": "2017-12-01T00:24:35Z"
},
{
"checksumSHA1": "rZYExDgnlRGQip6eHLzV+ptdKFI=",
"checksumSHA1": "62+vHe8Tw5C0/6hrCYK55vS8C8A=",
"origin": "github.com/keybase/go-git/storage/filesystem/internal/dotgit",
"path": "gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit",
"revision": "d2b6d67be5cb04d1640faf47995ace874dc3cb05",
"revisionTime": "2017-12-01T00:24:35Z"
"revision": "58898ae21bb8fb3cdde546f12872767683a2239a",
"revisionTime": "2018-04-13T23:39:03Z"
},
{
"checksumSHA1": "4xP9AhC2OWXL3oUsZ/k6n7oMs8s=",
Expand Down

0 comments on commit ae82e69

Please sign in to comment.