mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Add info about new options to man pages
This commit is contained in:
parent
6ba68941e8
commit
78de79ce96
|
|
@ -1,13 +1,13 @@
|
|||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "GIT\-EFFORT" "1" "April 2015" "" ""
|
||||
.TH "GIT\-EFFORT" "1" "July 2015" "" "Git Extras"
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBgit\-effort\fR \- Show effort statistics on file(s)
|
||||
.
|
||||
.SH "SYNOPSIS"
|
||||
\fBgit\-effort\fR [\-\-above <value>] [<filename>]
|
||||
\fBgit\-effort\fR [\-\-above <value>] [<options>] [<filename>]
|
||||
.
|
||||
.SH "DESCRIPTION"
|
||||
Shows effort statistics about files in the repository\.
|
||||
|
|
@ -28,6 +28,18 @@ Display includes:
|
|||
Ignore files with commits <= a value\.
|
||||
.
|
||||
.P
|
||||
Run
|
||||
.
|
||||
.br
|
||||
man \-P \'less +/Commit\e Limiting\' git\-log
|
||||
.
|
||||
.br
|
||||
to read about options to limit which commits are counted\.
|
||||
.
|
||||
.P
|
||||
Note: \fBgit\-effort\fR does not accept commit ranges\.
|
||||
.
|
||||
.P
|
||||
<filename>
|
||||
.
|
||||
.P
|
||||
|
|
@ -53,6 +65,18 @@ $ git effort \-\-above 5
|
|||
git\-summary 8 6
|
||||
git\-delete\-branch 8 6
|
||||
git\-repl 7 5
|
||||
|
||||
|
||||
$ git effort \-\-after="one year ago" \-\-above 5 \-\-author="Leila Muhtasib"
|
||||
|
||||
file commits active days
|
||||
|
||||
git\-extras 15 12
|
||||
git\-release 6 9
|
||||
git\-effort 6 2
|
||||
git\-ignore 4 4
|
||||
git\-changelog 3 5
|
||||
git\-graft 2 3
|
||||
.
|
||||
.fi
|
||||
.
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@
|
|||
|
||||
<ol class='man-decor man-head man head'>
|
||||
<li class='tl'>git-effort(1)</li>
|
||||
<li class='tc'></li>
|
||||
<li class='tc'>Git Extras</li>
|
||||
<li class='tr'>git-effort(1)</li>
|
||||
</ol>
|
||||
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
|
||||
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
||||
|
||||
<p><code>git-effort</code> [--above <value>] [<filename>]</p>
|
||||
<p><code>git-effort</code> [--above <value>] [<options>] [<filename>]</p>
|
||||
|
||||
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
||||
|
||||
|
|
@ -92,6 +92,12 @@
|
|||
|
||||
<p> Ignore files with commits <= a value.</p>
|
||||
|
||||
<p> Run<br />
|
||||
man -P 'less +/Commit\ Limiting' git-log<br />
|
||||
to read about options to limit which commits are counted.</p>
|
||||
|
||||
<p> Note: <code>git-effort</code> does not accept commit ranges.</p>
|
||||
|
||||
<p> <filename></p>
|
||||
|
||||
<p> Only display effort statistics for a specific filename.</p>
|
||||
|
|
@ -113,11 +119,23 @@
|
|||
git-summary 8 6
|
||||
git-delete-branch 8 6
|
||||
git-repl 7 5
|
||||
|
||||
|
||||
$ git effort --after="one year ago" --above 5 --author="Leila Muhtasib"
|
||||
|
||||
file commits active days
|
||||
|
||||
git-extras 15 12
|
||||
git-release 6 9
|
||||
git-effort 6 2
|
||||
git-ignore 4 4
|
||||
git-changelog 3 5
|
||||
git-graft 2 3
|
||||
</code></pre>
|
||||
|
||||
<h2 id="AUTHOR">AUTHOR</h2>
|
||||
|
||||
<p>Written by Leila Muhtasib <<a href="mailto:muhtasib@gmail.com" data-bare-link="true">muhtasib@gmail.com</a>></p>
|
||||
<p>Written by Leila Muhtasib <<a href="mailto:muhtasib@gmail.com" data-bare-link="true">muhtasib@gmail.com</a>></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
|
|
@ -130,7 +148,7 @@
|
|||
|
||||
<ol class='man-decor man-foot man foot'>
|
||||
<li class='tl'></li>
|
||||
<li class='tc'>April 2015</li>
|
||||
<li class='tc'>July 2015</li>
|
||||
<li class='tr'>git-effort(1)</li>
|
||||
</ol>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ git-effort(1) -- Show effort statistics on file(s)
|
|||
|
||||
## SYNOPSIS
|
||||
|
||||
`git-effort` [--above <value>] [<filename>]
|
||||
`git-effort` [--above <value>] [<options>] [<filename>]
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
|
|
@ -19,6 +19,12 @@ git-effort(1) -- Show effort statistics on file(s)
|
|||
|
||||
Ignore files with commits <= a value.
|
||||
|
||||
Run
|
||||
man -P 'less +/Commit\ Limiting' git-log
|
||||
to read about options to limit which commits are counted.
|
||||
|
||||
Note: `git-effort` does not accept commit ranges.
|
||||
|
||||
<filename>
|
||||
|
||||
Only display effort statistics for a specific filename.
|
||||
|
|
@ -42,6 +48,17 @@ git-effort(1) -- Show effort statistics on file(s)
|
|||
git-repl 7 5
|
||||
|
||||
|
||||
$ git effort --after="one year ago" --above 5 --author="Leila Muhtasib"
|
||||
|
||||
file commits active days
|
||||
|
||||
git-extras 15 12
|
||||
git-release 6 9
|
||||
git-effort 6 2
|
||||
git-ignore 4 4
|
||||
git-changelog 3 5
|
||||
git-graft 2 3
|
||||
|
||||
## AUTHOR
|
||||
|
||||
Written by Leila Muhtasib <<muhtasib@gmail.com>>
|
||||
|
|
@ -52,4 +69,4 @@ Written by Leila Muhtasib <<muhtasib@gmail.com>>
|
|||
|
||||
## SEE ALSO
|
||||
|
||||
<<https://github.com/tj/git-extras>>
|
||||
<<https://github.com/tj/git-extras>>
|
||||
|
|
|
|||
Loading…
Reference in a new issue