diff --git a/man/git-summary.1 b/man/git-summary.1 index dbcff42..c56f1ed 100644 --- a/man/git-summary.1 +++ b/man/git-summary.1 @@ -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 [] [\-\-line] +\fBgit\-summary\fR [\-\-line] [] . .SH "DESCRIPTION" Shows a summary of the repository\. @@ -22,7 +22,7 @@ Summarize only the range of commits included in the \. \-\-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 is ignored when \-\-line is specified\. See \fBgit\-line\-summary\fR(1) for more info\. . .SH "EXAMPLES" Outputs a repo summary: diff --git a/man/git-summary.html b/man/git-summary.html index aabb404..1f1629f 100644 --- a/man/git-summary.html +++ b/man/git-summary.html @@ -65,7 +65,7 @@
  1. git-summary(1)
  2. -
  3. +
  4. Git Extras
  5. git-summary(1)
@@ -76,7 +76,7 @@

SYNOPSIS

-

git-summary [<commitish>] [--line]

+

git-summary [--line] [<commitish>]

DESCRIPTION

@@ -90,7 +90,9 @@

--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

@@ -225,7 +227,7 @@ authors :

AUTHOR

-

Written by Tj Holowaychuk <tj@vision-media.ca>

+

Written by Tj Holowaychuk <tj@vision-media.ca>

REPORTING BUGS

@@ -238,7 +240,7 @@ authors :
  1. -
  2. June 2015
  3. +
  4. August 2015
  5. git-summary(1)
diff --git a/man/git-summary.md b/man/git-summary.md index bffe1ec..6f1052e 100644 --- a/man/git-summary.md +++ b/man/git-summary.md @@ -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