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 9947803 + a73070f commit cec4461Copy full SHA for cec4461
t/t4205-log-pretty-formats.sh
@@ -137,7 +137,7 @@ test_expect_success 'NUL separation with --stat' '
137
test_expect_failure 'NUL termination with --stat' '
138
stat0_part=$(git diff --stat HEAD^ HEAD) &&
139
stat1_part=$(git diff-tree --no-commit-id --stat --root HEAD^) &&
140
- printf "add bar\n$stat0_part\n\0$(commit_msg)\n$stat1_part\n0" >expected &&
+ printf "add bar\n$stat0_part\n\0$(commit_msg)\n$stat1_part\n\0" >expected &&
141
git log -z --stat --pretty="tformat:%s" >actual &&
142
test_cmp expected actual
143
'
0 commit comments