Skip to content

Instantly share code, notes, and snippets.

@spf13
Last active November 23, 2015 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spf13/fe97ded396faefff1ba9 to your computer and use it in GitHub Desktop.
Save spf13/fe97ded396faefff1ba9 to your computer and use it in GitHub Desktop.
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
@bep
Copy link

bep commented Nov 19, 2015

I "fixed" bojako's contributions -- unless you count the package and import declaration as contributions. Not sure how to rewrite that.

@bep
Copy link

bep commented Nov 20, 2015

I reopened dylanmackenzie's PR in the hope he'll come and sign it. If not, should be an easy rewrite.

@spf13
Copy link
Author

spf13 commented Nov 20, 2015

Things that are considered obvious that anyone would write like imports don't count as contributions.

@bep
Copy link

bep commented Nov 23, 2015

@spf13 doesn't look like dylanmackenzie is very active at the moment. I'll do the rewrite now if no one protests.

@bep
Copy link

bep commented Nov 23, 2015

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