mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Merge pull request #955 from katrinleinweber/summary-highlight-path-opt
This commit is contained in:
commit
760428fa46
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue