最佳答案
显然 这个:
git log --all --after="<date> 00:00" --before="<date> 23:59" --author="<author>"
基于 committer date的过滤器提交。我如何让它显示指定作者日期范围的提交?