You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: t/t4201-shortlog.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ echo 3 > a1
22
22
git commit --quiet -m "$(echo "This is a very, very long first line for the commit message to see if it is wrapped correctly"| sed "s/i/1234/g"| tr 1234 '\360\235\204\236')" a1
23
23
24
24
# now fsck up the utf8
25
-
git repo-config i18n.commitencoding non-utf-8
25
+
git config i18n.commitencoding non-utf-8
26
26
echo 4 > a1
27
27
git commit --quiet -m "$(echo "This is a very, very long first line for the commit message to see if it is wrapped correctly"| sed "s/i/1234/g"| tr 1234 '\370\235\204\236')" a1
0 commit comments