On Wed, Apr 17, 2024, at 13:34, Dragan Simic wrote: >> $ git log --oneline --fixed-strings --grep='[RFC PATCH' | wc -l >> 1181 >> >> † 1: According to http://lore.kernel.org/git/1 > > I wonder what does it say for "RESEND" only? ``` $ git log --oneline --fixed-strings --grep='[RESEND' | wc -l 27 $ git log --oneline --fixed-strings --grep='RESEND' | wc -l 57 ```