If you have an account on Stallman, you can now set up a public git repo that shows up on our gitweb setup!
Here's how. This assumes you already have a git repo at ~/example/.git and want to make a public repo called example.git.
chmod a+rx ~/git). As in the web space, your home directory must have a+x permissions.git clone --bare ~/example ~/git/example.git
cd ~/git/example.git
git config core.sharedRepository allgit update-server-infoIf you need help, please email meinwald [dot] 1 [at] osu [dot] edu (Matt).
Browse current git repos.