From 4efc984b38cfb6fd6cce3a37f136a47f9e424109 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 10 Jun 2006 19:15:50 -0700 Subject: [PATCH] Convert announcement to latin-1 --- Announce | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Announce b/Announce index f74dfd21..d46c8864 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 -- 2.11.0