Release 1.3.0

This commit is contained in:
TJ Holowaychuk 2012-02-08 08:19:57 -08:00
parent 3d8f8f340b
commit 9b0bc89eac
3 changed files with 8 additions and 3 deletions

View file

@ -1,4 +1,9 @@
1.3.0 / 2012-02-08
==================
* Added active days to `git-effort(1)` output
1.2.0 / 2012-02-08
==================

View file

@ -167,9 +167,9 @@ $ git summary v42..
## git-effort
Displays "effort" statistics, currently just the number of commits per file, showing highlighting where the most activity is.
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.
![git effort](http://f.cl.ly/items/3C2M331g090l1Y1M3T0X/Grab.png)
![git effort](http://f.cl.ly/items/1Q010V191a3E38471f00/Grab.png)
If you wish to ignore files with commits `<=` a value you may use `--above`:

View file

@ -1,6 +1,6 @@
#!/bin/sh
VERSION="1.2.0"
VERSION="1.3.0"
update() {
local orig=$PWD