From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: What's up with the .texi files always "changing"? Date: Thu, 20 Dec 2018 09:08:54 +0100 Message-ID: <87bm5gsjqh.fsf@gnu.org> References: <87mup37vgq.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZtO7-0003vi-W6 for guix-devel@gnu.org; Thu, 20 Dec 2018 03:09:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZtO7-0005ot-DP for guix-devel@gnu.org; Thu, 20 Dec 2018 03:08:59 -0500 In-Reply-To: <87mup37vgq.fsf@dustycloud.org> (Christopher Lemmer Webber's message of "Mon, 17 Dec 2018 15:24:21 -0500") 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: Christopher Lemmer Webber Cc: Guix Devel Hello, Christopher Lemmer Webber skribis: > Changes not staged for commit: > (use "git add ..." to update what will be committed) > (use "git checkout -- ..." to discard changes in working director= y) > > modified: doc/contributing.de.texi > modified: doc/contributing.fr.texi > modified: doc/guix.de.texi > modified: doc/guix.fr.texi > > Why does this keep happening? If these are autogenerated, why are they > committed into git? If they aren't autogenerated, why are they changing? They are automatically updated, but not actually =E2=80=9Cgenerated=E2=80= =9D: fellow hackers like Julien worked hard to write these translations. :-) However it seems that updates are triggered too often, presumably since commit 7565d40e1e583b35148088bcf79760b9f95f91d9. Julien, any idea how we could improve on this? Thanks, Ludo=E2=80=99.