Imported Upstream version 2.4.0 upstream/2.4.0
authorhyokeun <hyokeun.jeon@samsung.com>
Fri, 21 Dec 2018 05:51:20 +0000 (14:51 +0900)
committerhyokeun <hyokeun.jeon@samsung.com>
Fri, 21 Dec 2018 05:51:20 +0000 (14:51 +0900)
commit5cf3e0186958f7b628484818806f75aa03e6c09c
tree5c6e6bdfce81808f6d85330a259bce1d8cfeb20a
parent26aaae45a73770f59542622659ac1f18de07876f
Imported Upstream version 2.4.0
290 files changed:
CHANGELOG.md
CONTRIBUTING.md
README.md
commands/command_checkout.go
commands/command_clean.go
commands/command_clone.go
commands/command_env.go
commands/command_fetch.go
commands/command_filter_process.go
commands/command_fsck.go
commands/command_install.go
commands/command_lock.go
commands/command_locks.go
commands/command_logs.go
commands/command_ls_files.go
commands/command_migrate.go
commands/command_migrate_import.go
commands/command_migrate_info.go
commands/command_post_checkout.go
commands/command_post_commit.go
commands/command_post_merge.go
commands/command_pre_push.go
commands/command_prune.go
commands/command_pull.go
commands/command_push.go
commands/command_smudge.go
commands/command_status.go
commands/command_track.go
commands/command_uninstall.go
commands/command_unlock.go
commands/command_untrack.go
commands/command_update.go
commands/commands.go
commands/lockverifier.go [new file with mode: 0644]
commands/pull.go
commands/run.go
commands/uploader.go
commands/uploader_test.go
config/config.go
config/config_test.go
config/delayed_environment.go [new file with mode: 0644]
config/environment.go
config/filesystem.go [deleted file]
config/git_environment.go [deleted file]
config/git_fetcher.go
config/netrc.go [moved from config/config_netrc.go with 100% similarity]
config/netrc_nix.go [moved from config/config_nix.go with 100% similarity]
config/netrc_windows.go [moved from config/config_windows.go with 100% similarity]
config/url_config.go
config/version.go
debian/changelog
debian/rules
docs/api/batch.md
docs/api/locking.md
docs/man/git-lfs-ls-files.1.ronn
docs/man/git-lfs-migrate.1.ronn
docs/man/git-lfs-uninstall.1.ronn
docs/man/git-lfs.1.ronn
filepathfilter/bench_test.go [deleted file]
filepathfilter/filepathfilter.go
filepathfilter/filepathfilter_test.go
fs/cleanup.go [new file with mode: 0644]
fs/fs.go [new file with mode: 0644]
git-lfs.go
git/attribs.go
git/config.go [new file with mode: 0644]
git/filter_process_scanner.go
git/git.go
git/git_test.go
git/githistory/fixtures/linear-history-with-annotated-tags.git/HEAD [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-annotated-tags.git/config [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-annotated-tags.git/index [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-annotated-tags.git/logs/HEAD [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-annotated-tags.git/logs/refs/heads/master [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-annotated-tags.git/objects/05/797a38b05f910e6efe40dc1a5c0a046a9403e8 [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-annotated-tags.git/objects/20/ecedad3e74a113695fe5f00ab003694e2e1e9c [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-annotated-tags.git/objects/22/8afe30855933151f7a88e70d9d88314fd2f191 [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-annotated-tags.git/objects/2e/65efe2a145dda7ee51d1741299f848e5bf752e [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-annotated-tags.git/objects/34/10062ba67c5ed59b854387a8bc0ec012479368 [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-annotated-tags.git/objects/3c/b3201d7942353fff5f45e03d114e8e7a061f87 [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-annotated-tags.git/objects/4a/78e180c45f18489941174df19d538c26d5318b [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-annotated-tags.git/objects/52/a8963f48d54c7d352695a278ca4b025e130cb4 [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-annotated-tags.git/objects/63/d8dbd40c23542e740659a7168a0ce3138ea748 [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-annotated-tags.git/objects/6b/de0b381fa1a039396445e2ce5a28c0451fde15 [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-annotated-tags.git/objects/91/b85be6928569390e937479509b80a1d0dccb0c [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-annotated-tags.git/objects/d9/41e4756add6b06f5bee766fcf669f55419f13f [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-annotated-tags.git/refs/heads/master [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-annotated-tags.git/refs/tags/middle [new file with mode: 0644]
git/githistory/fixtures_test.go
git/githistory/ref_updater.go
git/githistory/ref_updater_test.go
git/githistory/rewriter.go
git/githistory/rewriter_test.go
git/odb/commit.go
git/odb/commit_test.go
git/odb/file_storer.go
git/odb/object_db.go
git/odb/object_db_test.go
git/odb/object_type.go
git/odb/object_type_test.go
git/odb/object_writer.go
git/odb/pack/chain_delta_test.go
git/odb/tag.go [new file with mode: 0644]
git/odb/tag_test.go [new file with mode: 0644]
git/refs.go [new file with mode: 0644]
git/refs_test.go [new file with mode: 0644]
git/rev_list_scanner.go
git/rev_list_scanner_test.go
git/version.go [new file with mode: 0644]
glide.lock
glide.yaml
lfs/attribute.go
lfs/config.go [new file with mode: 0644]
lfs/config_test.go [new file with mode: 0644]
lfs/extension.go
lfs/gitfilter.go [new file with mode: 0644]
lfs/gitfilter_clean.go [moved from lfs/pointer_clean.go with 78% similarity]
lfs/gitfilter_smudge.go [moved from lfs/pointer_smudge.go with 76% similarity]
lfs/gitscanner.go
lfs/gitscanner_catfilebatch.go
lfs/gitscanner_index.go
lfs/gitscanner_refs.go
lfs/hook.go
lfs/lfs.go
lfs/lfs_test.go
lfs/pointer.go
lfs/setup.go [deleted file]
lfs/util.go
lfs/util_test.go
lfsapi/auth.go
lfsapi/auth_test.go
lfsapi/certs.go
lfsapi/certs_test.go
lfsapi/client.go
lfsapi/client_test.go
lfsapi/creds.go
lfsapi/creds_test.go
lfsapi/endpoint_finder.go
lfsapi/endpoint_finder_test.go
lfsapi/lfsapi.go
lfsapi/netrc.go
lfsapi/ntlm.go
lfsapi/ntlm_auth_nix.go [new file with mode: 0644]
lfsapi/ntlm_auth_test_nix.go [new file with mode: 0644]
lfsapi/ntlm_auth_windows.go [new file with mode: 0644]
lfsapi/ntlm_test.go
lfsapi/proxy.go
lfsapi/proxy_test.go
lfsapi/response_test.go
lfsapi/retries_test.go
lfsapi/ssh.go
lfsapi/ssh_test.go
lfsapi/stats.go
lfsapi/stats_test.go
lfsapi/verbose_test.go
localstorage/currentstore.go [deleted file]
localstorage/localstorage.go [deleted file]
localstorage/scan.go [deleted file]
localstorage/temp.go [deleted file]
locking/api.go
locking/api_test.go
locking/locks.go
locking/locks_test.go
locking/schemas/http-lock-create-request-schema.json
locking/schemas/http-lock-delete-request-schema.json
progress/logger.go [deleted file]
progress/meter.go [deleted file]
progress/noop.go [deleted file]
progress/progress.go [deleted file]
progress/spinner.go [deleted file]
rpm/SPECS/git-lfs.spec
script/integration.go
script/packagecloud.rb
script/test
subprocess/subprocess.go
tasklog/list_task.go [moved from git/githistory/log/list_task.go with 98% similarity]
tasklog/list_task_test.go [moved from git/githistory/log/list_task_test.go with 65% similarity]
tasklog/log.go [moved from git/githistory/log/log.go with 80% similarity]
tasklog/log_test.go [moved from git/githistory/log/log_test.go with 90% similarity]
tasklog/percentage_task.go [moved from git/githistory/log/percentage_task.go with 90% similarity]
tasklog/percentage_task_test.go [moved from git/githistory/log/percentage_task_test.go with 89% similarity]
tasklog/simple_task.go [new file with mode: 0644]
tasklog/simple_task_test.go [new file with mode: 0644]
tasklog/task.go [moved from git/githistory/log/task.go with 98% similarity]
tasklog/waiting_task.go [moved from git/githistory/log/waiting_task.go with 98% similarity]
tasklog/waiting_task_test.go [moved from git/githistory/log/waiting_task_test.go with 84% similarity]
test/cmd/lfstest-customadapter.go
test/cmd/lfstest-gitserver.go
test/cmd/lfstest-testutils.go
test/git-lfs-test-server-api/main.go
test/git-lfs-test-server-api/testdownload.go
test/git-lfs-test-server-api/testupload.go
test/test-batch-transfer.sh
test/test-checkout.sh
test/test-chunked-transfer-encoding.sh
test/test-clone.sh
test/test-config.sh
test/test-credentials-no-prompt.sh
test/test-credentials.sh
test/test-custom-transfers.sh
test/test-duplicate-oids.sh
test/test-expired.sh
test/test-extra-header.sh
test/test-fetch-include.sh
test/test-fetch-paths.sh
test/test-fetch-refspec.sh [new file with mode: 0755]
test/test-fetch.sh
test/test-happy-path.sh
test/test-lock.sh
test/test-locks.sh
test/test-logs.sh
test/test-ls-files.sh
test/test-migrate-fixtures.sh
test/test-migrate-import.sh
test/test-migrate-info.sh
test/test-pre-push.sh
test/test-progress-meter.sh
test/test-progress.sh
test/test-prune-worktree.sh
test/test-prune.sh
test/test-pull.sh
test/test-push-file-with-branch-name.sh
test/test-push.sh
test/test-smudge.sh
test/test-status.sh
test/test-track.sh
test/test-unlock.sh
test/test-unusual-filenames.sh
test/test-zero-len-file.sh
test/testhelpers.sh
test/testlib.sh
test/testutils.go
tools/copycallback.go [moved from progress/copycallback.go with 99% similarity]
tools/copycallback_test.go [moved from progress/copycallback_test.go with 99% similarity]
tools/filetools.go
tools/filetools_test.go
tools/humanize/humanize.go
tools/humanize/humanize_test.go
tools/iotools.go
tools/sync_writer.go [new file with mode: 0644]
tq/adapterbase.go
tq/api.go
tq/api_test.go
tq/basic_download.go
tq/basic_upload.go
tq/custom.go
tq/custom_test.go
tq/manifest.go
tq/manifest_test.go
tq/meter.go [new file with mode: 0644]
tq/transfer.go
tq/transfer_queue.go
tq/transfer_queue_test.go
tq/transfer_test.go
tq/tus_upload.go
tq/verify_test.go
vendor/github.com/alexbrainman/sspi/LICENSE [new file with mode: 0644]
vendor/github.com/alexbrainman/sspi/README.md [new file with mode: 0644]
vendor/github.com/alexbrainman/sspi/buffer.go [new file with mode: 0644]
vendor/github.com/alexbrainman/sspi/mksyscall.go [new file with mode: 0644]
vendor/github.com/alexbrainman/sspi/negotiate/http_test.go [new file with mode: 0644]
vendor/github.com/alexbrainman/sspi/negotiate/negotiate.go [new file with mode: 0644]
vendor/github.com/alexbrainman/sspi/negotiate/negotiate_test.go [new file with mode: 0644]
vendor/github.com/alexbrainman/sspi/ntlm/http_test.go [new file with mode: 0644]
vendor/github.com/alexbrainman/sspi/ntlm/ntlm.go [new file with mode: 0644]
vendor/github.com/alexbrainman/sspi/ntlm/ntlm_test.go [new file with mode: 0644]
vendor/github.com/alexbrainman/sspi/schannel/attribute.go [new file with mode: 0644]
vendor/github.com/alexbrainman/sspi/schannel/buffer.go [new file with mode: 0644]
vendor/github.com/alexbrainman/sspi/schannel/client.go [new file with mode: 0644]
vendor/github.com/alexbrainman/sspi/schannel/creds.go [new file with mode: 0644]
vendor/github.com/alexbrainman/sspi/schannel/schannel_test.go [new file with mode: 0644]
vendor/github.com/alexbrainman/sspi/schannel/syscall.go [new file with mode: 0644]
vendor/github.com/alexbrainman/sspi/sspi.go [new file with mode: 0644]
vendor/github.com/alexbrainman/sspi/sspi_test.go [new file with mode: 0644]
vendor/github.com/alexbrainman/sspi/syscall.go [new file with mode: 0644]
vendor/github.com/alexbrainman/sspi/zsyscall_windows.go [new file with mode: 0644]
vendor/github.com/git-lfs/wildmatch/.travis.yml [new file with mode: 0644]
vendor/github.com/git-lfs/wildmatch/LICENSE.md [new file with mode: 0644]
vendor/github.com/git-lfs/wildmatch/README.md [new file with mode: 0644]
vendor/github.com/git-lfs/wildmatch/package.go [new file with mode: 0644]
vendor/github.com/git-lfs/wildmatch/wildmatch.go [new file with mode: 0644]
vendor/github.com/git-lfs/wildmatch/wildmatch_linux.go [new file with mode: 0644]
vendor/github.com/git-lfs/wildmatch/wildmatch_notlinux.go [new file with mode: 0644]
vendor/github.com/git-lfs/wildmatch/wildmatch_test.go [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonpointer/README.md
vendor/github.com/xeipuuv/gojsonpointer/pointer.go
vendor/github.com/xeipuuv/gojsonpointer/pointer_test.go
vendor/github.com/xeipuuv/gojsonreference/reference.go
vendor/github.com/xeipuuv/gojsonreference/reference_test.go
versioninfo.json