[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: module Include: section
From: |
Jim Meyering |
Subject: |
Re: module Include: section |
Date: |
Thu, 17 Sep 2009 20:06:55 +0200 |
Eric Blake wrote:
> Eric Blake <ebb9 <at> byu.net> writes:
>
>> Any objections to a patch that normalizes the outliers to drop #include?
>
> As in the following?
>
>>From 2655892372305598ee062e56f30b01c7d90ea178 Mon Sep 17 00:00:00 2001
> From: Eric Blake <address@hidden>
> Date: Thu, 17 Sep 2009 11:49:36 -0600
> Subject: [PATCH] maint: make Include sections of modules consistent
>
> Done with "sed -i 's/^#include //' `git grep ^#include modules`".
Sounds good to me.
But correct the command in the log to mention "-l"
Done with "sed -i 's/^#include //' `git grep -l ^#include modules`".