Skip to content

Commit

Permalink
Merge pull request #955 from katrinleinweber/summary-highlight-path-opt
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander authored Feb 3, 2022
2 parents 2025ebf + 76a3c1f commit 760428f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ visionmedia (18):

## git summary

Outputs a repo summary:
Outputs a repo or path summary:

```bash
$ git summary
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion man/git-summary.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/git-summary.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/git-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 760428f

Please sign in to comment.