summaryrefslogtreecommitdiffstats
path: root/vendor
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-10-06 20:50:54 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-10-06 21:58:41 +1100
commit6e076472b8fb2d052e0b1c35d3fff3dd263ae722 (patch)
tree57d521a3c4879f4985e926578cbec66eb6427e21 /vendor
parent3e15ae32112970e39de68ef0d5bf96fa5e2bcd40 (diff)
switch to fork of go-git
Diffstat (limited to 'vendor')
-rw-r--r--vendor/github.com/go-git/go-git/v5/plumbing/format/diff/unified_encoder.go367
-rw-r--r--vendor/github.com/go-git/go-git/v5/plumbing/object/difftree.go37
-rw-r--r--vendor/github.com/imdario/mergo/.gitignore33
-rw-r--r--vendor/github.com/imdario/mergo/CODE_OF_CONDUCT.md46
-rw-r--r--vendor/github.com/imdario/mergo/LICENSE28
-rw-r--r--vendor/github.com/imdario/mergo/README.md238
-rw-r--r--vendor/github.com/imdario/mergo/doc.go44
-rw-r--r--vendor/github.com/imdario/mergo/map.go176
-rw-r--r--vendor/github.com/imdario/mergo/merge.go338
-rw-r--r--vendor/github.com/imdario/mergo/mergo.go97
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/.gitignore (renamed from vendor/github.com/go-git/go-git/v5/.gitignore)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/CODE_OF_CONDUCT.md (renamed from vendor/github.com/go-git/go-git/v5/CODE_OF_CONDUCT.md)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/COMPATIBILITY.md (renamed from vendor/github.com/go-git/go-git/v5/COMPATIBILITY.md)2
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/CONTRIBUTING.md (renamed from vendor/github.com/go-git/go-git/v5/CONTRIBUTING.md)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/LICENSE (renamed from vendor/github.com/go-git/go-git/v5/LICENSE)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/Makefile (renamed from vendor/github.com/go-git/go-git/v5/Makefile)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/README.md (renamed from vendor/github.com/go-git/go-git/v5/README.md)10
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/blame.go (renamed from vendor/github.com/go-git/go-git/v5/blame.go)6
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/common.go (renamed from vendor/github.com/go-git/go-git/v5/common.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/config/branch.go (renamed from vendor/github.com/go-git/go-git/v5/config/branch.go)4
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/config/config.go (renamed from vendor/github.com/go-git/go-git/v5/config/config.go)169
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/config/modules.go (renamed from vendor/github.com/go-git/go-git/v5/config/modules.go)2
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/config/refspec.go (renamed from vendor/github.com/go-git/go-git/v5/config/refspec.go)11
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/doc.go (renamed from vendor/github.com/go-git/go-git/v5/doc.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/go.mod (renamed from vendor/github.com/go-git/go-git/v5/go.mod)5
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/go.sum (renamed from vendor/github.com/go-git/go-git/v5/go.sum)4
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/internal/revision/parser.go (renamed from vendor/github.com/go-git/go-git/v5/internal/revision/parser.go)8
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/internal/revision/scanner.go (renamed from vendor/github.com/go-git/go-git/v5/internal/revision/scanner.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/internal/revision/token.go (renamed from vendor/github.com/go-git/go-git/v5/internal/revision/token.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/internal/url/url.go (renamed from vendor/github.com/go-git/go-git/v5/internal/url/url.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/object_walker.go (renamed from vendor/github.com/go-git/go-git/v5/object_walker.go)8
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/options.go (renamed from vendor/github.com/go-git/go-git/v5/options.go)121
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/cache/buffer_lru.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/cache/buffer_lru.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/cache/common.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/cache/common.go)2
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/cache/object_lru.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/cache/object_lru.go)2
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/color/color.go38
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/error.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/error.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/filemode/filemode.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/filemode/filemode.go)2
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/common.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/config/common.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/decoder.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/config/decoder.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/doc.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/config/doc.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/encoder.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/config/encoder.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/option.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/config/option.go)2
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/section.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/config/section.go)2
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/diff/colorconfig.go97
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/diff/patch.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/diff/patch.go)4
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/diff/unified_encoder.go376
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/gitignore/dir.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/gitignore/dir.go)16
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/gitignore/doc.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/gitignore/doc.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/gitignore/matcher.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/gitignore/matcher.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/gitignore/pattern.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/gitignore/pattern.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/idxfile/decoder.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/idxfile/decoder.go)2
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/idxfile/doc.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/idxfile/doc.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/idxfile/encoder.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/idxfile/encoder.go)2
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/idxfile/idxfile.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/idxfile/idxfile.go)2
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/idxfile/writer.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/idxfile/writer.go)4
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/index/decoder.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/index/decoder.go)10
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/index/doc.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/index/doc.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/index/encoder.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/index/encoder.go)2
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/index/index.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/index/index.go)4
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/index/match.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/index/match.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/objfile/doc.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/objfile/doc.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/objfile/reader.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/objfile/reader.go)4
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/objfile/writer.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/objfile/writer.go)2
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/common.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/common.go)4
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/delta_index.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/delta_index.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/delta_selector.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/delta_selector.go)4
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/diff_delta.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/diff_delta.go)12
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/doc.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/doc.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/encoder.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/encoder.go)16
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/error.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/error.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/fsobject.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/fsobject.go)6
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/object_pack.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/object_pack.go)2
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/packfile.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/packfile.go)13
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/parser.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/parser.go)21
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/patch_delta.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/patch_delta.go)12
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/scanner.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/scanner.go)6
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/pktline/encoder.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/pktline/encoder.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/format/pktline/scanner.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/format/pktline/scanner.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/hash.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/hash.go)10
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/memory.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/memory.go)17
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/object.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/object.go)0
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/object/blob.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/object/blob.go)6
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/object/change.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/object/change.go)8
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/object/change_adaptor.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/object/change_adaptor.go)4
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/object/commit.go)45
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit_walker.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/object/commit_walker.go)6
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit_walker_bfs.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/object/commit_walker_bfs.go)4
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit_walker_bfs_filtered.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/object/commit_walker_bfs_filtered.go)5
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit_walker_ctime.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/object/commit_walker_ctime.go)4
-rw-r--r--vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit_walker_limit.go (renamed from vendor/github.com/go-git/go-git/v5/plumbing/object/commit_walker_limit.go)2
-rw-r--r--