Last active
November 23, 2015 15:33
-
-
Save spf13/fe97ded396faefff1ba9 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
git ls-tree -r -z --name-only HEAD -- */* | xargs -0 -n1 git blame \ | |
-CM --minimal -f |grep -i "USERNAME" | |
1 USER TO SIGN/REWRITE: | |
[ 1 1 53 ] dylanmackenzie https://github.com/dylanmackenzie | |
1032 by dylanmackenzie https://github.com/spf13/hugo/pull/1032 | |
+ 51 , - 2 | |
commands/server.go | |
helpers/path.go | |
helpers/path_test.go |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK, now we should be good to go if your "calculations" are correct.