lkml.org 
[lkml]   [2009]   [Jun]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 00/62] Remove unnecessary semicolons
On Sun, 28 Jun 2009 10:11:59 -0700 Arjan van de Ven <arjan@infradead.org> wrote:

> On Sun, 28 Jun 2009 09:26:05 -0700
> Joe Perches <joe@perches.com> wrote:
>
> > Found by script
> > #! /bin/bash
> >
> > from=";\s*;\s*\n"
> > to=";\n"
> >
> > for file in $(grep -rP --include=*.[ch] -li $from *) ; do
> >
> > perl -i -e \
> > "local $/; while(<>) { s/$from/$to/g; print; }" $file
> >
> > done
> >
>
>
> can you improve your descriptions please?
> to at least include the why for a change, not just the how and what...

The [0/n] text doesn't get into git anyway (unless someone manually
copies-n-pastes it).

Each of the actual patches have no changelog at all, and they don't
need one - it's utterly obvious what they're doing.

So I don't believe that anything needs to be changed here.



\
 
 \ /
  Last update: 2009-06-28 20:17    [W:1.135 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site