mirror of
https://github.com/tj/git-extras.git
synced 2026-09-11 07:56:18 -04:00
Minor changes to man/git-standup.md
This commit is contained in:
parent
bf240df083
commit
48ef95d104
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -142,7 +142,14 @@ display 6 commits at most.</p>
|
|||
|
||||
<p>-F <var>gpg|authordate</var></p>
|
||||
|
||||
<p>Change how the commits are formatted. Takes an argument, can be specified multiple times. <code>-F gpg</code>: Display if commit is GPG signed (G) or not (N). <code>-F authordate</code>: Print the author date instead of the commit date.</p>
|
||||
<p>Change how the commits are formatted. Takes an argument, can be specified multiple times.</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<code>-F gpg</code>: Display if commit is GPG signed (G) or not (N).</li>
|
||||
<li>
|
||||
<code>-F authordate</code>: Print the author date instead of the commit date.</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="GIT-CONFIGS">GIT CONFIGS</h2>
|
||||
|
||||
|
|
@ -214,7 +221,7 @@ master
|
|||
|
||||
<ol class='man-decor man-foot man foot'>
|
||||
<li class='tl'></li>
|
||||
<li class='tc'>June 2022</li>
|
||||
<li class='tc'>July 2022</li>
|
||||
<li class='tr'>git-standup(1)</li>
|
||||
</ol>
|
||||
|
||||
|
|
|
|||
|
|
@ -67,7 +67,10 @@ 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.
|
||||
|
||||
* `-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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue