
On Mon, Jan 05, 2009 at 08:00:56AM +0100, Jim Meyering wrote:
Guido Günther <agx@sigxcpu.org> wrote:
these accumulated over time. O.k. to apply?
Those all look fine.
From 35569e95febc37818998cd1834099090a3cf852d Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org> Date: Mon, 22 Dec 2008 22:26:03 +0100 Subject: [PATCH] fix name
changes AUTHORS file to utf8 --- AUTHORS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/AUTHORS b/AUTHORS index a8ec325..6cc3a69 100644 --- a/AUTHORS +++ b/AUTHORS @@ -20,7 +20,7 @@ The primary maintainers and people with commit access rights: Dave Leskovec <dlesko@linux.vnet.ibm.com> Cole Robinson <crobinso@redhat.com> Dan Smith <danms@us.ibm.com> - Guido Guenther <agx@sigxcpu.org> + Guido Günther <agx@sigxcpu.org>
You might want to add this at the end, to help ensure we use a consistent encoding.
;; Local Variables: ;; coding: utf-8 ;; End: Applied with your suggestion. -- Guido