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
* js/wrap-log:
Fix permissions on test scripts
Fix t4201: accidental arithmetic expansion
shortlog -w: make wrap-line behaviour optional.
Use print_wrapped_text() in shortlog
git commit -m "This is a very, very long first line for the commit message to see if it is wrapped correctly" a1
19
+
20
+
# test if the wrapping is still valid when replacing all i's by treble clefs.
21
+
echo 3 > a1
22
+
git commit -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
+
24
+
# now fsck up the utf8
25
+
git repo-config i18n.commitencoding non-utf-8
26
+
echo 4 > a1
27
+
git commit -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
28
+
29
+
echo 5 > a1
30
+
git commit -m "a 12 34 56 78" a1
31
+
32
+
git shortlog -w HEAD > out
33
+
34
+
cat > expect <<EOF
35
+
A U Thor (5):
36
+
Test
37
+
This is a very, very long first line for the commit message to see if
38
+
it is wrapped correctly
39
+
Thð„žs ð„žs a very, very long fð„žrst lð„žne for the commð„žt message to see ð„žf
40
+
ð„žt ð„žs wrapped correctly
41
+
Thø„žs ø„žs a very, very long fø„žrst lø„žne for the commø„žt
42
+
message to see ø„žf ø„žt ø„žs wrapped correctly
0 commit comments