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

16
third_party/git/t/t4034/css/expect vendored Normal file
View file

@ -0,0 +1,16 @@
<BOLD>diff --git a/pre b/post<RESET>
<BOLD>index b8ae0bb..fe500b7 100644<RESET>
<BOLD>--- a/pre<RESET>
<BOLD>+++ b/post<RESET>
<CYAN>@@ -1,10 +1,10 @@<RESET>
.<RED>class-form<RESET><GREEN>other-form<RESET> label.control-label {
margin-top: <RED>10<RESET><GREEN>15<RESET>px!important;
border : 10px <RED>dashed<RESET><GREEN>dotted<RESET> #C6C6C6;
}<RESET>
<RED>#CCCCCC<RESET><GREEN>#CCCCCB<RESET>
10em<RESET>
<RED>padding-bottom<RESET><GREEN>margin-left<RESET>
150<RED>px<RESET><GREEN>em<RESET>
10px
<RED>!important<RESET>
<RED>div<RESET><GREEN>li<RESET>.class#id

10
third_party/git/t/t4034/css/post vendored Normal file
View file

@ -0,0 +1,10 @@
.other-form label.control-label {
margin-top: 15px!important;
border : 10px dotted #C6C6C6;
}
#CCCCCB
10em
margin-left
150em
10px
li.class#id

10
third_party/git/t/t4034/css/pre vendored Normal file
View file

@ -0,0 +1,10 @@
.class-form label.control-label {
margin-top: 10px!important;
border : 10px dashed #C6C6C6;
}
#CCCCCC
10em
padding-bottom
150px
10px!important
div.class#id