On 02/28/2014 11:31 AM, Branko Čibej wrote:
> On 27.02.2014 23:26, bre...@apache.org wrote:
>> Author: breser
>> Date: Thu Feb 27 22:26:46 2014
>> New Revision: 1572762
>>
>> URL: http://svn.apache.org/r1572762
>> Log:
>> Fix a number of problems with our serf configure detection.
>>
>> build/ac-macros/serf.m4
>>   (): Update the description
>
> I've been trying to figure out where people found this format for
> top-level descriptions in log messages. I see them more and more
> often. Surely not from HACKING, which clearly says it should be:
>
> * build/ac-macros/serf.m4: Update the description.

I think this follows from the problem of making both symbol-specific and
top-level changes in a given file.  Some folks do this:

* build/ac-macros/serf.m4:
  Update the description.
 (some_func): Twiddle the deeznits.

Others dislike the inconsistency, and prefer instead:

* build/ac-macros/serf.m4:
 (): Update the description.
 (some_func): Twiddle the deeznits.

Once you establish a habit of the latter, it sorta follows that when you
have only top-level changes, you stick with your established pattern.

-- 
C. Michael Pilato <cmpil...@collab.net>
CollabNet   <>   www.collab.net   <>   Enterprise Cloud Development

Reply via email to