1 I suppose this isn't technically a bug, but whetever.
3 I want symbolic links to be rendered as HTTP redirects. For example,
8 ln -s foo.mkdwn bar.mkdwn
9 git push baz.branchable.com
12 then the following command should print 302
15 curl -o /dev/null -s -w "%{http_code}" http://wiki.thomaslevine.com