From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Re: [PATCH] Alphabetical ordered lists Date: Mon, 22 Nov 2010 08:37:21 -0500 Message-ID: <87y68lwkby.fsf@gollum.intra.norang.ca> References: <393C5110-E4D3-4B36-8F4E-4F94B5AA0F93@gmail.com> <87k4m876g3.wl%n.goaziou@gmail.com> <87iq1r7k00.wl%n.goaziou@gmail.com> <747F5104-6B1C-43E8-BF42-883287B7E303@gmail.com> <87aan0789y.wl%n.goaziou@gmail.com> <874od127wq.wl%n.goaziou@gmail.com> <535BC60F-1310-47AD-BCD1-1C88822B852A@gmail.com> <87y69lqs8z.wl%n.goaziou@gmail.com> <4849E760-2A8F-49A4-9B29-347BD3645D1A@gmail.com> <87r5ep2r0k.wl%n.goaziou@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=39326 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKWaJ-0001kY-UZ for emacs-orgmode@gnu.org; Mon, 22 Nov 2010 08:37:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PKWaI-0005Gg-V6 for emacs-orgmode@gnu.org; Mon, 22 Nov 2010 08:37:31 -0500 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:29022) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PKWaI-0005D4-T4 for emacs-orgmode@gnu.org; Mon, 22 Nov 2010 08:37:30 -0500 In-Reply-To: (Nathaniel Flath's message of "Sun, 21 Nov 2010 20:45:27 -0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nathaniel Flath Cc: org-mode List , Jacob Mitchell , Nicolas Goaziou , Carsten Dominik Nathaniel Flath writes: > Let me know if there's anything else, or if I screwed up anything > when trying to figure out how to make a git patch(looks like it > worked, though.) > > From 3b46feec08ec4c93f098dbdc6a4590f95afc0e68 Mon Sep 17 00:00:00 2001 > From: unknown > Date: Sun, 21 Nov 2010 20:40:02 -0800 > Subject: [PATCH] Squashed commit of the following: > > commit 7e9c81b27591c010cc0b6b016ee0e669ef5a304c > Author: unknown > Date: Sun Nov 21 20:01:42 2010 -0800 > > New version of alpha lists > > commit b3fd5cc57b7f1bd62ee1f5e0d8a1cf57ca14cfc2 > Author: unknown > Date: Thu Oct 21 22:28:44 2010 -0700 > > foo2 > > commit 00279a9b53b75baf1e3e13fc0bf0926421dddd25 > Author: unknown > Date: Thu Oct 21 22:27:01 2010 -0700 > > foo > > Fixup alphabetical lists patch > --- > lisp/org-capture.el | 4 +- Hi Nathaniel. There are a few issues with the commit message in this patch. 1. Invalid email address 2. A list of commits with useless information in it (foo, foo2) 3. Summary line (Squashed commot of the following:) really isn't useful on it's own The subject line (line 1 of the commit message) should be standalone and concisely state what the commit is for -- so you don't have to read the rest unless that interests you. The body of the commit message is for detailed descriptions of the change. You should delete the other squashed commit info since it is not useful. Describing what exactly you fixed up in the description would be preferable to 'fixed alphabetical lists patch'. 6 months from now nobody (including you) will know what you fixed without actually reading the patch details. Regards, Bernt