
Jim Meyering wrote:
Justin Clift wrote:
make syntax-check is reporting an error with the AUTHORS file, which seems to be coming from an incorrect address for Jim Fehlig.
...
check_author_list jfehlig@linux-ypgk.site maint.mk: committer(s) not listed in AUTHORS make: *** [sc_check_author_list] Error 1 $
This is the git log entry it may be from:
commit b1eb7f2e987d21b1711e86e5cb63a69abfce82f1 Author: Jim Fehlig <jfehlig@linux-ypgk.site>
...
Adding the incorrect email to the AUTHORS file is a workaround, but is someone ok to fix the cause?
Thanks for reporting that. I've fixed it by pushing this change:
From ef77388ba4ba0bf37d426a7c2f7a983571acc3ea Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering@redhat.com> Date: Sun, 6 Jun 2010 10:27:28 +0200 Subject: [PATCH] avoid syntax-check failure
* .mailmap: Map a stray commit-author email address to the canonical one. Reported by Justin Clift. --- .mailmap | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.mailmap b/.mailmap index dff04b9..8c1eed3 100644 --- a/.mailmap +++ b/.mailmap @@ -10,3 +10,4 @@ <meyering@redhat.com> <jim@meyering.net> <socketpair@gmail.com> <socketpair gmail com> <soren@canonical.com> <soren@ubuntu.com> +<jfehlig@novell.com> <jfehlig@linux-ypgk.site>
Damn, I was working remote last week and committed that from a rarely used laptop with a lame .gitconfig. Apologies for the oversight :-(. Regards, Jim