kamranahmedse / git-standup

Recall what you did on the last working day. Psst! or be nosy and find what someone else in your team did ;-)
MIT License
7.62k stars 304 forks source link

show author time insteadof commit time? #46

Closed wyntau closed 4 years ago

wyntau commented 8 years ago

Suppose I have a feature branch and have some old commits, then I use git rebase develop to rebase on develop branch. These old commits should not be listed when I git standup.

kamranahmedse commented 4 years ago

Thank you for opening the issue, you can use -R flag which will show the committer date instead of author date

git standup -R