@@ -102,8 +102,8 @@ test_expect_success '[merge] summary/log configuration' '
102
102
cat >expected <<-EOF &&
103
103
Merge branch ${apos}left${apos}
104
104
105
- By Another Author (3) and A U Thor (2)
106
- via Another Committer
105
+ # By Another Author (3) and A U Thor (2)
106
+ # Via Another Committer
107
107
* left:
108
108
Left #5
109
109
Left #4
@@ -149,8 +149,8 @@ test_expect_success 'merge.log=3 limits shortlog length' '
149
149
cat >expected <<-EOF &&
150
150
Merge branch ${apos}left${apos}
151
151
152
- By Another Author (3) and A U Thor (2)
153
- via Another Committer
152
+ # By Another Author (3) and A U Thor (2)
153
+ # Via Another Committer
154
154
* left: (5 commits)
155
155
Left #5
156
156
Left #4
@@ -166,8 +166,8 @@ test_expect_success 'merge.log=5 shows all 5 commits' '
166
166
cat >expected <<-EOF &&
167
167
Merge branch ${apos}left${apos}
168
168
169
- By Another Author (3) and A U Thor (2)
170
- via Another Committer
169
+ # By Another Author (3) and A U Thor (2)
170
+ # Via Another Committer
171
171
* left:
172
172
Left #5
173
173
Left #4
@@ -190,8 +190,8 @@ test_expect_success '--log=3 limits shortlog length' '
190
190
cat >expected <<-EOF &&
191
191
Merge branch ${apos}left${apos}
192
192
193
- By Another Author (3) and A U Thor (2)
194
- via Another Committer
193
+ # By Another Author (3) and A U Thor (2)
194
+ # Via Another Committer
195
195
* left: (5 commits)
196
196
Left #5
197
197
Left #4
@@ -207,8 +207,8 @@ test_expect_success '--log=5 shows all 5 commits' '
207
207
cat >expected <<-EOF &&
208
208
Merge branch ${apos}left${apos}
209
209
210
- By Another Author (3) and A U Thor (2)
211
- via Another Committer
210
+ # By Another Author (3) and A U Thor (2)
211
+ # Via Another Committer
212
212
* left:
213
213
Left #5
214
214
Left #4
@@ -238,8 +238,8 @@ test_expect_success 'fmt-merge-msg -m' '
238
238
cat >expected.log <<-EOF &&
239
239
Sync with left
240
240
241
- By Another Author (3) and A U Thor (2)
242
- via Another Committer
241
+ # By Another Author (3) and A U Thor (2)
242
+ # Via Another Committer
243
243
* ${apos}left${apos} of $(pwd):
244
244
Left #5
245
245
Left #4
@@ -271,8 +271,8 @@ test_expect_success 'setup: expected shortlog for two branches' '
271
271
cat >expected <<-EOF
272
272
Merge branches ${apos}left${apos} and ${apos}right${apos}
273
273
274
- By Another Author (3) and A U Thor (2)
275
- via Another Committer
274
+ # By Another Author (3) and A U Thor (2)
275
+ # Via Another Committer
276
276
* left:
277
277
Left #5
278
278
Left #4
@@ -396,8 +396,8 @@ test_expect_success 'merge-msg two tags' '
396
396
Common #2
397
397
Common #1
398
398
399
- By Another Author (3) and A U Thor (2)
400
- via Another Committer
399
+ # By Another Author (3) and A U Thor (2)
400
+ # Via Another Committer
401
401
* tag ${apos}tag-l5${apos}:
402
402
Left #5
403
403
Left #4
@@ -426,8 +426,8 @@ test_expect_success 'merge-msg tag and branch' '
426
426
Common #2
427
427
Common #1
428
428
429
- By Another Author (3) and A U Thor (2)
430
- via Another Committer
429
+ # By Another Author (3) and A U Thor (2)
430
+ # Via Another Committer
431
431
* left:
432
432
Left #5
433
433
Left #4
0 commit comments