From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Changes in update-game-score.c Date: Thu, 23 Jan 2014 21:27:39 +0100 Message-ID: References: <8361pbg5vy.fsf@gnu.org> <52E08D31.3080801@cs.ucla.edu> <8338kffj7m.fsf@gnu.org> <52E0A0ED.4020601@cs.ucla.edu> <83y526el6z.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1390508942 15822 80.91.229.3 (23 Jan 2014 20:29:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Jan 2014 20:29:02 +0000 (UTC) Cc: Paul Eggert , Emacs developers To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 23 21:29:10 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W6Qth-0003Vf-Gu for ged-emacs-devel@m.gmane.org; Thu, 23 Jan 2014 21:29:09 +0100 Original-Received: from localhost ([::1]:43082 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6Qtg-0001fO-Pq for ged-emacs-devel@m.gmane.org; Thu, 23 Jan 2014 15:29:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6Qsx-0000nU-Ca for emacs-devel@gnu.org; Thu, 23 Jan 2014 15:28:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6Qsw-0003VP-JZ for emacs-devel@gnu.org; Thu, 23 Jan 2014 15:28:23 -0500 Original-Received: from mail-ea0-x22d.google.com ([2a00:1450:4013:c01::22d]:57809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6Qsu-0003Ul-Vb; Thu, 23 Jan 2014 15:28:21 -0500 Original-Received: by mail-ea0-f173.google.com with SMTP id d10so604952eaj.18 for ; Thu, 23 Jan 2014 12:28:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=v/Z93SDcjD7+cFLK77xk/uMf381UCHe+/Y3Ow05JqQY=; b=GeJjKUsXAr5C+p2q10R853sFj5/8dvErKsqDJ1x035EWqDmFs9Ex50uwX4McNlXz8V dDdJi/EKGjJyUcyyHtp465GiGbkQ/KHUW2YIAGf0cnXXANQc7IQvtGIDy+uQMXvPpDtw bf91bqjhZ+9pmyizicTkpd+8DTG0glaTB0wLqdgsUlwOMcxAV5NFsoZXAdcm+qlL9e2B boICTEu5YhVdBl5hLCjaeSy0tGVXMaWBtCD7c3thC0ckFT6zmfkv1ZibBiu+aZkf2U6a 0UYr/NfAXmzdSPn6i9beXaypIoQ1SKS2J/NPRsrTpxW9mTWCOgyotyXz28KSEgnXs9Xc 2GTQ== X-Received: by 10.14.202.195 with SMTP id d43mr3247895eeo.94.1390508899132; Thu, 23 Jan 2014 12:28:19 -0800 (PST) Original-Received: by 10.15.45.68 with HTTP; Thu, 23 Jan 2014 12:27:39 -0800 (PST) In-Reply-To: <83y526el6z.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::22d X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:168981 Archived-At: On Thu, Jan 23, 2014 at 5:07 PM, Eli Zaretskii wrote: > That is exactly what we all should do: each commit is one coherent > changeset, solving a problem that is independent of others. Very emphatically agree. We should put that in writing in our coding guidelines. That and making sure that the first line of a commit log is its summary. J