Re: RFD: MFC hold time guidelines

From: George Mitchell <george+freebsd_at_m5p.com>
Date: Sat, 18 Jun 2022 17:33:25 UTC
On 6/18/22 08:35, Pau Amma wrote:
> On 2022-06-16 18:00, George Mitchell wrote:
>> On 6/16/22 12:51, Pau Amma wrote:
>>> [...]
>>> For context: git log | grep -i -E 'MFC.*after.*:' | sed -E -e 's/^ 
>>> *(X-?)?//i' -e 's/^MFC[a-z0-9]*[- ]after: */MFC after: /i' | sort -fb 
>>> | uniq -ci | sort -bf -k 1nr
>>> [...]
>>
>> A command line I'm sure you dashed off without a moment's hesitation!
> 
> I'm confused. If you're wondering what this command does or how I came 
> up with it, why not ask that?
> [...]

I was merely expressing (poorly, it seems) my admiration that you were
able to come up with that string of commands, apparently on the spur of
the moment, to accomplish what you wanted.  No offense was intended.
-- George