merge(3p/git): Merge git subtree at v2.29.2
This also bumps the stable nixpkgs to 20.09 as of 2020-11-21, because there is some breakage in the git build related to the netrc credentials helper which someone has taken care of in nixpkgs. The stable channel is not used for anything other than git, so this should be fine. Change-Id: I3575a19dab09e1e9556cf8231d717de9890484fb
This commit is contained in:
parent
082c006c04
commit
f4609b896f
1485 changed files with 241535 additions and 109418 deletions
37
third_party/git/t/t4034/dts/expect
vendored
Normal file
37
third_party/git/t/t4034/dts/expect
vendored
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<BOLD>diff --git a/pre b/post<RESET>
|
||||
<BOLD>index b6a9051..7803aee 100644<RESET>
|
||||
<BOLD>--- a/pre<RESET>
|
||||
<BOLD>+++ b/post<RESET>
|
||||
<CYAN>@@ -1,32 +1,32 @@<RESET>
|
||||
/ {<RESET>
|
||||
<RED>this_handle<RESET><GREEN>HANDLE_2<RESET>: <RED>node<RESET><GREEN>new-node<RESET>@<RED>f00<RESET><GREEN>eeda<RESET> {
|
||||
compatible = "<RED>mydev<RESET><GREEN>vendor,compat<RESET>";
|
||||
string-prop = <RED>start<RESET><GREEN>end<RESET>: "hello <RED>world!<RESET><GREEN>world?<RESET>" <RED>end<RESET><GREEN>start<RESET>: ;
|
||||
<RED>#size-cells<RESET><GREEN>#address-cells<RESET> = <<RED>0+0<RESET><GREEN>0+40<RESET>>;
|
||||
reg = <<RED>0xf00<RESET><GREEN>0xeeda<RESET>>;
|
||||
prop = <<GREEN>(<RESET>1<GREEN>)<RESET>>;
|
||||
prop = <<GREEN>(<RESET>-1e10<GREEN>)<RESET>>;
|
||||
prop = <(!<RED>3<RESET><GREEN>1<RESET>)>;
|
||||
prop = <(~<RED>3<RESET><GREEN>1<RESET>)>;
|
||||
prop = <(<RED>3<RESET><GREEN>1<RESET>*<RED>4<RESET><GREEN>2<RESET>)>;
|
||||
prop = <(<RED>3<RESET><GREEN>1<RESET>&<RED>4<RESET><GREEN>2<RESET>)>;
|
||||
prop = <(<RED>3<RESET><GREEN>1<RESET>*<RED>4<RESET><GREEN>2<RESET>)>;
|
||||
prop = <(<RED>3<RESET><GREEN>1<RESET>/<RED>4<RESET><GREEN>2<RESET>)>;
|
||||
prop = <(<RED>3<RESET><GREEN>1<RESET>%<RED>4<RESET><GREEN>2<RESET>)>;
|
||||
prop = <(<RED>3+4<RESET><GREEN>1+2<RESET>)>;
|
||||
prop = <(<RED>3-4<RESET><GREEN>1-2<RESET>)>;
|
||||
prop = /bits/ <RED>64<RESET><GREEN>32<RESET> <(<RED>3<RESET><GREEN>1<RESET><<<RED>4<RESET><GREEN>2<RESET>)>;
|
||||
prop = <(<RED>3<RESET><GREEN>1<RESET>>><RED>4<RESET><GREEN>2<RESET>)>;
|
||||
prop = <(<RED>3<RESET><GREEN>1<RESET>&<RED>4<RESET><GREEN>2<RESET>)>;
|
||||
prop = <(<RED>3<RESET><GREEN>1<RESET>^<RED>4<RESET><GREEN>2<RESET>)>;
|
||||
prop = <(<RED>3<RESET><GREEN>1<RESET>|<RED>4<RESET><GREEN>2<RESET>)>;
|
||||
prop = <(<RED>3<RESET><GREEN>1<RESET>&&<RED>4<RESET><GREEN>2<RESET>)>;
|
||||
prop = <(<RED>3<RESET><GREEN>1<RESET>||<RED>4<RESET><GREEN>2<RESET>)>;
|
||||
prop = <(<RED>4?5<RESET><GREEN>1?2<RESET>:3)>;
|
||||
list = <&<RED>this_handle<RESET><GREEN>HANDLE_2<RESET>>, <0 0 0 <RED>0<RESET><GREEN>1<RESET>>;
|
||||
};<RESET>
|
||||
|
||||
&<RED>phandle<RESET><GREEN>phandle2<RESET> {
|
||||
<RED>pre-phandle<RESET><GREEN>prop_handle<RESET> = <&<RED>this_handle<RESET><GREEN>HANDLE_2<RESET>>;
|
||||
};<RESET>
|
||||
};<RESET>
|
||||
32
third_party/git/t/t4034/dts/post
vendored
Normal file
32
third_party/git/t/t4034/dts/post
vendored
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
/ {
|
||||
HANDLE_2: new-node@eeda {
|
||||
compatible = "vendor,compat";
|
||||
string-prop = end: "hello world?" start: ;
|
||||
#address-cells = <0+40>;
|
||||
reg = <0xeeda>;
|
||||
prop = <(1)>;
|
||||
prop = <(-1e10)>;
|
||||
prop = <(!1)>;
|
||||
prop = <(~1)>;
|
||||
prop = <(1*2)>;
|
||||
prop = <(1&2)>;
|
||||
prop = <(1*2)>;
|
||||
prop = <(1/2)>;
|
||||
prop = <(1%2)>;
|
||||
prop = <(1+2)>;
|
||||
prop = <(1-2)>;
|
||||
prop = /bits/ 32 <(1<<2)>;
|
||||
prop = <(1>>2)>;
|
||||
prop = <(1&2)>;
|
||||
prop = <(1^2)>;
|
||||
prop = <(1|2)>;
|
||||
prop = <(1&&2)>;
|
||||
prop = <(1||2)>;
|
||||
prop = <(1?2:3)>;
|
||||
list = <&HANDLE_2>, <0 0 0 1>;
|
||||
};
|
||||
|
||||
&phandle2 {
|
||||
prop_handle = <&HANDLE_2>;
|
||||
};
|
||||
};
|
||||
32
third_party/git/t/t4034/dts/pre
vendored
Normal file
32
third_party/git/t/t4034/dts/pre
vendored
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
/ {
|
||||
this_handle: node@f00 {
|
||||
compatible = "mydev";
|
||||
string-prop = start: "hello world!" end: ;
|
||||
#size-cells = <0+0>;
|
||||
reg = <0xf00>;
|
||||
prop = <1>;
|
||||
prop = <-1e10>;
|
||||
prop = <(!3)>;
|
||||
prop = <(~3)>;
|
||||
prop = <(3*4)>;
|
||||
prop = <(3&4)>;
|
||||
prop = <(3*4)>;
|
||||
prop = <(3/4)>;
|
||||
prop = <(3%4)>;
|
||||
prop = <(3+4)>;
|
||||
prop = <(3-4)>;
|
||||
prop = /bits/ 64 <(3<<4)>;
|
||||
prop = <(3>>4)>;
|
||||
prop = <(3&4)>;
|
||||
prop = <(3^4)>;
|
||||
prop = <(3|4)>;
|
||||
prop = <(3&&4)>;
|
||||
prop = <(3||4)>;
|
||||
prop = <(4?5:3)>;
|
||||
list = <&this_handle>, <0 0 0 0>;
|
||||
};
|
||||
|
||||
&phandle {
|
||||
pre-phandle = <&this_handle>;
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue