diff --git a/History.md b/History.md index 80c9b99..ba70fb9 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +1.3.0 / 2012-02-08 +================== + + * Added active days to `git-effort(1)` output + 1.2.0 / 2012-02-08 ================== diff --git a/Readme.md b/Readme.md index e694479..d36a49f 100644 --- a/Readme.md +++ b/Readme.md @@ -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`: diff --git a/bin/git-extras b/bin/git-extras index 54945e7..bce8c36 100755 --- a/bin/git-extras +++ b/bin/git-extras @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="1.2.0" +VERSION="1.3.0" update() { local orig=$PWD