[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200312124504.7ee481a9@kicinski-fedora-PC1C0HJN>
Date: Thu, 12 Mar 2020 12:45:04 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Joe Perches <joe@...ches.com>
Cc: David Miller <davem@...emloft.net>, borisp@...lanox.com,
saeedm@...lanox.com, leon@...nel.org, netdev@...r.kernel.org,
linux-rdma@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH -next 001/491] MELLANOX ETHERNET INNOVA DRIVERS: Use
fallthrough;
On Wed, 11 Mar 2020 23:26:59 -0700 Joe Perches wrote:
> On Wed, 2020-03-11 at 23:23 -0700, David Miller wrote:
> > Joe, please use Subject line subsystem prefixes consistent with what would
> > be used for other changes to these drivers.
>
> Not easy to do for scripted patches.
> There's no mechanism that scriptable.
I have this to show me the top 3 prefixes used for files currently
modified in my tree:
tgs() {
local fs
fs=$(git status -s | sed -n 's/ M //p')
git log --oneline --no-merges -- $fs | \
sed -e's/[^ ]* \(.*\):[^:]*/\1/' | \
sort | uniq -c | sort -rn | head -3
}
You could probably massage it to just give you to top one and feed
that into git commit template?
Powered by blists - more mailing lists