Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Feb 9, 2012
1 parent f6e8cc6 commit e20cc82
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Readme.md
Expand Up @@ -165,7 +165,7 @@ the commmitish range:
$ git summary v42..
```

## git-effort
## git-effort [file ....]

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 Expand Up @@ -196,6 +196,12 @@ bin/git-ignore
bin/git-release

git> quit
```

By default `git ls-files` is used, however you may pass one or more files to `git-effort(1)`, for example:

```
$ git effort bin/* lib/*
```

## git-commits-since [date]
Expand Down

0 comments on commit e20cc82

Please sign in to comment.