summary docs: explain relation to git-line-summary

This commit is contained in:
Nicolai Skogheim 2015-08-06 20:01:54 +02:00
parent cdc4d8a0cf
commit ca4cb46dde
3 changed files with 13 additions and 9 deletions

View file

@ -1,13 +1,13 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-SUMMARY" "1" "June 2015" "" ""
.TH "GIT\-SUMMARY" "1" "August 2015" "" "Git Extras"
.
.SH "NAME"
\fBgit\-summary\fR \- Show repository summary
.
.SH "SYNOPSIS"
\fBgit\-summary\fR [<commitish>] [\-\-line]
\fBgit\-summary\fR [\-\-line] [<commitish>]
.
.SH "DESCRIPTION"
Shows a summary of the repository\.
@ -22,7 +22,7 @@ Summarize only the range of commits included in the <commitish>\.
\-\-line
.
.P
Summarize with lines other than commits
Summarize with lines other than commits\. This actually just results in a call to \fBgit\-line\-summary\fR(1)\. Any <commitish> is ignored when \-\-line is specified\. See \fBgit\-line\-summary\fR(1) for more info\.
.
.SH "EXAMPLES"
Outputs a repo summary:

View file

@ -65,7 +65,7 @@
<ol class='man-decor man-head man head'>
<li class='tl'>git-summary(1)</li>
<li class='tc'></li>
<li class='tc'>Git Extras</li>
<li class='tr'>git-summary(1)</li>
</ol>
@ -76,7 +76,7 @@
<h2 id="SYNOPSIS">SYNOPSIS</h2>
<p><code>git-summary</code> [&lt;commitish&gt;] [--line]</p>
<p><code>git-summary</code> [--line] [&lt;commitish&gt;]</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@ -90,7 +90,9 @@
<p> --line</p>
<p> Summarize with lines other than commits</p>
<p> Summarize with lines other than commits. This actually just results in a call
to <code>git-line-summary</code>(1). Any &lt;commitish&gt; is ignored when --line is specified.
See <code>git-line-summary</code>(1) for more info.</p>
<h2 id="EXAMPLES">EXAMPLES</h2>
@ -225,7 +227,7 @@ authors :
<h2 id="AUTHOR">AUTHOR</h2>
<p>Written by Tj Holowaychuk &lt;<a href="&#109;&#x61;&#x69;&#x6c;&#116;&#111;&#58;&#x74;&#x6a;&#64;&#118;&#105;&#x73;&#105;&#111;&#110;&#45;&#x6d;&#x65;&#x64;&#x69;&#x61;&#46;&#99;&#x61;" data-bare-link="true">&#116;&#106;&#x40;&#x76;&#x69;&#115;&#x69;&#111;&#110;&#45;&#x6d;&#101;&#x64;&#105;&#97;&#x2e;&#99;&#97;</a>&gt;</p>
<p>Written by Tj Holowaychuk &lt;<a href="&#x6d;&#97;&#x69;&#108;&#116;&#111;&#58;&#116;&#106;&#64;&#118;&#x69;&#115;&#105;&#111;&#110;&#45;&#x6d;&#x65;&#100;&#x69;&#97;&#x2e;&#99;&#97;" data-bare-link="true">&#x74;&#x6a;&#64;&#x76;&#x69;&#115;&#x69;&#x6f;&#x6e;&#x2d;&#x6d;&#x65;&#x64;&#105;&#x61;&#x2e;&#99;&#97;</a>&gt;</p>
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
@ -238,7 +240,7 @@ authors :
<ol class='man-decor man-foot man foot'>
<li class='tl'></li>
<li class='tc'>June 2015</li>
<li class='tc'>August 2015</li>
<li class='tr'>git-summary(1)</li>
</ol>

View file

@ -17,7 +17,9 @@ Shows a summary of the repository.
--line
Summarize with lines other than commits
Summarize with lines other than commits. This actually just results in a call
to `git-line-summary`(1). Any &lt;commitish&gt; is ignored when --line is specified.
See `git-line-summary`(1) for more info.
## EXAMPLES