merge(third_party/git): Merge squashed git subtree at v2.23.0

Merge commit '1b593e1ea4' as 'third_party/git'
This commit is contained in:
Vincent Ambo 2020-01-11 23:36:56 +00:00
commit 7ef0d62730
3629 changed files with 1139935 additions and 0 deletions

10
third_party/git/t/t4034/fortran/expect vendored Normal file
View file

@ -0,0 +1,10 @@
<BOLD>diff --git a/pre b/post<RESET>
<BOLD>index 87f0d0b..d308da2 100644<RESET>
<BOLD>--- a/pre<RESET>
<BOLD>+++ b/post<RESET>
<CYAN>@@ -1,5 +1,5 @@<RESET>
print *, "Hello World<RED>!<RESET><GREEN>?<RESET>"
DO10I = 1,10<RESET>
<RED>DO10I<RESET><GREEN>DO 10 I<RESET> = 1,10
<RED>DO10I<RESET><GREEN>DO 1 0 I<RESET> = 1,10

5
third_party/git/t/t4034/fortran/post vendored Normal file
View file

@ -0,0 +1,5 @@
print *, "Hello World?"
DO10I = 1,10
DO 10 I = 1,10
DO 1 0 I = 1,10

5
third_party/git/t/t4034/fortran/pre vendored Normal file
View file

@ -0,0 +1,5 @@
print *, "Hello World!"
DO10I = 1,10
DO10I = 1,10
DO10I = 1,10