Imported Upstream version 2.5.0 upstream/2.5.0
authorhyokeun <hyokeun.jeon@samsung.com>
Fri, 21 Dec 2018 05:52:24 +0000 (14:52 +0900)
committerhyokeun <hyokeun.jeon@samsung.com>
Fri, 21 Dec 2018 05:52:24 +0000 (14:52 +0900)
commit342dfef3098e19e566e53cadd9c5c75660bdb1fd
treefb4df03ede91ab93c6e87f7c3df47bf558d4e44f
parent5302577c3eb89c5e4cd134b40c3b2cede7ba6c84
Imported Upstream version 2.5.0
341 files changed:
.gitignore
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
Makefile
README.md
appveyor.yml
commands/command_checkout.go
commands/command_ls_files.go
commands/command_migrate.go
commands/command_migrate_export.go [new file with mode: 0644]
commands/command_migrate_import.go
commands/command_migrate_info.go
commands/command_push.go
commands/command_status.go
commands/command_track.go
commands/uploader.go
config/config.go
config/git_fetcher.go
config/version.go
debian/changelog
debian/rules
docs/man/git-lfs-checkout.1.ronn
docs/man/git-lfs-config.5.ronn
docs/man/git-lfs-migrate.1.ronn
docs/man/git-lfs-track.1.ronn
docs/man/git-lfs.1.ronn
fs/fs.go
fs/fs_test.go [new file with mode: 0644]
git/attribs.go
git/git.go
git/git_test.go
git/gitattr/attr.go [new file with mode: 0644]
git/gitattr/attr_test.go [new file with mode: 0644]
git/gitattr/tree.go [new file with mode: 0644]
git/gitattr/tree_test.go [new file with mode: 0644]
git/githistory/fixtures_test.go
git/githistory/ref_updater.go
git/githistory/rewriter.go
git/githistory/rewriter_test.go
glide.lock
glide.yaml
lfs/gitfilter_smudge.go
lfs/gitscanner.go
lfs/gitscanner_refs.go
lfs/lfs.go
lfs/lfs_test.go
lfs/scanner_git_test.go
lfsapi/client.go
lfsapi/creds.go
lfsapi/endpoint.go
lfsapi/endpoint_finder.go
lfsapi/endpoint_finder_test.go
lfsapi/lfsapi.go
lfsapi/proxy.go
lfsapi/ssh.go
rpm/SPECS/git-lfs.spec
rpm/build_rpms.bsh
script/bootstrap [deleted file]
script/build.go [deleted file]
script/cibuild
script/fmt [deleted file]
script/genmakefile/genmakefile.go [deleted file]
script/install.sh [moved from script/install.sh.example with 100% similarity]
script/integration [deleted file]
script/integration.go [deleted file]
script/lint [deleted file]
script/man [deleted file]
script/release
script/release.go
script/run [deleted file]
script/script.go
script/test [deleted file]
script/update-version [deleted file]
script/vendor [deleted file]
t/Makefile [new file with mode: 0644]
t/README.md [new file with mode: 0644]
t/cmd/git-credential-lfsnoop.go [moved from test/cmd/git-credential-lfsnoop.go with 100% similarity]
t/cmd/git-credential-lfstest.go [moved from test/cmd/git-credential-lfstest.go with 100% similarity]
t/cmd/lfs-askpass.go [moved from test/cmd/lfs-askpass.go with 100% similarity]
t/cmd/lfs-ssh-echo.go [moved from test/cmd/lfs-ssh-echo.go with 100% similarity]
t/cmd/lfs-ssh-proxy-test.go [moved from test/cmd/lfs-ssh-proxy-test.go with 100% similarity]
t/cmd/lfstest-count-tests.go [new file with mode: 0644]
t/cmd/lfstest-customadapter.go [moved from test/cmd/lfstest-customadapter.go with 100% similarity]
t/cmd/lfstest-gitserver.go [moved from test/cmd/lfstest-gitserver.go with 99% similarity]
t/cmd/lfstest-standalonecustomadapter.go [moved from test/cmd/lfstest-standalonecustomadapter.go with 100% similarity]
t/cmd/lfstest-testutils.go [moved from test/cmd/lfstest-testutils.go with 88% similarity]
t/cmd/util/testutils.go [moved from test/testutils.go with 99% similarity]
t/fixtures/migrate.sh [moved from test/test-migrate-fixtures.sh with 50% similarity]
t/git-lfs-test-server-api/.gitignore [new file with mode: 0644]
t/git-lfs-test-server-api/README.md [moved from test/git-lfs-test-server-api/README.md with 100% similarity]
t/git-lfs-test-server-api/main.go [moved from test/git-lfs-test-server-api/main.go with 94% similarity]
t/git-lfs-test-server-api/testdownload.go [moved from test/git-lfs-test-server-api/testdownload.go with 100% similarity]
t/git-lfs-test-server-api/testupload.go [moved from test/git-lfs-test-server-api/testupload.go with 100% similarity]
t/t-askpass.sh [moved from test/test-askpass.sh with 78% similarity]
t/t-batch-error-handling.sh [moved from test/test-batch-error-handling.sh with 98% similarity]
t/t-batch-retries.sh [moved from test/test-batch-retries.sh with 98% similarity]
t/t-batch-transfer.sh [moved from test/test-batch-transfer.sh with 99% similarity]
t/t-batch-unknown-oids.sh [moved from test/test-batch-unknown-oids.sh with 95% similarity]
t/t-checkout.sh [moved from test/test-checkout.sh with 85% similarity]
t/t-chunked-transfer-encoding.sh [moved from test/test-chunked-transfer-encoding.sh with 98% similarity]
t/t-clean.sh [moved from test/test-clean.sh with 99% similarity]
t/t-clone-deprecated.sh [moved from test/test-clone-deprecated.sh with 93% similarity]
t/t-clone.sh [moved from test/test-clone.sh with 99% similarity]
t/t-commit-delete-push.sh [moved from test/test-commit-delete-push.sh with 97% similarity]
t/t-config.sh [moved from test/test-config.sh with 99% similarity]
t/t-credentials-no-prompt.sh [moved from test/test-credentials-no-prompt.sh with 97% similarity]
t/t-credentials.sh [moved from test/test-credentials.sh with 98% similarity]
t/t-custom-transfers.sh [moved from test/test-custom-transfers.sh with 99% similarity]
t/t-duplicate-oids.sh [moved from test/test-duplicate-oids.sh with 97% similarity]
t/t-env.sh [moved from test/test-env.sh with 94% similarity]
t/t-expired.sh [moved from test/test-expired.sh with 97% similarity]
t/t-ext.sh [moved from test/test-ext.sh with 97% similarity]
t/t-extra-header.sh [moved from test/test-extra-header.sh with 98% similarity]
t/t-fetch-include.sh [moved from test/test-fetch-include.sh with 98% similarity]
t/t-fetch-paths.sh [moved from test/test-fetch-paths.sh with 98% similarity]
t/t-fetch-recent.sh [moved from test/test-fetch-recent.sh with 99% similarity]
t/t-fetch-refspec.sh [moved from test/test-fetch-refspec.sh with 98% similarity]
t/t-fetch.sh [moved from test/test-fetch.sh with 99% similarity]
t/t-filter-branch.sh [moved from test/test-filter-branch.sh with 96% similarity]
t/t-filter-process.sh [moved from test/test-filter-process.sh with 98% similarity]
t/t-fsck.sh [moved from test/test-fsck.sh with 98% similarity]
t/t-happy-path.sh [moved from test/test-happy-path.sh with 99% similarity]
t/t-install-custom-hooks-path-unsupported.sh [moved from test/test-install-custom-hooks-path-unsupported.sh with 95% similarity]
t/t-install-custom-hooks-path.sh [moved from test/test-install-custom-hooks-path.sh with 96% similarity]
t/t-install.sh [moved from test/test-install.sh with 99% similarity]
t/t-lock.sh [moved from test/test-lock.sh with 99% similarity]
t/t-locks.sh [moved from test/test-locks.sh with 99% similarity]
t/t-logs.sh [moved from test/test-logs.sh with 92% similarity]
t/t-ls-files.sh [moved from test/test-ls-files.sh with 90% similarity]
t/t-malformed-pointers.sh [moved from test/test-malformed-pointers.sh with 98% similarity]
t/t-mergetool.sh [moved from test/test-mergetool.sh with 96% similarity]
t/t-migrate-export.sh [new file with mode: 0755]
t/t-migrate-fixup.sh [new file with mode: 0755]
t/t-migrate-import-no-rewrite.sh [new file with mode: 0755]
t/t-migrate-import.sh [moved from test/test-migrate-import.sh with 85% similarity]
t/t-migrate-info.sh [moved from test/test-migrate-info.sh with 99% similarity]
t/t-object-authenticated.sh [moved from test/test-object-authenticated.sh with 94% similarity]
t/t-pointer.sh [moved from test/test-pointer.sh with 98% similarity]
t/t-post-checkout.sh [moved from test/test-post-checkout.sh with 99% similarity]
t/t-post-commit.sh [moved from test/test-post-commit.sh with 98% similarity]
t/t-post-merge.sh [moved from test/test-post-merge.sh with 98% similarity]
t/t-pre-push.sh [moved from test/test-pre-push.sh with 99% similarity]
t/t-progress-meter.sh [moved from test/test-progress-meter.sh with 94% similarity]
t/t-progress.sh [moved from test/test-progress.sh with 97% similarity]
t/t-prune-worktree.sh [moved from test/test-prune-worktree.sh with 99% similarity]
t/t-prune.sh [moved from test/test-prune.sh with 99% similarity]
t/t-pull.sh [moved from test/test-pull.sh with 97% similarity]
t/t-push-bad-dns.sh [moved from test/test-push-bad-dns.sh with 95% similarity]
t/t-push-failures-local.sh [new file with mode: 0755]
t/t-push-failures-remote.sh [moved from test/test-push-failures.sh with 98% similarity]
t/t-push-file-with-branch-name.sh [moved from test/test-push-file-with-branch-name.sh with 93% similarity]
t/t-push.sh [moved from test/test-push.sh with 85% similarity]
t/t-reference-clone.sh [moved from test/test-reference-clone.sh with 98% similarity]
t/t-resume-http-range.sh [moved from test/test-resume-http-range.sh with 98% similarity]
t/t-resume-tus.sh [moved from test/test-resume-tus.sh with 98% similarity]
t/t-smudge.sh [moved from test/test-smudge.sh with 99% similarity]
t/t-ssh.sh [moved from test/test-ssh.sh with 95% similarity]
t/t-status.sh [moved from test/test-status.sh with 94% similarity]
t/t-submodule-lfsconfig.sh [moved from test/test-submodule-lfsconfig.sh with 98% similarity]
t/t-submodule.sh [moved from test/test-submodule.sh with 98% similarity]
t/t-track-attrs.sh [moved from test/test-track-attrs.sh with 95% similarity]
t/t-track-wildcards.sh [moved from test/test-track-wildcards.sh with 98% similarity, mode: 0755]
t/t-track.sh [moved from test/test-track.sh with 93% similarity]
t/t-uninstall.sh [moved from test/test-uninstall.sh with 99% similarity]
t/t-unlock.sh [moved from test/test-unlock.sh with 99% similarity]
t/t-untrack.sh [moved from test/test-untrack.sh with 98% similarity]
t/t-unusual-filenames.sh [moved from test/test-unusual-filenames.sh with 94% similarity]
t/t-update.sh [moved from test/test-update.sh with 99% similarity]
t/t-verify.sh [moved from test/test-verify.sh with 98% similarity]
t/t-version.sh [moved from test/test-version.sh with 93% similarity]
t/t-worktree.sh [moved from test/test-worktree.sh with 94% similarity]
t/t-zero-len-file.sh [moved from test/test-zero-len-file.sh with 97% similarity]
t/test-alternates.sh [new file with mode: 0755]
t/testenv.sh [moved from test/testenv.sh with 92% similarity]
t/testhelpers.sh [moved from test/testhelpers.sh with 83% similarity]
t/testlib.sh [moved from test/testlib.sh with 79% similarity]
test/README.md [deleted file]
test/git-lfs-test-server-api/.gitignore [deleted file]
test/test-push-missing.sh [deleted file]
tq/basic_upload.go
tq/meter.go
tq/transfer.go
vendor/github.com/git-lfs/gitobj/LICENSE.md [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/README.md [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/blob.go [moved from git/odb/blob.go with 69% similarity]
vendor/github.com/git-lfs/gitobj/blob_test.go [moved from git/odb/blob_test.go with 99% similarity]
vendor/github.com/git-lfs/gitobj/commit.go [moved from git/odb/commit.go with 95% similarity]
vendor/github.com/git-lfs/gitobj/commit_test.go [moved from git/odb/commit_test.go with 99% similarity]
vendor/github.com/git-lfs/gitobj/errors.go [moved from git/odb/errors.go with 80% similarity]
vendor/github.com/git-lfs/gitobj/errors_test.go [moved from git/odb/errors_test.go with 64% similarity]
vendor/github.com/git-lfs/gitobj/file_storer.go [moved from git/odb/file_storer.go with 95% similarity]
vendor/github.com/git-lfs/gitobj/glide.lock [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/glide.yaml [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/memory_storer.go [moved from git/odb/memory_storer.go with 99% similarity]
vendor/github.com/git-lfs/gitobj/memory_storer_test.go [moved from git/odb/memory_storer_test.go with 99% similarity]
vendor/github.com/git-lfs/gitobj/object.go [moved from git/odb/object.go with 98% similarity]
vendor/github.com/git-lfs/gitobj/object_db.go [moved from git/odb/object_db.go with 96% similarity]
vendor/github.com/git-lfs/gitobj/object_db_test.go [moved from git/odb/object_db_test.go with 96% similarity]
vendor/github.com/git-lfs/gitobj/object_reader.go [moved from git/odb/object_reader.go with 97% similarity]
vendor/github.com/git-lfs/gitobj/object_reader_test.go [moved from git/odb/object_reader_test.go with 98% similarity]
vendor/github.com/git-lfs/gitobj/object_type.go [moved from git/odb/object_type.go with 98% similarity]
vendor/github.com/git-lfs/gitobj/object_type_test.go [moved from git/odb/object_type_test.go with 98% similarity]
vendor/github.com/git-lfs/gitobj/object_writer.go [moved from git/odb/object_writer.go with 96% similarity]
vendor/github.com/git-lfs/gitobj/object_writer_test.go [moved from git/odb/object_writer_test.go with 93% similarity]
vendor/github.com/git-lfs/gitobj/pack/bounds.go [moved from git/odb/pack/bounds.go with 98% similarity]
vendor/github.com/git-lfs/gitobj/pack/bounds_test.go [moved from git/odb/pack/bounds_test.go with 100% similarity]
vendor/github.com/git-lfs/gitobj/pack/chain.go [moved from git/odb/pack/chain.go with 100% similarity]
vendor/github.com/git-lfs/gitobj/pack/chain_base.go [moved from git/odb/pack/chain_base.go with 100% similarity]
vendor/github.com/git-lfs/gitobj/pack/chain_base_test.go [moved from git/odb/pack/chain_base_test.go with 100% similarity]
vendor/github.com/git-lfs/gitobj/pack/chain_delta.go [moved from git/odb/pack/chain_delta.go with 94% similarity]
vendor/github.com/git-lfs/gitobj/pack/chain_delta_test.go [moved from git/odb/pack/chain_delta_test.go with 94% similarity]
vendor/github.com/git-lfs/gitobj/pack/chain_test.go [moved from git/odb/pack/chain_test.go with 100% similarity]
vendor/github.com/git-lfs/gitobj/pack/errors.go [moved from git/odb/pack/errors.go with 83% similarity]
vendor/github.com/git-lfs/gitobj/pack/errors_test.go [moved from git/odb/pack/errors_test.go with 73% similarity]
vendor/github.com/git-lfs/gitobj/pack/index.go [moved from git/odb/pack/index.go with 97% similarity]
vendor/github.com/git-lfs/gitobj/pack/index_decode.go [moved from git/odb/pack/index_decode.go with 97% similarity]
vendor/github.com/git-lfs/gitobj/pack/index_decode_test.go [moved from git/odb/pack/index_decode_test.go with 96% similarity]
vendor/github.com/git-lfs/gitobj/pack/index_entry.go [moved from git/odb/pack/index_entry.go with 100% similarity]
vendor/github.com/git-lfs/gitobj/pack/index_test.go [moved from git/odb/pack/index_test.go with 97% similarity]
vendor/github.com/git-lfs/gitobj/pack/index_v1.go [moved from git/odb/pack/index_v1.go with 100% similarity]
vendor/github.com/git-lfs/gitobj/pack/index_v1_test.go [moved from git/odb/pack/index_v1_test.go with 100% similarity]
vendor/github.com/git-lfs/gitobj/pack/index_v2.go [moved from git/odb/pack/index_v2.go with 100% similarity]
vendor/github.com/git-lfs/gitobj/pack/index_v2_test.go [moved from git/odb/pack/index_v2_test.go with 100% similarity]
vendor/github.com/git-lfs/gitobj/pack/index_version.go [moved from git/odb/pack/index_version.go with 84% similarity]
vendor/github.com/git-lfs/gitobj/pack/io.go [moved from git/odb/pack/io.go with 100% similarity]
vendor/github.com/git-lfs/gitobj/pack/io_test.go [moved from git/odb/pack/io_test.go with 90% similarity]
vendor/github.com/git-lfs/gitobj/pack/object.go [moved from git/odb/pack/object.go with 100% similarity]
vendor/github.com/git-lfs/gitobj/pack/object_test.go [moved from git/odb/pack/object_test.go with 88% similarity]
vendor/github.com/git-lfs/gitobj/pack/packfile.go [moved from git/odb/pack/packfile.go with 97% similarity]
vendor/github.com/git-lfs/gitobj/pack/packfile_decode.go [moved from git/odb/pack/packfile_decode.go with 94% similarity]
vendor/github.com/git-lfs/gitobj/pack/packfile_decode_test.go [moved from git/odb/pack/packfile_decode_test.go with 100% similarity]
vendor/github.com/git-lfs/gitobj/pack/packfile_test.go [moved from git/odb/pack/packfile_test.go with 97% similarity]
vendor/github.com/git-lfs/gitobj/pack/set.go [moved from git/odb/pack/set.go with 100% similarity]
vendor/github.com/git-lfs/gitobj/pack/set_test.go [moved from git/odb/pack/set_test.go with 100% similarity]
vendor/github.com/git-lfs/gitobj/pack/type.go [moved from git/odb/pack/type.go with 85% similarity]
vendor/github.com/git-lfs/gitobj/pack/type_test.go [moved from git/odb/pack/type_test.go with 91% similarity]
vendor/github.com/git-lfs/gitobj/storer.go [moved from git/odb/storer.go with 97% similarity]
vendor/github.com/git-lfs/gitobj/tag.go [moved from git/odb/tag.go with 90% similarity]
vendor/github.com/git-lfs/gitobj/tag_test.go [moved from git/odb/tag_test.go with 99% similarity]
vendor/github.com/git-lfs/gitobj/tree.go [moved from git/odb/tree.go with 98% similarity]
vendor/github.com/git-lfs/gitobj/tree_test.go [moved from git/odb/tree_test.go with 98% similarity]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/.gitignore [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/.travis.yml [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/LICENSE [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/README.md [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/cov_report.sh [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/bypass.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/bypasssafe.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/common.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/common_test.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/config.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/doc.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/dump.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/dump_test.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/dumpcgo_test.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/dumpnocgo_test.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/example_test.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/format.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/format_test.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/internal_test.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/internalunsafe_test.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/spew.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/spew_test.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/testdata/dumpcgo.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/test_coverage.txt [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/pmezard/go-difflib/.travis.yml [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/pmezard/go-difflib/LICENSE [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/pmezard/go-difflib/README.md [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/pmezard/go-difflib/difflib/difflib.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/pmezard/go-difflib/difflib/difflib_test.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/.gitignore [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/.travis.yml [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/Godeps/Godeps.json [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/Godeps/Readme [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/LICENCE.txt [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/LICENSE [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/README.md [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/_codegen/main.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/assert/assertion_forward.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/assert/assertions.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/assert/assertions_test.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/assert/doc.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/assert/errors.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/assert/forward_assertions.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/assert/forward_assertions_test.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/assert/http_assertions.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/assert/http_assertions_test.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/doc.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/http/doc.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/http/test_response_writer.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/http/test_round_tripper.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/mock/doc.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/mock/mock.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/mock/mock_test.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/package_test.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/require/doc.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/require/forward_requirements.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/require/forward_requirements_test.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/require/require.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/require/require.go.tmpl [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/require/require_forward.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/require/require_forward.go.tmpl [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/require/requirements.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/require/requirements_test.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/suite/doc.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/suite/interfaces.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/suite/suite.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/suite/suite_test.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/LICENSE [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/bypass.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/bypasssafe.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/common.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/config.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/doc.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/dump.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/format.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/spew.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/LICENSE [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib/difflib.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/.gitignore [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/LICENSE.md [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/README.md [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/accessors.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/array-access.txt [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/index.html [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/template.txt [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/types_list.txt [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/constants.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/conversions.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/doc.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/map.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/mutations.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/security.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/tests.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/type_specific_codegen.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/value.go [new file with mode: 0644]
vendor/github.com/git-lfs/wildmatch/wildmatch.go
vendor/github.com/git-lfs/wildmatch/wildmatch_test.go
versioninfo.json