This sets the author date in GIT_PRETTY_FORMAT if -R option is used
Commit dates change when there are rebases or merges and you want to know when the commit was originally made and not when it was added to a branch or rebased on.
Now we can with the -R option
$ git-standup -D local -R
e75ed6a - Commit Message (Thu Nov 22 11:18:27 2018) <Andre Marcelo-Tanner>
$ git-standup -D local
e75ed6a - Commit Message (Thu Nov 22 13:19:00 2018) <Andre Marcelo-Tanner>
Solves #92
This sets the author date in GIT_PRETTY_FORMAT if -R option is used
Commit dates change when there are rebases or merges and you want to know when the commit was originally made and not when it was added to a branch or rebased on.
Now we can with the
-R
option