Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter commits by author date instead of commit date with -R flag #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hallzy
Copy link

@hallzy hallzy commented Jan 14, 2022

The -R flag shows you the author dates, but the commits aren't filtered on author date (if you only want to see the commits with an author date since yesterday you can't do that, it will show you the commits with a commit date since yesterday, but with the author dates displayed).

I've added functionality to filter on author date when the -R flag is passed. Unfortunately, it seems that git log cannot do this natively, so the log command is a bit more complicated, but seems to work.

@wizpig64
Copy link

This fork is exactly what I needed out of git-standup. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants