From 93ba78d6f4632ef1c5228965e3edc8c0faf88c1e Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 26 May 2020 00:06:52 +0100 Subject: revert(3p/git): Revert merge of git upstream at v2.26.2 This causes cgit to serve error pages, which is undesirable. This reverts commit 5229c9b232de5bfa959ad6ebbb4c8192ac513352, reversing changes made to f2b211131f2347342dde63975b09cf603149f1a3. --- third_party/git/t/t4034/dts/expect | 37 ------------------------------------- third_party/git/t/t4034/dts/post | 32 -------------------------------- third_party/git/t/t4034/dts/pre | 32 -------------------------------- 3 files changed, 101 deletions(-) delete mode 100644 third_party/git/t/t4034/dts/expect delete mode 100644 third_party/git/t/t4034/dts/post delete mode 100644 third_party/git/t/t4034/dts/pre (limited to 'third_party/git/t/t4034') diff --git a/third_party/git/t/t4034/dts/expect b/third_party/git/t/t4034/dts/expect deleted file mode 100644 index 560fc9918476..000000000000 --- a/third_party/git/t/t4034/dts/expect +++ /dev/null @@ -1,37 +0,0 @@ -diff --git a/pre b/post -index b6a9051..7803aee 100644 ---- a/pre -+++ b/post -@@ -1,32 +1,32 @@ -/ { - this_handleHANDLE_2: nodenew-node@f00eeda { - compatible = "mydevvendor,compat"; - string-prop = startend: "hello world!world?" endstart: ; - #size-cells#address-cells = <0+00+40>; - reg = <0xf000xeeda>; - prop = <(1)>; - prop = <(-1e10)>; - prop = <(!31)>; - prop = <(~31)>; - prop = <(31*42)>; - prop = <(31&42)>; - prop = <(31*42)>; - prop = <(31/42)>; - prop = <(31%42)>; - prop = <(3+41+2)>; - prop = <(3-41-2)>; - prop = /bits/ 6432 <(31<<42)>; - prop = <(31>>42)>; - prop = <(31&42)>; - prop = <(31^42)>; - prop = <(31|42)>; - prop = <(31&&42)>; - prop = <(31||42)>; - prop = <(4?51?2:3)>; - list = <&this_handleHANDLE_2>, <0 0 0 01>; - }; - - &phandlephandle2 { - pre-phandleprop_handle = <&this_handleHANDLE_2>; - }; -}; diff --git a/third_party/git/t/t4034/dts/post b/third_party/git/t/t4034/dts/post deleted file mode 100644 index 7803aee28093..000000000000 --- a/third_party/git/t/t4034/dts/post +++ /dev/null @@ -1,32 +0,0 @@ -/ { - 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>; - }; -}; diff --git a/third_party/git/t/t4034/dts/pre b/third_party/git/t/t4034/dts/pre deleted file mode 100644 index b6a905113c22..000000000000 --- a/third_party/git/t/t4034/dts/pre +++ /dev/null @@ -1,32 +0,0 @@ -/ { - 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>; - }; -}; -- cgit 1.4.1