From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH] Update name for Kei Kebreau. Date: Wed, 18 May 2016 13:42:03 +0300 Message-ID: <87bn43myv8.fsf@gmail.com> References: <20160517143530.1d35bdcd@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2yva-00049c-Fn for guix-devel@gnu.org; Wed, 18 May 2016 06:42:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2yvV-00069U-Oy for guix-devel@gnu.org; Wed, 18 May 2016 06:42:09 -0400 Received: from mail-lb0-x242.google.com ([2a00:1450:4010:c04::242]:36615) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2yvV-00069C-Gp for guix-devel@gnu.org; Wed, 18 May 2016 06:42:05 -0400 Received: by mail-lb0-x242.google.com with SMTP id r5so2482816lbj.3 for ; Wed, 18 May 2016 03:42:05 -0700 (PDT) In-Reply-To: <20160517143530.1d35bdcd@openmailbox.org> (Kei Kebreau's message of "Tue, 17 May 2016 14:35:30 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Kei Kebreau Cc: guix-devel@gnu.org Kei Kebreau (2016-05-17 21:35 +0300) wrote: > Git wouldn't let me change my name in the Makefile and Makefile.in > files. Any idea why? These files are not a part of the git repo (they are generated during "autoreconf" and "./configure" calls); only "Makefile.am" is. > From 5c3594e9eabeed2c4d59b6f6836409c68c8c8cde Mon Sep 17 00:00:00 2001 > From: Kei Yamashita But it is still "Yamashita" here ;-) > Date: Tue, 17 May 2016 14:17:14 -0400 > Subject: [PATCH] Update name for Kei Kebreau. > > --- > gnu/local.mk | 2 +- > gnu/packages/calendar.scm | 2 +- > gnu/packages/dillo.scm | 2 +- > gnu/packages/fltk.scm | 2 +- > gnu/packages/game-development.scm | 2 +- > gnu/packages/games.scm | 2 +- > gnu/packages/gnome.scm | 2 +- > gnu/packages/gnustep.scm | 2 +- > gnu/packages/gtk.scm | 2 +- > gnu/packages/music.scm | 2 +- > gnu/packages/xfce.scm | 2 +- > 11 files changed, 11 insertions(+), 11 deletions(-) Also please the following line to ".mailmap" file: Kei Kebreau The AUTHORS file (in the release tarballs) is generated from "git shortlog -nse" output. To keep it clear, we maintain ".mailmap" file. Otherwise both "Kei Yamashita" and "Kei Kebreau" will appear in AUTHORS. -- Alex