Imported Upstream version 2.28.0 upstream/2.28.0
authorDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 3 Mar 2021 06:17:19 +0000 (15:17 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 3 Mar 2021 06:17:19 +0000 (15:17 +0900)
commit06f1b8df6f3f90746c8ed50296e467e540531d8f
treea9c4e4de9aadc5d8501fa53ee916ed1689e5fc9d
parentf76897b6ce9964a25f4c85f9fb034cba9dd71573
Imported Upstream version 2.28.0
309 files changed:
.github/CONTRIBUTING.md
Documentation/CodingGuidelines
Documentation/Makefile
Documentation/MyFirstContribution.txt
Documentation/RelNotes/2.28.0.txt [new file with mode: 0644]
Documentation/SubmittingPatches
Documentation/config/diff.txt
Documentation/config/feature.txt
Documentation/config/fetch.txt
Documentation/config/init.txt
Documentation/config/protocol.txt
Documentation/diff-options.txt
Documentation/git-branch.txt
Documentation/git-bugreport.txt
Documentation/git-cat-file.txt
Documentation/git-clone.txt
Documentation/git-commit-graph.txt
Documentation/git-diff.txt
Documentation/git-fast-export.txt
Documentation/git-fast-import.txt
Documentation/git-fetch.txt
Documentation/git-http-fetch.txt
Documentation/git-index-pack.txt
Documentation/git-init.txt
Documentation/git-ls-remote.txt
Documentation/git-rebase.txt
Documentation/git-show-index.txt
Documentation/git-sparse-checkout.txt
Documentation/git-submodule.txt
Documentation/git-worktree.txt
Documentation/git.txt
Documentation/giteveryday.txt
Documentation/githooks.txt
Documentation/gitmodules.txt
Documentation/gitremote-helpers.txt
Documentation/gitworkflows.txt
Documentation/howto/maintain-git.txt
Documentation/howto/rebase-from-internal-branch.txt
Documentation/howto/revert-branch-rebase.txt
Documentation/howto/update-hook-example.txt
Documentation/pretty-formats.txt
Documentation/technical/http-protocol.txt
Documentation/technical/pack-protocol.txt
Documentation/technical/packfile-uri.txt [new file with mode: 0644]
Documentation/technical/protocol-capabilities.txt
Documentation/technical/protocol-v2.txt
Documentation/technical/reftable.txt [new file with mode: 0644]
Documentation/user-manual.txt
GIT-VERSION-GEN
Makefile
RelNotes
add-patch.c
alloc.c
alloc.h
blame.c
blob.c
bloom.c
bloom.h
branch.c
bugreport.c
builtin/bisect--helper.c
builtin/branch.c
builtin/cat-file.c
builtin/checkout.c
builtin/clean.c
builtin/clone.c
builtin/commit-graph.c
builtin/config.c
builtin/diff-files.c
builtin/diff.c
builtin/fast-export.c
builtin/fetch-pack.c
builtin/fetch.c
builtin/fsck.c
builtin/index-pack.c
builtin/init-db.c
builtin/ls-remote.c
builtin/merge.c
builtin/pack-objects.c
builtin/pull.c
builtin/receive-pack.c
builtin/reflog.c
builtin/show-index.c
builtin/sparse-checkout.c
builtin/submodule--helper.c
builtin/worktree.c
bundle.c
bundle.h
cache.h
command-list.txt
commit-graph.c
commit-graph.h
commit-reach.c
commit-reach.h
commit.c
commit.h
compat/vcbuild/scripts/clink.pl
connect.c
connect.h
connected.c
contrib/coccinelle/commit.cocci
contrib/completion/git-completion.bash
contrib/completion/git-prompt.sh
contrib/subtree/t/t7900-subtree.sh
diff-lib.c
diff.c
dir.c
entry.c
fast-import.c
fetch-pack.c
fetch-pack.h
fmt-merge-msg.c
fsck.c
fuzz-commit-graph.c
git-add--interactive.perl
git-compat-util.h
git-cvsexportcommit.perl
git-cvsimport.perl
git-cvsserver.perl
git-gui/lib/choose_repository.tcl
git-p4.py
git-send-email.perl
git-submodule.sh
git-svn.perl
git.c
help.c
http-fetch.c
http-push.c
http-walker.c
http.c
http.h
imap-send.c
line-log.c
line-log.h
list-objects-filter-options.c
object-store.h
object.c
object.h
packfile.c
perl/Git/IndexInfo.pm
perl/Git/SVN.pm
perl/Git/SVN/Editor.pm
perl/Git/SVN/Fetcher.pm
perl/Git/SVN/Log.pm
perl/Git/SVN/Ra.pm
pkt-line.c
pkt-line.h
po/ca.po
po/de.po
po/es.po
po/fr.po
po/git.pot
po/it.po
po/sv.po
po/tr.po
po/vi.po
po/zh_CN.po
po/zh_TW.po
protocol.c
ref-filter.c
refs.c
refs.h
refs/refs-internal.h
remote-curl.c
remote-testsvn.c
remote.c
remote.h
repo-settings.c
repository.h
revision.c
revision.h
run-command.c
run-command.h
send-pack.c
serve.c
setup.c
strbuf.c
strbuf.h
t/README
t/helper/test-oid-array.c
t/helper/test-pkt-line.c
t/helper/test-reach.c
t/helper/test-ref-store.c
t/helper/test-regex.c
t/lib-git-svn.sh
t/lib-httpd.sh
t/lib-httpd/apache.conf
t/lib-httpd/incomplete-body-upload-pack-v2-http.sh [new file with mode: 0644]
t/lib-httpd/incomplete-length-upload-pack-v2-http.sh [new file with mode: 0644]
t/lib-submodule-update.sh
t/perf/p1400-update-ref.sh [new file with mode: 0755]
t/t0001-init.sh
t/t0002-gitfile.sh
t/t0410-partial-clone.sh
t/t1013-read-tree-submodule.sh
t/t1050-large.sh
t/t1090-sparse-checkout-scope.sh
t/t1091-sparse-checkout-builtin.sh
t/t1302-repo-version.sh
t/t1400-update-ref.sh
t/t1416-ref-transaction-hooks.sh [new file with mode: 0755]
t/t1450-fsck.sh
t/t1506-rev-parse-diagnosis.sh
t/t1507-rev-parse-upstream.sh
t/t2013-checkout-submodule.sh
t/t2018-checkout-branch.sh
t/t2027-checkout-track.sh [new file with mode: 0755]
t/t2060-switch.sh
t/t2203-add-intent.sh
t/t2401-worktree-prune.sh
t/t2403-worktree-move.sh
t/t2404-worktree-config.sh
t/t3200-branch.sh
t/t3426-rebase-submodule.sh
t/t3430-rebase-merges.sh
t/t3512-cherry-pick-submodule.sh
t/t3513-revert-submodule.sh
t/t3701-add-interactive.sh
t/t3906-stash-submodule.sh
t/t4013-diff-various.sh
t/t4013/diff.log_--decorate=full_--all
t/t4013/diff.log_--decorate_--all
t/t4013/diff.log_--patch-with-stat_--summary_master_--_dir_
t/t4013/diff.log_--patch-with-stat_master
t/t4013/diff.log_--patch-with-stat_master_--_dir_
t/t4013/diff.log_--root_--cc_--patch-with-stat_--summary_master
t/t4013/diff.log_--root_--patch-with-stat_--summary_master
t/t4013/diff.log_--root_--patch-with-stat_master
t/t4013/diff.log_--root_-c_--patch-with-stat_--summary_master
t/t4013/diff.log_--root_-p_master
t/t4013/diff.log_--root_master
t/t4013/diff.log_-m_-p_--first-parent_master
t/t4013/diff.log_-m_-p_master
t/t4013/diff.log_-p_--first-parent_master
t/t4013/diff.log_-p_master
t/t4013/diff.log_master
t/t4013/diff.show_--first-parent_master
t/t4013/diff.show_-c_master
t/t4013/diff.show_-m_master
t/t4013/diff.show_master
t/t4013/diff.whatchanged_--root_--cc_--patch-with-stat_--summary_master
t/t4013/diff.whatchanged_--root_-c_--patch-with-stat_--summary_master
t/t4014-format-patch.sh
t/t4045-diff-relative.sh
t/t4068-diff-symmetric.sh [new file with mode: 0755]
t/t4137-apply-submodule.sh
t/t4202-log.sh
t/t4210-log-i18n.sh
t/t4211-line-log.sh
t/t4255-am-submodule.sh
t/t5300-pack-object.sh
t/t5302-pack-index.sh
t/t5318-commit-graph.sh
t/t5500-fetch-pack.sh
t/t5505-remote.sh
t/t5516-fetch-push.sh
t/t5528-push-default.sh
t/t5537-fetch-shallow.sh
t/t5540-http-push-webdav.sh
t/t5541-http-push-smart.sh
t/t5550-http-fetch-dumb.sh
t/t5551-http-fetch-smart.sh
t/t5562-http-backend-content-length.sh
t/t5572-pull-submodule.sh
t/t5581-http-curl-verbose.sh
t/t5606-clone-options.sh
t/t5608-clone-2gb.sh
t/t5701-git-serve.sh
t/t5702-protocol-v2.sh
t/t5703-upload-pack-ref-in-want.sh
t/t5704-protocol-violations.sh
t/t5801/git-remote-testgit
t/t6030-bisect-porcelain.sh
t/t6041-bisect-submodule.sh
t/t6050-replace.sh
t/t6132-pathspec-exclude.sh
t/t6200-fmt-merge-msg.sh
t/t7112-reset-submodule.sh
t/t7406-submodule-update.sh
t/t7419-submodule-set-branch.sh
t/t7600-merge.sh
t/t7608-merge-messages.sh
t/t7613-merge-submodule.sh
t/t7800-difftool.sh
t/t9001-send-email.sh
t/t9020-remote-svn.sh
t/t9100-git-svn-basic.sh
t/t9101-git-svn-props.sh
t/t9104-git-svn-follow-parent.sh
t/t9108-git-svn-glob.sh
t/t9109-git-svn-multi-glob.sh
t/t9168-git-svn-partially-globbed-names.sh
t/t9300-fast-import.sh
t/t9351-fast-export-anonymize.sh
t/t9902-completion.sh
t/test-lib.sh
tag.c
trace.c
trace.h
transport-helper.c
transport.c
transport.h
tree.c
upload-pack.c
worktree.c
worktree.h
wrapper.c
wt-status.c
wt-status.h