Convert announcement to latin-1
Junio C Hamano committed
Jun 10, 2006 at 19:15 UTC
4efc984b38cfb6fd6cce3a37f136a47f9e424109
1 file changed
+3
-2
Announce
+3
-2
index f74dfd2153..d46c8864d9 100755
--- a/Announce
+++ b/Announce
@@ -42,5 +42,6 @@ Changes since $previous are as follows:
EOF
-git log --no-merges "$previous".."$branch" | git shortlog
-
+git log --no-merges "$previous".."$branch" |
+git shortlog |
+tcs -t latin1