Last active
November 23, 2015 15:33
-
-
Save spf13/fe97ded396faefff1ba9 to your computer and use it in GitHub Desktop.
This file contains 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 |
I reopened dylanmackenzie's PR in the hope he'll come and sign it. If not, should be an easy rewrite.
Things that are considered obvious that anyone would write like imports don't count as contributions.
@spf13 doesn't look like dylanmackenzie is very active at the moment. I'll do the rewrite now if no one protests.
OK, now we should be good to go if your "calculations" are correct.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I "fixed" bojako's contributions -- unless you count the package and import declaration as contributions. Not sure how to rewrite that.