-
-
Save EgorPopovPP/ee7f5097c50592f967ed65c8a7b9e33b to your computer and use it in GitHub Desktop.
Revisions
-
xeoncross created this gist
Nov 5, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ # Run this in the project repo from the command-line # http://stackoverflow.com/a/4593065/99923 git log --shortstat --author "Xeoncross" --since "2 weeks ago" --until "1 week ago" | grep "files changed" | awk '{files+=$1; inserted+=$4; deleted+=$6} END {print "files changed", files, "lines inserted:", inserted, "lines deleted:", deleted}'