Imported Upstream version 2.19.2 upstream/2.19.2
authorDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 3 Mar 2021 06:16:43 +0000 (15:16 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 3 Mar 2021 06:16:43 +0000 (15:16 +0900)
commit8ecc99e8e62faaf5089d4dfec8662f6b9862ef0d
treeb3f86da7866479c2cb86ebc51b699f28529c9f32
parent8f2b7352a79662e3dfa62a30d2dfb5d2717b1646
Imported Upstream version 2.19.2
150 files changed:
.gitattributes
.mailmap
.travis.yml
Documentation/CodingGuidelines
Documentation/Makefile
Documentation/RelNotes/2.19.2.txt [new file with mode: 0644]
Documentation/config.txt
Documentation/git-archimport.txt
Documentation/git-bisect-lk2009.txt
Documentation/git-checkout.txt
Documentation/git-column.txt
Documentation/git-commit-graph.txt
Documentation/git-describe.txt
Documentation/git-diff.txt
Documentation/git-interpret-trailers.txt
Documentation/git-merge-base.txt
Documentation/git-rebase.txt
Documentation/git-show-branch.txt
Documentation/git-tag.txt
Documentation/git-update-ref.txt
Documentation/git-upload-pack.txt
Documentation/git-worktree.txt
Documentation/git.txt
Documentation/gitattributes.txt
Documentation/gitcredentials.txt
Documentation/gitmodules.txt
Documentation/gitsubmodules.txt
Documentation/gitweb.conf.txt
Documentation/howto/update-hook-example.txt
Documentation/howto/using-merge-subtree.txt
Documentation/rev-list-options.txt
Documentation/technical/api-history-graph.txt
Documentation/technical/commit-graph.txt
GIT-VERSION-GEN
Makefile
RelNotes
archive.c
attr.c
attr.h
builtin/add.c
builtin/branch.c
builtin/cat-file.c
builtin/check-attr.c
builtin/commit-graph.c
builtin/commit.c
builtin/interpret-trailers.c
builtin/pack-objects.c
builtin/prune.c
builtin/receive-pack.c
builtin/remote.c
builtin/repack.c
builtin/replace.c
builtin/rev-list.c
builtin/update-ref.c
cache.h
command-list.txt
commit-graph.c
commit-graph.h
commit.c
commit.h
compat/mingw.c
config.mak.dev
contrib/coccinelle/preincr.cocci [new file with mode: 0644]
contrib/completion/git-completion.bash
convert.c
diff.c
fetch-object.c
fetch-object.h
fetch-pack.c
fetch-pack.h
fsck.c
graph.c
linear-assignment.c
ll-merge.c
lockfile.h
merge-recursive.c
pack-objects.c
pack-objects.h
path.c
pretty.c
read-cache.c
ref-filter.c
refs.c
refs.h
refs/iterator.c
refs/refs-internal.h
remote-curl.c
replace-object.c
replace-object.h
rerere.c
revision.c
revision.h
run-command.c
sequencer.c
sequencer.h
sha1-file.c
shallow.c
split-index.c
strbuf.h
string-list.c
string-list.h
submodule.c
t/README
t/helper/test-repository.c
t/helper/test-tool.c
t/helper/test-tool.h
t/helper/test-windows-named-pipe.c [new file with mode: 0644]
t/lib-rebase.sh
t/t0051-windows-named-pipe.sh [new file with mode: 0755]
t/t0061-run-command.sh
t/t0090-cache-tree.sh
t/t0410-partial-clone.sh
t/t1400-update-ref.sh
t/t1450-fsck.sh
t/t1500-rev-parse.sh
t/t1700-split-index.sh
t/t1701-racy-split-index.sh [new file with mode: 0755]
t/t3206-range-diff.sh
t/t3404-rebase-interactive.sh
t/t3405-rebase-malformed.sh
t/t3415-rebase-autosquash.sh
t/t3505-cherry-pick-empty.sh
t/t3701-add-interactive.sh
t/t4053-diff-no-index.sh
t/t4200-rerere.sh
t/t4202-log.sh
t/t4205-log-pretty-formats.sh
t/t4214-log-graph-octopus.sh [new file with mode: 0755]
t/t5318-commit-graph.sh
t/t5321-pack-large-objects.sh [new file with mode: 0755]
t/t5505-remote.sh
t/t5516-fetch-push.sh
t/t5537-fetch-shallow.sh
t/t5551-http-fetch-smart.sh
t/t6135-pathspec-with-attrs.sh
t/t6300-for-each-ref.sh
t/t7005-editor.sh
t/t7500-commit.sh
t/t7501-commit.sh
t/t7513-interpret-trailers.sh
t/t8002-blame.sh
t/test-lib.sh
tempfile.c
tempfile.h
trailer.c
trailer.h
unpack-trees.c
upload-pack.c
userdiff.c
ws.c