Skip to content

Instantly share code, notes, and snippets.

@spf13
Last active November 23, 2015 15:33
Show Gist options
  • 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 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