From acc244e553065f90a8b2b91e3394302cd48e805f Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Wed, 8 Feb 2012 18:45:22 -0800 Subject: [PATCH] mention cmd --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index b867244..a26802c 100644 --- a/Readme.md +++ b/Readme.md @@ -169,6 +169,10 @@ $ git summary v42.. 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. +``` +node (master): git effort --above 15 {src,lib}/* +``` + ![git effort](http://f.cl.ly/items/0b0w0S2K1d100e2T1a0D/Screen%20Shot%202012-02-08%20at%206.43.34%20PM.png) If you wish to ignore files with commits `<=` a value you may use `--above`: