Created
October 4, 2013 21:41
-
-
Save mpage/6833238 to your computer and use it in GitHub Desktop.
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 characters
> cd /tmp/ | |
> git clone [email protected]:cloudfoundry/warden.git | |
Cloning into 'warden'... | |
Warning: Permanently added the RSA host key for IP address '192.30.252.129' to the list of known hosts. | |
remote: Counting objects: 7683, done. | |
remote: Compressing objects: 100% (3938/3938), done. | |
remote: Total 7683 (delta 3752), reused 7062 (delta 3233) | |
Receiving objects: 100% (7683/7683), 1.93 MiB | 1.70 MiB/s, done. | |
Resolving deltas: 100% (3752/3752), done. | |
> cd warden/ | |
> git log --author=mpage --oneline --shortstat --pretty=tformat: --numstat | awk '{ a += $1; d += $2 } END { printf "%d added, %d removed", a, d }' | |
7462 added, 1368 removed | |
> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment