mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Release 1.3.0
This commit is contained in:
parent
3d8f8f340b
commit
9b0bc89eac
|
|
@ -1,4 +1,9 @@
|
|||
|
||||
1.3.0 / 2012-02-08
|
||||
==================
|
||||
|
||||
* Added active days to `git-effort(1)` output
|
||||
|
||||
1.2.0 / 2012-02-08
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
If you wish to ignore files with commits `<=` a value you may use `--above`:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
VERSION="1.2.0"
|
||||
VERSION="1.3.0"
|
||||
|
||||
update() {
|
||||
local orig=$PWD
|
||||
|
|
|
|||
Loading…
Reference in a new issue