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 <e...@byu.net> > 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`".