From: Stefan Sperling Subject: Re: [patch] filter log by author pattern To: Evan Silberman Cc: gameoftrees@openbsd.org Date: Sat, 11 Jun 2022 09:16:45 +0200 On Fri, Jun 10, 2022 at 11:00:16PM -0700, Evan Silberman wrote: > Hey, I had another idea that I could implement mostly by copy-pasting. > Or pattern-matching if you will. Patch adds got log -a author-pattern to > filter commits by author. By analogy with git log --author, hg log > --user, rlog -w. (Feature is missing from fossil timeline, svn log.) > > Caveats vs. git: no matching -c for committer, no support for multiple > instances of the option. Any reason why author/committer couldn't be matched by -S as well, instead of adding a new option?