On Thu, Oct 06, 2022 at 05:48:06PM -0700, Jacob Stopak wrote: > > We probably want to insist that the format contains a "%" sign, and/or > > git it a keyword like "format:". Otherwise a typo like: > > > > git shortlog --format=autor > > > > stops being an error we detect, and just returns nonsense results > > (every commit has the same ident). > > Small aside: I like how Taylor re-used the --group option for the custom format. > IMO it hammers home that this is a grouping option and not just formatting or > filtering which can be confusing to users sometimes when doing data analytics. Yeah, sorry this was just a typo/thinko on my part. It absolutely should be --group, as --format already does something else. -Peff