diff --git a/man/git-standup.1 b/man/git-standup.1 index 2be2d3d..f6f35e2 100644 --- a/man/git-standup.1 +++ b/man/git-standup.1 @@ -1,6 +1,6 @@ .\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 -.TH "GIT\-STANDUP" "1" "June 2022" "" "Git Extras" +.TH "GIT\-STANDUP" "1" "July 2022" "" "Git Extras" .SH "NAME" \fBgit\-standup\fR \- Recall the commit history .SH "SYNOPSIS" @@ -54,7 +54,12 @@ Limit the number of commits displayed per group\. By default, the limitation is .P \-F \fIgpg|authordate\fR .P -Change how the commits are formatted\. Takes an argument, can be specified multiple times\. \fB\-F gpg\fR: Display if commit is GPG signed (G) or not (N)\. \fB\-F authordate\fR: Print the author date instead of the commit date\. +Change how the commits are formatted\. Takes an argument, can be specified multiple times\. +.IP "\[ci]" 4 +\fB\-F gpg\fR: Display if commit is GPG signed (G) or not (N)\. +.IP "\[ci]" 4 +\fB\-F authordate\fR: Print the author date instead of the commit date\. +.IP "" 0 .SH "GIT CONFIGS" You can configure a implicit \-w \fIweekstart\-weekend\fR, which is superseded if \-w or \-d is given on the command line\. Note that the \fIweekstart\-weekend\fR must be specified, they don\'t have any default values as the \fB\-w\fR flag has\. .IP "" 4 diff --git a/man/git-standup.html b/man/git-standup.html index ebe3fbc..3b8413d 100644 --- a/man/git-standup.html +++ b/man/git-standup.html @@ -142,7 +142,14 @@ display 6 commits at most.

-F gpg|authordate

-

Change how the commits are formatted. Takes an argument, can be specified multiple times. -F gpg: Display if commit is GPG signed (G) or not (N). -F authordate: Print the author date instead of the commit date.

+

Change how the commits are formatted. Takes an argument, can be specified multiple times.

+ +

GIT CONFIGS

@@ -214,7 +221,7 @@ master
  1. -
  2. June 2022
  3. +
  4. July 2022
  5. git-standup(1)
diff --git a/man/git-standup.md b/man/git-standup.md index 6b89c54..49f6de5 100644 --- a/man/git-standup.md +++ b/man/git-standup.md @@ -67,7 +67,10 @@ display 6 commits at most. -F -Change how the commits are formatted. Takes an argument, can be specified multiple times. `-F gpg`: Display if commit is GPG signed (G) or not (N). `-F authordate`: Print the author date instead of the commit date. +Change how the commits are formatted. Takes an argument, can be specified multiple times. + +* `-F gpg`: Display if commit is GPG signed (G) or not (N). +* `-F authordate`: Print the author date instead of the commit date. ## GIT CONFIGS