On Mon, Oct 10, 2022 at 08:34:02PM -0400, Taylor Blau wrote: > A future commit will want to include `--date`-related options in the > documentation for `git-shortlog(1)`, but without some of the additional > baggage in the usual rev-list-options.txt. > > Extract those options to a separate file in Documentation and include it > from its original source in rev-list-options.txt. > > This patch does not modify the contents of the `--date`-options section > of Documentation/rev-list-options.txt. I think git-shortlog.txt already includes rev-list-options, but the date parts are omitted because there's an ifndef::git-shortlog[] around the whole "commit formatting" section. Should we just be loosening the ifndef here? I think we _could_ include more of the "formatting" section overall, but it looks like we have a custom mention of "--format" in git-shortlog.txt, which I think is a better solution anyway. Maybe we should just do the same with `--date`? -Peff