mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
summary docs: explain relation to git-line-summary
This commit is contained in:
parent
cdc4d8a0cf
commit
ca4cb46dde
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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> [<commitish>] [--line]</p>
|
||||
<p><code>git-summary</code> [--line] [<commitish>]</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 <commitish> 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 <<a href="mailto:tj@vision-media.ca" data-bare-link="true">tj@vision-media.ca</a>></p>
|
||||
<p>Written by Tj Holowaychuk <<a href="mailto:tj@vision-media.ca" data-bare-link="true">tj@vision-media.ca</a>></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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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 <commitish> is ignored when --line is specified.
|
||||
See `git-line-summary`(1) for more info.
|
||||
|
||||
## EXAMPLES
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue