about summary refs log tree commit diff
path: root/third_party/git/t/t4034/dts/expect
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-05-25T23·06+0100
committerVincent Ambo <tazjin@google.com>2020-05-25T23·06+0100
commit93ba78d6f4632ef1c5228965e3edc8c0faf88c1e (patch)
tree85730c182a9f5f492ade8e8ccdb1c2356f9900bd /third_party/git/t/t4034/dts/expect
parent6f8fbf4aa4b1654ab27d4829e114538761817de0 (diff)
revert(3p/git): Revert merge of git upstream at v2.26.2 r/852
This causes cgit to serve error pages, which is undesirable.

This reverts commit 5229c9b232de5bfa959ad6ebbb4c8192ac513352, reversing
changes made to f2b211131f2347342dde63975b09cf603149f1a3.
Diffstat (limited to 'third_party/git/t/t4034/dts/expect')
-rw-r--r--third_party/git/t/t4034/dts/expect37
1 files changed, 0 insertions, 37 deletions
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 @@
-<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>