]>
This page contains links to git repositories published (or republished) by Benjamin Mako Hill. Repositories related to my academic work are stored over at https://code.communitydata.cc/.
If you click on any repository, you will see a URL that begins with git://
. You can get a full copy of any file by running the command of the form:
git clone [URL from summary page]
The most reliable way to send a patch to me is over email. You can do that by following these steps:
git commit -a
git format-patch HEAD~1
001-SOMETHING.patch
) to an email and send it to me at mako@atdot.cc.If you are more comfortable putting a git repository with your changes online somewhere else and sending a link that to repository, that works too!