@@ -48,7 +48,7 @@ test_expect_success 'log --graph with tricky octopus merge, no color' '
4848 | |/
4949 * / 1
5050 |/
51- * initial
51+ o initial
5252 EOF
5353'
5454
@@ -65,7 +65,7 @@ test_expect_success 'log --graph with tricky octopus merge with colors' '
6565 <RED>|<RESET> <MAGENTA>|<RESET><MAGENTA>/<RESET>
6666 * <MAGENTA>/<RESET> 1
6767 <MAGENTA>|<RESET><MAGENTA>/<RESET>
68- * initial
68+ o initial
6969 EOF
7070 test_cmp_colored_graph left octopus-merge
7171'
@@ -84,7 +84,7 @@ test_expect_success 'log --graph with normal octopus merge, no color' '
8484 | |/
8585 * / 1
8686 |/
87- * initial
87+ o initial
8888 EOF
8989'
9090
@@ -99,7 +99,7 @@ test_expect_success 'log --graph with normal octopus merge with colors' '
9999 <RED>|<RESET> <BLUE>|<RESET><BLUE>/<RESET>
100100 * <BLUE>/<RESET> 1
101101 <BLUE>|<RESET><BLUE>/<RESET>
102- * initial
102+ o initial
103103 EOF
104104 test_config log.graphColors red,green,yellow,blue,magenta,cyan &&
105105 test_cmp_colored_graph octopus-merge
@@ -117,7 +117,7 @@ test_expect_success 'log --graph with normal octopus merge and child, no color'
117117 | |/
118118 * / 1
119119 |/
120- * initial
120+ o initial
121121 EOF
122122'
123123
@@ -133,7 +133,7 @@ test_expect_success 'log --graph with normal octopus and child merge with colors
133133 <GREEN>|<RESET> <MAGENTA>|<RESET><MAGENTA>/<RESET>
134134 * <MAGENTA>/<RESET> 1
135135 <MAGENTA>|<RESET><MAGENTA>/<RESET>
136- * initial
136+ o initial
137137 EOF
138138 test_config log.graphColors red,green,yellow,blue,magenta,cyan &&
139139 test_cmp_colored_graph after-merge
@@ -152,7 +152,7 @@ test_expect_success 'log --graph with tricky octopus merge and its child, no col
152152 | |/
153153 * / 1
154154 |/
155- * initial
155+ o initial
156156 EOF
157157'
158158
@@ -170,7 +170,7 @@ test_expect_success 'log --graph with tricky octopus merge and its child with co
170170 <RED>|<RESET> <CYAN>|<RESET><CYAN>/<RESET>
171171 * <CYAN>/<RESET> 1
172172 <CYAN>|<RESET><CYAN>/<RESET>
173- * initial
173+ o initial
174174 EOF
175175 test_cmp_colored_graph left after-merge
176176'
@@ -191,7 +191,7 @@ test_expect_success 'log --graph with crossover in octopus merge, no color' '
191191 |/|
192192 | * 1
193193 |/
194- * initial
194+ o initial
195195 EOF
196196'
197197
@@ -212,7 +212,7 @@ test_expect_success 'log --graph with crossover in octopus merge with colors' '
212212 <MAGENTA>|<RESET><MAGENTA>/<RESET><GREEN>|<RESET>
213213 <MAGENTA>|<RESET> * 1
214214 <MAGENTA>|<RESET><MAGENTA>/<RESET>
215- * initial
215+ o initial
216216 EOF
217217 test_cmp_colored_graph after-4 octopus-merge
218218'
@@ -234,7 +234,7 @@ test_expect_success 'log --graph with crossover in octopus merge and its child,
234234 |/|
235235 | * 1
236236 |/
237- * initial
237+ o initial
238238 EOF
239239'
240240
@@ -256,7 +256,7 @@ test_expect_success 'log --graph with crossover in octopus merge and its child w
256256 <CYAN>|<RESET><CYAN>/<RESET><YELLOW>|<RESET>
257257 <CYAN>|<RESET> * 1
258258 <CYAN>|<RESET><CYAN>/<RESET>
259- * initial
259+ o initial
260260 EOF
261261 test_cmp_colored_graph after-4 after-merge
262262'
@@ -277,7 +277,7 @@ test_expect_success 'log --graph with unrelated commit and octopus tip, no color
277277 |/|
278278 | * 1
279279 |/
280- * initial
280+ o initial
281281 EOF
282282'
283283
@@ -298,7 +298,7 @@ test_expect_success 'log --graph with unrelated commit and octopus tip with colo
298298 <RED>|<RESET><RED>/<RESET><GREEN>|<RESET>
299299 <RED>|<RESET> * 1
300300 <RED>|<RESET><RED>/<RESET>
301- * initial
301+ o initial
302302 EOF
303303 test_cmp_colored_graph after-initial octopus-merge
304304'
@@ -320,7 +320,7 @@ test_expect_success 'log --graph with unrelated commit and octopus child, no col
320320 |/|
321321 | * 1
322322 |/
323- * initial
323+ o initial
324324 EOF
325325'
326326
@@ -342,7 +342,7 @@ test_expect_success 'log --graph with unrelated commit and octopus child with co
342342 <RED>|<RESET><RED>/<RESET><YELLOW>|<RESET>
343343 <RED>|<RESET> * 1
344344 <RED>|<RESET><RED>/<RESET>
345- * initial
345+ o initial
346346 EOF
347347 test_cmp_colored_graph after-initial after-merge
348348'
0 commit comments