summaryrefslogtreecommitdiffstats
path: root/vendor/gopkg.in
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2020-03-27 08:00:01 +0100
committerJesse Duffield <jessedduffield@gmail.com>2020-03-27 19:06:21 +1100
commit6a5d8ba8595702dc0715d4aa67bc65dbb55f8f91 (patch)
tree48dcac72b604836e4e29a3b678ade94dfe2acc3c /vendor/gopkg.in
parent320e2a653646e86e8093fa9427f2229bca0b7523 (diff)
vendor: replace go-git package
Diffstat (limited to 'vendor/gopkg.in')
-rw-r--r--vendor/gopkg.in/src-d/go-billy.v4/.gitignore4
-rw-r--r--vendor/gopkg.in/src-d/go-billy.v4/DCO25
-rw-r--r--vendor/gopkg.in/src-d/go-billy.v4/LICENSE201
-rw-r--r--vendor/gopkg.in/src-d/go-billy.v4/MAINTAINERS1
-rw-r--r--vendor/gopkg.in/src-d/go-billy.v4/Makefile25
-rw-r--r--vendor/gopkg.in/src-d/go-billy.v4/README.md72
-rw-r--r--vendor/gopkg.in/src-d/go-billy.v4/appveyor.yml15
-rw-r--r--vendor/gopkg.in/src-d/go-billy.v4/fs.go202
-rw-r--r--vendor/gopkg.in/src-d/go-billy.v4/go.mod8
-rw-r--r--vendor/gopkg.in/src-d/go-billy.v4/go.sum12
-rw-r--r--vendor/gopkg.in/src-d/go-billy.v4/helper/chroot/chroot.go242
-rw-r--r--vendor/gopkg.in/src-d/go-billy.v4/helper/polyfill/polyfill.go105
-rw-r--r--vendor/gopkg.in/src-d/go-billy.v4/osfs/os.go139
-rw-r--r--vendor/gopkg.in/src-d/go-billy.v4/osfs/os_posix.go21
-rw-r--r--vendor/gopkg.in/src-d/go-billy.v4/osfs/os_windows.go57
-rw-r--r--vendor/gopkg.in/src-d/go-billy.v4/util/glob.go111
-rw-r--r--vendor/gopkg.in/src-d/go-billy.v4/util/util.go224
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/.gitignore4
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/CODE_OF_CONDUCT.md74
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/COMPATIBILITY.md111
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/CONTRIBUTING.md59
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/DCO36
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/LICENSE201
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/MAINTAINERS3
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/Makefile52
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/README.md123
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/appveyor.yml21
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/blame.go302
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/common.go22
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/config/branch.go90
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/config/config.go407
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/config/modules.go139
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/config/refspec.go150
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/doc.go10
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/go.mod29
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/go.sum92
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/internal/revision/parser.go622
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/internal/revision/scanner.go117
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/internal/revision/token.go28
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/internal/url/url.go37
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/object_walker.go104
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/options.go492
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/cache/buffer_lru.go98
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/cache/common.go39
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/cache/object_lru.go101
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/error.go35
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/filemode/filemode.go188
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/config/common.go99
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/config/decoder.go37
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/config/doc.go122
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/config/encoder.go77
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/config/option.go117
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/config/section.go146
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/diff/patch.go58
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/diff/unified_encoder.go360
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/gitignore/dir.go136
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/gitignore/doc.go70
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/gitignore/matcher.go30
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/gitignore/pattern.go153
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/idxfile/decoder.go177
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/idxfile/doc.go128
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/idxfile/encoder.go142
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/idxfile/idxfile.go346
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/idxfile/writer.go186
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/index/decoder.go477
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/index/doc.go360
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/index/encoder.go150
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/index/index.go213
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/index/match.go186
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/objfile/doc.go2
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/objfile/reader.go114
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/objfile/writer.go109
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/packfile/common.go78
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/packfile/delta_index.go297
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/packfile/delta_selector.go369
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/packfile/diff_delta.go200
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/packfile/doc.go39
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/packfile/encoder.go219
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/packfile/error.go30
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/packfile/fsobject.go116
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/packfile/object_pack.go164
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/packfile/packfile.go562
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/packfile/parser.go483
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/packfile/patch_delta.go229
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/packfile/scanner.go466
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/pktline/encoder.go122
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/format/pktline/scanner.go134
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/hash.go73
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/memory.go61
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/object.go111
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/object/blob.go144
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/object/change.go157
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/object/change_adaptor.go61
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/object/commit.go430
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/object/commit_walker.go327
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/object/commit_walker_bfs.go100
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/object/commit_walker_bfs_filtered.go176
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/object/commit_walker_ctime.go103
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/object/commit_walker_file.go145
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/object/common.go12
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/object/difftree.go37
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/object/file.go137
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/object/merge_base.go210
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/object/object.go237
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/object/patch.go346
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/object/tag.go357
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/object/tree.go520
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/object/treenoder.go136
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/protocol/packp/advrefs.go203
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/protocol/packp/advrefs_decode.go288
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/plumbing/protocol/packp/advrefs_encode.go176