-
- Downloads
There was an error fetching the commit references. Please try again later.
Convert from go-git to git2go
parent
84fca734
No related branches found
No related tags found
Pipeline #
Showing
- .gitlab-ci.yml 2 additions, 2 deletions.gitlab-ci.yml
- git/git2go.go 224 additions, 0 deletionsgit/git2go.go
- git/go-git.go 0 additions, 176 deletionsgit/go-git.go
- git/repository_test.go 8 additions, 8 deletionsgit/repository_test.go
- indexer/indexer.go 6 additions, 0 deletionsindexer/indexer.go
- main.go 1 addition, 1 deletionmain.go
- vendor/github.com/sergi/go-diff/LICENSE 0 additions, 20 deletionsvendor/github.com/sergi/go-diff/LICENSE
- vendor/github.com/sergi/go-diff/diffmatchpatch/diff.go 0 additions, 1339 deletionsvendor/github.com/sergi/go-diff/diffmatchpatch/diff.go
- vendor/github.com/sergi/go-diff/diffmatchpatch/diffmatchpatch.go 0 additions, 46 deletions...github.com/sergi/go-diff/diffmatchpatch/diffmatchpatch.go
- vendor/github.com/sergi/go-diff/diffmatchpatch/match.go 0 additions, 160 deletionsvendor/github.com/sergi/go-diff/diffmatchpatch/match.go
- vendor/github.com/sergi/go-diff/diffmatchpatch/mathutil.go 0 additions, 23 deletionsvendor/github.com/sergi/go-diff/diffmatchpatch/mathutil.go
- vendor/github.com/sergi/go-diff/diffmatchpatch/patch.go 0 additions, 556 deletionsvendor/github.com/sergi/go-diff/diffmatchpatch/patch.go
- vendor/github.com/sergi/go-diff/diffmatchpatch/stringutil.go 0 additions, 88 deletionsvendor/github.com/sergi/go-diff/diffmatchpatch/stringutil.go
- vendor/github.com/src-d/gcfg/LICENSE 0 additions, 28 deletionsvendor/github.com/src-d/gcfg/LICENSE
- vendor/github.com/src-d/gcfg/README 0 additions, 4 deletionsvendor/github.com/src-d/gcfg/README
- vendor/github.com/src-d/gcfg/doc.go 0 additions, 145 deletionsvendor/github.com/src-d/gcfg/doc.go
- vendor/github.com/src-d/gcfg/errors.go 0 additions, 41 deletionsvendor/github.com/src-d/gcfg/errors.go
- vendor/github.com/src-d/gcfg/go1_0.go 0 additions, 7 deletionsvendor/github.com/src-d/gcfg/go1_0.go
- vendor/github.com/src-d/gcfg/go1_2.go 0 additions, 9 deletionsvendor/github.com/src-d/gcfg/go1_2.go
- vendor/github.com/src-d/gcfg/read.go 0 additions, 273 deletionsvendor/github.com/src-d/gcfg/read.go
git/git2go.go
0 → 100644
git/go-git.go
deleted
100644 → 0
This diff is collapsed.
vendor/github.com/src-d/gcfg/LICENSE
deleted
100644 → 0
vendor/github.com/src-d/gcfg/README
deleted
100644 → 0
vendor/github.com/src-d/gcfg/doc.go
deleted
100644 → 0
vendor/github.com/src-d/gcfg/read.go
deleted
100644 → 0
Please register or sign in to comment