Last active
August 29, 2015 14:24
-
-
Save RickCogley/d2de1f17a1a800a8a8d0 to your computer and use it in GitHub Desktop.
Hugo Contributors with 2 or more lines of code, who have NOT signed the license OK
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 master --name-only | xargs -I {} git blame --line-porcelain {} | sed -n 's/^author //p' | sort | uniq -c | sort -rn | |
5589 spf13 - OK | |
2250 Anthony Fok - OK | |
2200 bep - OK | |
1287 Michael Henderson - OK | |
442 Rick Cogley - OK | |
323 Joel Scoble - OK | |
299 Austin Ziegler - OK | |
255 Arjen Schwarz - OK | |
129 Spencer Lyon - OK | |
129 Alex Dunn - OK | |
123 Cyrill Schumacher - OK | |
91 Tatsushi Demachi - OK | |
75 Nate Finch - OK | |
64 Derek Perkins - OK | |
22 Ross Lawley - OK | |
20 Mary Anthony - OK | |
20 Dave Cottlehuber - OK | |
17 Rahul Bansal - OK | |
16 Dan Hersam - OK | |
15 Naoya Inada - OK | |
9 Kartik Singhal - OK | |
6 Noah Campbell - OK | |
6 Jonathan Anderson - OK | |
4 Michael D. Johas Teener - OK | |
258 mdhender | |
212 mattn | |
84 Jeff Ramnani | |
83 Phil Pennock | |
68 karland | |
50 Alexandre Normand | |
39 Augustin Riedinger | |
37 Vincent Batoufflet | |
33 Rasmus Stougaard | |
27 Not Committed Yet | |
25 Bill Traynor | |
23 Ariejan de Vroom | |
22 Michael Whatcott | |
20 Franklin Wise | |
17 Sebastian Krause | |
16 philgs | |
15 tim | |
15 Greg Restall | |
14 tycho garen | |
14 kangkona | |
13 Tom Helmer Hansen | |
13 René Jochum | |
13 Mario Sanchez Carrion | |
12 Ryan Kimber | |
11 sainaen | |
10 Yosuke INOUE | |
8 Will Stevens | |
8 Dylan MacKenzie | |
8 Ahsanul Haque | |
7 Zach Chadwick | |
7 Liam Bowen | |
6 Kristoffer Grönlund | |
6 Jorin Vogel | |
6 Danilo Cabello | |
5 Daniel Fairhead | |
4 jesper-mortensen | |
3 Marcelo Glezer | |
3 Andre R | |
2 complexsplit | |
2 Tomas Roos | |
2 Rolando Pereira | |
2 Nikolay Kirsh | |
2 Matt Way | |
2 LK4D4 | |
2 Kevin Burke | |
2 Ivan Fraixedes | |
2 Erlend Klakegg Bergheim | |
2 Brandon Black |
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
mdhender | |
mattn | |
Jeff Ramnani | |
Phil Pennock | |
karland | |
Alexandre Normand | |
Augustin Riedinger | |
Vincent Batoufflet | |
Rasmus Stougaard | |
Not Committed Yet | |
Bill Traynor | |
Ariejan de Vroom | |
Michael Whatcott | |
Franklin Wise | |
Sebastian Krause | |
philgs | |
tim | |
Greg Restall | |
tycho garen | |
kangkona | |
Tom Helmer Hansen | |
René Jochum | |
Mario Sanchez Carrion | |
Ryan Kimber | |
sainaen | |
Yosuke INOUE | |
Will Stevens | |
Dylan MacKenzie | |
Ahsanul Haque | |
Zach Chadwick | |
Liam Bowen | |
Kristoffer Grönlund | |
Jorin Vogel | |
Danilo Cabello | |
Daniel Fairhead | |
jesper-mortensen | |
Marcelo Glezer | |
Andre R | |
complexsplit | |
Tomas Roos | |
Rolando Pereira | |
Nikolay Kirsh | |
Matt Way | |
LK4D4 | |
Kevin Burke | |
Ivan Fraixedes | |
Erlend Klakegg Bergheim | |
Brandon Black |
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
while read i; do echo "=========================="; echo $i; echo; git log --no-merges --stat --author="$i" --name-only --pretty=format:"" | sort -u; done < contributors-while-do.txt > contributorfiles | |
========================== | |
mdhender | |
docs/content/overview/introduction.md | |
docs/content/templates/functions.md | |
docs/content/tutorials/github-pages-blog.md | |
docs/content/tutorials/installing-on-mac.md | |
docs/content/tutorials/installing-on-windows.md | |
docs/content/tutorials/mathjax.md | |
========================== | |
mattn | |
commands/check.go | |
commands/hugo.go | |
commands/limit_darwin.go | |
commands/limit_others.go | |
========================== | |
Jeff Ramnani | |
docs/content/templates/404.md | |
docs/content/templates/debugging.md | |
docs/content/templates/functions.md | |
docs/content/templates/variables.md | |
========================== | |
Phil Pennock | |
docs/content/extras/permalinks.md | |
docs/content/extras/urls.md | |
docs/content/layout/go-templates.md | |
docs/content/layout/variables.md | |
docs/content/meta/release-notes.md | |
docs/content/overview/configuration.md | |
hugolib/config.go | |
hugolib/page.go | |
hugolib/page_test.go | |
hugolib/permalinks.go | |
hugolib/permalinks_test.go | |
hugolib/site.go | |
hugolib/site_test.go | |
hugolib/siteinfo_test.go | |
template/bundle/template.go | |
template/bundle/template_test.go | |
transform/chain.go | |
========================== | |
karland | |
docs/content/extras/highlighting.md | |
docs/content/meta/release-notes.md | |
docs/content/overview/configuration.md | |
========================== | |
Alexandre Normand | |
docs/content/showcase/heyitsalex.md | |
docs/content/tutorials/migrate-from-jekyll.md | |
docs/layouts/chrome/menu.html | |
docs/static/static/img/heyitsalex-tn.jpg | |
docs/static/static/img/kjhealy-tn.jpg | |
========================== | |
Augustin Riedinger | |
docs/content/tutorials/github_pages_blog.md | |
========================== | |
Vincent Batoufflet | |
commands/hugo.go | |
commands/server.go | |
docs/content/layout/sitemap.md | |
docs/content/overview/source-directory.md | |
examples/blog/layouts/sitemap.xml | |
helpers/content.go | |
hugolib/node.go | |
hugolib/page.go | |
hugolib/site.go | |
hugolib/sitemap.go | |
hugolib/sitemap_test.go | |
hugolib/template.go | |
hugolib/template_embedded.go | |
hugolib/template_test.go | |
template/bundle/template.go | |
========================== | |
Rasmus Stougaard | |
Makefile | |
docs/content/community/press.md | |
docs/content/content/summaries.md | |
docs/content/showcase/stou.md | |
docs/static/img/stou-tn.png | |
========================== | |
Not Committed Yet | |
========================== | |
Bill Traynor | |
docs/content/tutorials/installing-on-windows.md | |
========================== | |
Ariejan de Vroom | |
.travis.yml | |
docs/content/templates/functions.md | |
tpl/template_funcs.go | |
tpl/template_funcs_test.go | |
========================== | |
Michael Whatcott | |
docs/content/extras/comments.md | |
========================== | |
Franklin Wise | |
commands/hugo.go | |
docs/content/tutorials/github_pages_blog.md | |
========================== | |
Sebastian Krause | |
docs/content/extras/datafiles.md | |
========================== | |
philgs | |
docs/content/content/summaries.md | |
docs/content/overview/configuration.md | |
docs/content/templates/variables.md | |
========================== | |
tim | |
docs/content/content/archetypes.md | |
docs/content/showcase/vamp.md | |
docs/static/img/vamp_landingpage.png | |
hugolib/page.go | |
hugolib/page_permalink_test.go | |
========================== | |
Greg Restall | |
docs/content/showcase/consequently.md | |
docs/static/img/consequently.jpg | |
========================== | |
tycho garen | |
.gitignore | |
docs/config.json | |
docs/config.yaml | |
docs/content/doc/configuration.md | |
docs/content/doc/contributing.md | |
docs/content/doc/contributors.md | |
docs/content/doc/example.md | |
docs/content/doc/front-matter.md | |
docs/content/doc/installing.md | |
docs/content/doc/license.md | |
docs/content/doc/organization.md | |
docs/content/doc/release-notes.md | |
docs/content/doc/roadmap.md | |
docs/content/doc/rst.rst | |
docs/content/doc/shortcodes.md | |
docs/content/doc/source-directory.md | |
docs/content/doc/templates.md | |
docs/content/doc/usage.md | |
docs/content/doc/variables.md | |
hugolib/config.go | |
hugolib/helpers.go | |
hugolib/page.go | |
main.go | |
========================== | |
kangkona | |
docs/content/showcase/kangkona.md | |
docs/static/img/kangkona-tn.png | |
========================== | |
Tom Helmer Hansen | |
docs/content/showcase/thehome.md | |
docs/content/templates/functions.md | |
docs/static/img/thehome.png | |
tpl/template.go | |
========================== | |
René Jochum | |
commands/hugo.go | |
source/filesystem.go | |
tpl/template.go | |
========================== | |
Mario Sanchez Carrion | |
docs/content/showcase/mariosanchez.md | |
docs/static/img/mariosanchez-tn.jpg | |
========================== | |
Ryan Kimber | |
docs/content/showcase/launchcode5.md | |
docs/static/img/launchcode-tn.jpg | |
========================== | |
sainaen | |
docs/content/templates/rss.md | |
========================== | |
Yosuke INOUE | |
docs/content/overview/configuration.md | |
helpers/content.go | |
========================== | |
Will Stevens | |
docs/content/templates/functions.md | |
hugolib/template.go | |
========================== | |
Dylan MacKenzie | |
commands/server.go | |
helpers/path.go | |
helpers/path_test.go | |
========================== | |
Ahsanul Haque | |
commands/hugo.go | |
commands/new.go | |
helpers/content.go | |
helpers/general.go | |
helpers/path.go | |
helpers/pygments.go | |
helpers/url.go | |
========================== | |
Zach Chadwick | |
docs/content/showcase/cloudshark.md | |
docs/layouts/showcase/thumbnail.html | |
docs/static/static/img/cloudshark-tn.jpg | |
========================== | |
Liam Bowen | |
commands/server.go | |
========================== | |
Kristoffer Grönlund | |
commands/hugo.go | |
hugolib/site.go | |
========================== | |
Jorin Vogel | |
docs/content/extras/shortcodes.md | |
========================== | |
Danilo Cabello | |
docs/content/content/example.md | |
docs/content/layout/content.md | |
docs/content/layout/templates.md | |
========================== | |
Daniel Fairhead | |
docs/content/templates/functions.md | |
========================== | |
jesper-mortensen | |
docs/content/templates/go-templates.md | |
========================== | |
Marcelo Glezer | |
commands/server.go | |
========================== | |
Andre R | |
commands/hugo.go | |
docs/content/overview/configuration.md | |
docs/content/overview/usage.md | |
========================== | |
complexsplit | |
docs/content/overview/introduction.md | |
========================== | |
Tomas Roos | |
docs/content/templates/list.md | |
========================== | |
Rolando Pereira | |
docs/content/templates/overview.md | |
docs/content/tutorials/github_pages_blog.md | |
========================== | |
Nikolay Kirsh | |
docs/content/content/organization.md | |
========================== | |
Matt Way | |
commands/server.go | |
========================== | |
LK4D4 | |
commands/hugo.go | |
docs/content/extras/highlighting.md | |
helpers/pygments.go | |
========================== | |
Kevin Burke | |
commands/server.go | |
========================== | |
Ivan Fraixedes | |
docs/content/templates/content.md | |
========================== | |
Erlend Klakegg Bergheim | |
commands/hugo.go | |
commands/new.go | |
hugolib/site.go | |
hugolib/site_test.go | |
========================== | |
Brandon Black | |
README.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment