Merge pull request #955 from katrinleinweber/summary-highlight-path-opt

This commit is contained in:
罗泽轩 2022-02-03 15:01:25 +08:00 committed by GitHub
commit 760428fa46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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