git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git shortlog --committer=name is documented, alas not implemented
@ 2024-05-11 12:34 Gerald Pfeifer
  2024-05-11 13:12 ` Georg Pfuetzenreuter
  2024-05-11 16:17 ` Junio C Hamano
  0 siblings, 2 replies; 3+ messages in thread
From: Gerald Pfeifer @ 2024-05-11 12:34 UTC (permalink / raw)
  To: git

`man git shortlog` (from git 2.45.0) has the following:

   --author=<pattern>, --committer=<pattern>
       Limit the commits output to ones with author/committer header lines 
       that match the specified pattern (regular expression). With more 
       than one --author=<pattern>, commits whose author matches any of 
       the given patterns are chosen (similarly for multiple 
       --committer=<pattern>).

Now `git shortlog --author=gerald` works as expected.

However `git shortlog --committer=gerald` results in an error:

  error: option `committer' takes no value

This is either a doc bug or an implementation issue?


Also, how does one list all commits by a certain committer (as opposed 
to author) then?


Thanks,
Gerald

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-11 16:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-11 12:34 git shortlog --committer=name is documented, alas not implemented Gerald Pfeifer
2024-05-11 13:12 ` Georg Pfuetzenreuter
2024-05-11 16:17 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).