Highlight path option more

This commit is contained in:
Katrin Leinweber 2022-01-30 11:45:03 +01:00
parent 2025ebfb96
commit 76a3c1f28d
4 changed files with 6 additions and 4 deletions

View file

@ -145,7 +145,7 @@ visionmedia (18):
## git summary
Outputs a repo summary:
Outputs a repo or path summary:
```bash
$ git summary
@ -216,6 +216,8 @@ project : git-extras
1 Daniel Schildt 0.0%
```
The `--line` option can also take a path, which will print a filtered summary for that folder or file.
## git effort
Displays "effort" statistics, currently just the number of commits per file, showing highlighting where the most activity is. The "active days" column is the total number of days which contributed modifications to this file.

View file

@ -8,7 +8,7 @@
.br
\fBgit\-summary\fR \-\-line [<path>]
.SH "DESCRIPTION"
Shows a summary of the repository\.
Shows a summary of the repository or a path within it\.
.SH "OPTIONS"
<committish>
.P

View file

@ -82,7 +82,7 @@
<h2 id="DESCRIPTION">DESCRIPTION</h2>
<p>Shows a summary of the repository.</p>
<p>Shows a summary of the repository or a path within it.</p>
<h2 id="OPTIONS">OPTIONS</h2>

View file

@ -8,7 +8,7 @@ git-summary(1) -- Show repository summary
## DESCRIPTION
Shows a summary of the repository.
Shows a summary of the repository or a path within it.
## OPTIONS