Imported Upstream version 2.23.0 upstream/2.23.0
authorDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 3 Mar 2021 06:17:01 +0000 (15:17 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 3 Mar 2021 06:17:01 +0000 (15:17 +0900)
commitebb6e1f156c33f8c9b04a86f55efbc845ea37942
tree909450d35b670be1930e3a660002cb09b0ea4c74
parent9836583706725f6db0872e99b94c4d9d2408ad05
Imported Upstream version 2.23.0
422 files changed:
.gitattributes
.gitignore
.travis.yml
Documentation/Makefile
Documentation/MyFirstContribution.txt [new file with mode: 0644]
Documentation/RelNotes/2.14.6.txt [deleted file]
Documentation/RelNotes/2.15.4.txt [deleted file]
Documentation/RelNotes/2.16.6.txt [deleted file]
Documentation/RelNotes/2.17.3.txt [deleted file]
Documentation/RelNotes/2.17.4.txt [deleted file]
Documentation/RelNotes/2.17.5.txt [deleted file]
Documentation/RelNotes/2.18.2.txt [deleted file]
Documentation/RelNotes/2.18.3.txt [deleted file]
Documentation/RelNotes/2.18.4.txt [deleted file]
Documentation/RelNotes/2.19.3.txt [deleted file]
Documentation/RelNotes/2.19.4.txt [deleted file]
Documentation/RelNotes/2.19.5.txt [deleted file]
Documentation/RelNotes/2.20.2.txt [deleted file]
Documentation/RelNotes/2.20.3.txt [deleted file]
Documentation/RelNotes/2.20.4.txt [deleted file]
Documentation/RelNotes/2.21.1.txt [deleted file]
Documentation/RelNotes/2.21.2.txt [deleted file]
Documentation/RelNotes/2.21.3.txt [deleted file]
Documentation/RelNotes/2.22.2.txt [deleted file]
Documentation/RelNotes/2.22.3.txt [deleted file]
Documentation/RelNotes/2.22.4.txt [deleted file]
Documentation/RelNotes/2.23.0.txt [new file with mode: 0644]
Documentation/blame-options.txt
Documentation/config.txt
Documentation/config/advice.txt
Documentation/config/blame.txt
Documentation/config/branch.txt
Documentation/config/checkout.txt
Documentation/config/color.txt
Documentation/config/diff.txt
Documentation/config/fetch.txt
Documentation/config/format.txt
Documentation/config/interactive.txt
Documentation/config/log.txt
Documentation/config/stash.txt
Documentation/config/status.txt
Documentation/config/tag.txt
Documentation/config/transfer.txt
Documentation/fetch-options.txt
Documentation/git-blame.txt
Documentation/git-branch.txt
Documentation/git-check-ref-format.txt
Documentation/git-checkout.txt
Documentation/git-cherry-pick.txt
Documentation/git-clean.txt
Documentation/git-clone.txt
Documentation/git-commit-graph.txt
Documentation/git-commit.txt
Documentation/git-cvsserver.txt
Documentation/git-fast-export.txt
Documentation/git-fast-import.txt
Documentation/git-fetch.txt
Documentation/git-for-each-ref.txt
Documentation/git-format-patch.txt
Documentation/git-log.txt
Documentation/git-merge-base.txt
Documentation/git-merge.txt
Documentation/git-multi-pack-index.txt
Documentation/git-pack-objects.txt
Documentation/git-pull.txt
Documentation/git-push.txt
Documentation/git-rebase.txt
Documentation/git-remote.txt
Documentation/git-repack.txt
Documentation/git-rerere.txt
Documentation/git-reset.txt
Documentation/git-restore.txt [new file with mode: 0644]
Documentation/git-rev-list.txt
Documentation/git-revert.txt
Documentation/git-send-email.txt
Documentation/git-stash.txt
Documentation/git-switch.txt [new file with mode: 0644]
Documentation/git-tag.txt
Documentation/git-update-server-info.txt
Documentation/git.txt
Documentation/gitattributes.txt
Documentation/gitcli.txt
Documentation/gitcore-tutorial.txt
Documentation/giteveryday.txt
Documentation/githooks.txt
Documentation/gitmodules.txt
Documentation/gittutorial-2.txt
Documentation/gittutorial.txt
Documentation/gitworkflows.txt
Documentation/glossary-content.txt
Documentation/rev-list-options.txt
Documentation/revisions.txt
Documentation/sequencer.txt
Documentation/technical/api-ref-iteration.txt
Documentation/technical/api-trace2.txt
Documentation/technical/commit-graph-format.txt
Documentation/technical/commit-graph.txt
Documentation/technical/hash-function-transition.txt
Documentation/technical/protocol-v2.txt
Documentation/user-manual.txt
GIT-VERSION-GEN
Makefile
RelNotes
advice.c
advice.h
apply.c
apply.h
archive.c
blame.c
blame.h
blob.c
branch.c
branch.h
builtin.h
builtin/am.c
builtin/blame.c
builtin/branch.c
builtin/cat-file.c
builtin/checkout.c
builtin/clone.c
builtin/column.c
builtin/commit-graph.c
builtin/commit.c
builtin/describe.c
builtin/env--helper.c [new file with mode: 0644]
builtin/fast-export.c
builtin/fetch.c
builtin/fsck.c
builtin/gc.c
builtin/grep.c
builtin/hash-object.c
builtin/log.c
builtin/merge-tree.c
builtin/merge.c
builtin/mktree.c
builtin/multi-pack-index.c
builtin/name-rev.c
builtin/pack-objects.c
builtin/patch-id.c
builtin/prune.c
builtin/pull.c
builtin/range-diff.c
builtin/read-tree.c
builtin/rebase.c
builtin/receive-pack.c
builtin/remote.c
builtin/repack.c
builtin/reset.c
builtin/rev-list.c
builtin/revert.c
builtin/rm.c
builtin/show-branch.c
builtin/stash.c
builtin/submodule--helper.c
builtin/tag.c
builtin/unpack-objects.c
builtin/update-index.c
builtin/upload-pack.c
builtin/verify-commit.c
builtin/worktree.c
builtin/write-tree.c
cache-tree.c
cache.h
ci/lib.sh
ci/run-build-and-tests.sh
command-list.txt
commit-graph.c
commit-graph.h
commit.c
compat/mingw.c
compat/mingw.h
compat/msvc.h
compat/obstack.h
compat/poll/poll.c
compat/vcbuild/.gitignore [new file with mode: 0644]
compat/vcbuild/README
compat/vcbuild/find_vs_env.bat [new file with mode: 0644]
compat/vcbuild/scripts/clink.pl
compat/vcbuild/vcpkg_copy_dlls.bat [new file with mode: 0644]
compat/vcbuild/vcpkg_install.bat [new file with mode: 0644]
compat/win32/git.manifest [new file with mode: 0644]
compat/win32/path-utils.c
compat/win32/path-utils.h
compat/winansi.c
config.c
config.mak.uname
configure.ac
connect.c
connected.c
contrib/buildsystems/Generators.pm
contrib/buildsystems/Generators/Vcproj.pm
contrib/buildsystems/Generators/Vcxproj.pm [new file with mode: 0644]
contrib/buildsystems/engine.pl
contrib/completion/git-completion.bash
contrib/completion/git-prompt.sh
credential.c
credential.h
decorate.c
delta-islands.c
diff.c
diff.h
diffcore-rename.c
dir-iterator.c
dir-iterator.h
environment.c
fast-import.c
fetch-pack.c
fsck.c
gettext.c
git-add--interactive.perl
git-compat-util.h
git-mergetool.sh
git-p4.py
git-rebase--am.sh [deleted file]
git-rebase--common.sh [deleted file]
git-rebase--preserve-merges.sh
git-send-email.perl
git-sh-i18n.sh
git-submodule.sh
git.c
git.rc
grep.c
hash.h
hashmap.h
help.c
http-push.c
http.c
khash.h
line-log.c
list-objects-filter-options.c
match-trees.c
merge-recursive.c
midx.c
midx.h
notes.c
object-store.h
object.c
object.h
oidmap.c
oidset.c
oidset.h
pack-bitmap-write.c
pack-bitmap.c
pack-bitmap.h
pack-objects.c
pack-objects.h
packfile.c
packfile.h
parse-options-cb.c
parse-options.h
patch-ids.c
patch-ids.h
path.c
po/README
po/bg.po
po/ca.po
po/de.po
po/es.po
po/fr.po
po/git.pot
po/it.po
po/ru.po
po/sv.po
po/vi.po
po/zh_CN.po
progress.c
range-diff.c
reachable.c
read-cache.c
ref-filter.c
refs.c
refs.h
refs/files-backend.c
revision.c
sequencer.c
sequencer.h
server-info.c
sha1-file.c
sha1-name.c
shallow.c
strbuf.c
strbuf.h
submodule-config.c
submodule.c
submodule.h
t/README
t/helper/test-dir-iterator.c [new file with mode: 0644]
t/helper/test-drop-caches.c
t/helper/test-example-decorate.c
t/helper/test-hashmap.c
t/helper/test-match-trees.c
t/helper/test-oidmap.c [new file with mode: 0644]
t/helper/test-path-utils.c
t/helper/test-run-command.c
t/helper/test-tool.c
t/helper/test-tool.h
t/lib-credential.sh
t/lib-git-daemon.sh
t/lib-git-svn.sh
t/lib-httpd.sh
t/lib-patch-mode.sh
t/perf/p5600-clone-reference.sh [new file with mode: 0755]
t/t0000-basic.sh
t/t0001-init.sh
t/t0007-git-var.sh
t/t0011-hashmap.sh
t/t0016-oidmap.sh [new file with mode: 0755]
t/t0017-env-helper.sh [new file with mode: 0755]
t/t0027-auto-crlf.sh
t/t0060-path-utils.sh
t/t0066-dir-iterator.sh [new file with mode: 0755]
t/t0090-cache-tree.sh
t/t0205-gettext-poison.sh
t/t0300-credentials.sh
t/t1007-hash-object.sh
t/t1014-read-tree-confusing.sh
t/t1090-sparse-checkout-scope.sh
t/t1305-config-include.sh
t/t1309-early-config.sh
t/t1410-reflog.sh
t/t1450-fsck.sh
t/t1700-split-index.sh
t/t2014-checkout-switch.sh [moved from t/t2014-switch.sh with 100% similarity]
t/t2020-checkout-detach.sh
t/t2060-switch.sh [new file with mode: 0755]
t/t2070-restore.sh [new file with mode: 0755]
t/t2071-restore-patch.sh [new file with mode: 0755]
t/t2203-add-intent.sh
t/t2400-worktree-add.sh
t/t3200-branch.sh
t/t3203-branch-output.sh
t/t3206-range-diff.sh
t/t3206/history.export
t/t3311-notes-merge-fanout.sh
t/t3400-rebase.sh
t/t3420-rebase-autostash.sh
t/t3430-rebase-merges.sh
t/t3510-cherry-pick-sequence.sh
t/t3903-stash.sh
t/t4014-format-patch.sh
t/t4018-diff-funcname.sh
t/t4018/matlab-class-definition [new file with mode: 0644]
t/t4018/matlab-function [new file with mode: 0644]
t/t4018/matlab-octave-section-1 [new file with mode: 0644]
t/t4018/matlab-octave-section-2 [new file with mode: 0644]
t/t4018/matlab-section [new file with mode: 0644]
t/t4018/rust-fn [new file with mode: 0644]
t/t4018/rust-impl [new file with mode: 0644]
t/t4018/rust-struct [new file with mode: 0644]
t/t4018/rust-trait [new file with mode: 0644]
t/t4202-log.sh
t/t4203-mailmap.sh
t/t5000-tar-tree.sh
t/t5000/huge-object [moved from t/t5000/19f9c8273ec45a8938e6999cb59b3ff66739902a with 100% similarity]
t/t5200-update-server-info.sh [new file with mode: 0755]
t/t5310-pack-bitmaps.sh
t/t5318-commit-graph.sh
t/t5319-multi-pack-index.sh
t/t5324-split-commit-graph.sh [new file with mode: 0755]
t/t5504-fetch-receive-strict.sh
t/t5510-fetch.sh
t/t5512-ls-remote.sh
t/t5514-fetch-multiple.sh
t/t5550-http-fetch-dumb.sh
t/t5604-clone-reference.sh
t/t5617-clone-submodules-remote.sh [new file with mode: 0755]
t/t5618-alternate-refs.sh [new file with mode: 0755]
t/t5702-protocol-v2.sh
t/t5703-upload-pack-ref-in-want.sh
t/t6000-rev-list-misc.sh
t/t6030-bisect-porcelain.sh
t/t6040-tracking-info.sh
t/t6043-merge-rename-directories.sh
t/t6130-pathspec-noglob.sh
t/t6200-fmt-merge-msg.sh
t/t6300-for-each-ref.sh
t/t6302-for-each-ref-filter.sh
t/t7004-tag.sh
t/t7060-wtstatus.sh
t/t7064-wtstatus-pv2.sh
t/t7201-co.sh
t/t7405-submodule-merge.sh
t/t7406-submodule-update.sh
t/t7415-submodule-names.sh
t/t7416-submodule-dash-url.sh
t/t7417-submodule-path-url.sh
t/t7502-commit-porcelain.sh
t/t7508-status.sh
t/t7512-status-help.sh
t/t7600-merge.sh
t/t7610-mergetool.sh
t/t7700-repack.sh
t/t7810-grep.sh
t/t7814-grep-recurse-submodules.sh
t/t8003-blame-corner-cases.sh
t/t8013-blame-ignore-revs.sh [new file with mode: 0755]
t/t8014-blame-ignore-fuzzy.sh [new file with mode: 0755]
t/t9001-send-email.sh
t/t9300-fast-import.sh
t/t9350-fast-export.sh
t/t9350/broken-iso-8859-7-commit-message.txt [new file with mode: 0644]
t/t9350/simple-iso-8859-7-commit-message.txt [new file with mode: 0644]
t/t9801-git-p4-branch.sh
t/t9817-git-p4-exclude.sh
t/t9902-completion.sh
t/t9903-bash-prompt.sh
t/test-lib-functions.sh
t/test-lib.sh
tag.c
transport-helper.c
transport.c
transport.h
tree-diff.c
tree-walk.c
tree-walk.h
tree.c
unpack-trees.c
upload-pack.c
userdiff.c
walker.c
wt-status.c
wt-status.h