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 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 third_party/git/t/t4034/dts/expect (limited to 'third_party/git/t/t4034/dts/expect') 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>; - }; -}; -- cgit 1.4.1