We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4407ea4 + 16a794d commit 6ae5d98Copy full SHA for 6ae5d98
t/t6200-fmt-merge-msg.sh
@@ -179,8 +179,8 @@ test_expect_success '--log=5 with custom comment character' '
179
cat >expected <<-EOF &&
180
Merge branch ${apos}left${apos}
181
182
- / By Another Author (3) and A U Thor (2)
183
- / Via Another Committer
+ x By Another Author (3) and A U Thor (2)
+ x Via Another Committer
184
* left:
185
Left #5
186
Left #4
@@ -189,7 +189,7 @@ test_expect_success '--log=5 with custom comment character' '
189
Common #1
190
EOF
191
192
- git -c core.commentchar="/" fmt-merge-msg --log=5 <.git/FETCH_HEAD >actual &&
+ git -c core.commentchar="x" fmt-merge-msg --log=5 <.git/FETCH_HEAD >actual &&
193
test_cmp expected actual
194
'
195
0 commit comments