diff --git a/bin/git-standup b/bin/git-standup
index d2f0ad4..6598e1c 100755
--- a/bin/git-standup
+++ b/bin/git-standup
@@ -5,7 +5,7 @@
usage() {
cat <] [-w |-d ] [-m ] [-g] [-h] [-f] [-B] [-n ] [-w |-d ] [-m ] [-D date-format] [-A] [-g] [-L] [-h] [-f] [-B] [-n %Creset $GIT_PRETTY_FORMAT"
+GIT_PRETTY_FORMAT="%Cred%h%Creset - %s %Cgreen(${COMMIT_DATE_FORMAT}) %C(bold blue)<%an>%Creset $GIT_PRETTY_FORMAT"
GIT_DATE_FORMAT=${GIT_DATE_FORMAT:=relative}
# Handle config of implicit week
diff --git a/man/git-standup.1 b/man/git-standup.1
index 5078a8c..0b42577 100644
--- a/man/git-standup.1
+++ b/man/git-standup.1
@@ -1,10 +1,10 @@
.\" generated with Ronn-NG/v0.9.1
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
-.TH "GIT\-STANDUP" "1" "April 2022" "" "Git Extras"
+.TH "GIT\-STANDUP" "1" "May 2022" "" "Git Extras"
.SH "NAME"
\fBgit\-standup\fR \- Recall the commit history
.SH "SYNOPSIS"
-\fBgit\-standup\fR [\-a author] [\-w \fIweekstart\-weekend\fR|\-d \fIdays\-ago\fR] [\-m depth] [\-D date format] [\-g] [\-L] [\-f] [\-B] [\-n number of commits]
+\fBgit\-standup\fR [\-a author] [\-w \fIweekstart\-weekend\fR|\-d \fIdays\-ago\fR] [\-m depth] [\-D date format] [\-A] [\-g] [\-L] [\-f] [\-B] [\-n number of commits]
.br
\fBgit\-standup\fR \-h
.SH "DESCRIPTION"
@@ -28,12 +28,16 @@ The start of commit history\. Defaults to 1, means "1 days ago"\.
.P
\-w \fIweekstart\-weekend\fR
.P
-Limit the search range to weekdays\. If \fIweekstart\fR and/or \fIweekend\fR are missing they default to Mon and Fri\. If the current day is \fIweekstart\fR commits made on \fIweekend\fR will be included\. I\.e\. calling \fBgit standup \-w \-\fR on a Monday will include commits made on the last Friday\.
+Limit the search range to weekdays\. If \fIweekstart\fR and/or \fIweekend\fR are missing they default to Mon and Fri\. If the current day is \fIweekstart\fR, commits made on \fIweekend\fR will be included\. I\.e\. calling \fBgit standup \-w \-\fR on a Monday will include commits made on the last Friday\.
.P
\-D relative
.P
The date format displayed in commit history\. Defaults to "relative"\.
.P
+\-A
+.P
+Print the author date instead of the commit date\.
+.P
\-h
.P
Display help message\.
diff --git a/man/git-standup.html b/man/git-standup.html
index 50b0a36..b854b6e 100644
--- a/man/git-standup.html
+++ b/man/git-standup.html
@@ -78,7 +78,7 @@
SYNOPSIS
-git-standup [-a author] [-w weekstart-weekend|-d days-ago] [-m depth] [-D date format] [-g] [-L] [-f] [-B] [-n number of commits]
+
git-standup [-a author] [-w weekstart-weekend|-d days-ago] [-m depth] [-D date format] [-A] [-g] [-L] [-f] [-B] [-n number of commits]
git-standup -h
DESCRIPTION
@@ -108,13 +108,17 @@ Defaults to $(git config user.name).
Limit the search range to weekdays.
If weekstart and/or weekend are missing they default to Mon and Fri.
-If the current day is weekstart commits made on weekend will be included.
+If the current day is weekstart, commits made on weekend will be included.
I.e. calling git standup -w - on a Monday will include commits made on the last Friday.
-D relative
The date format displayed in commit history. Defaults to "relative".
+-A
+
+Print the author date instead of the commit date.
+
-h
Display help message.
@@ -214,7 +218,7 @@ master
diff --git a/man/git-standup.md b/man/git-standup.md
index 5956b50..573cd18 100644
--- a/man/git-standup.md
+++ b/man/git-standup.md
@@ -3,7 +3,7 @@ git-standup(1) -- Recall the commit history
## SYNOPSIS
-`git-standup` [-a author] [-w |-d ] [-m depth] [-D date format] [-g] [-L] [-f] [-B] [-n number of commits]
+`git-standup` [-a author] [-w |-d ] [-m depth] [-D date format] [-A] [-g] [-L] [-f] [-B] [-n number of commits]
`git-standup` -h
## DESCRIPTION
@@ -40,6 +40,10 @@ I.e. calling `git standup -w -` on a Monday will include commits made on the las
The date format displayed in commit history. Defaults to "relative".
+-A
+
+Print the author date instead of the commit date.
+
-h
Display help message.