]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/redirect.mdwn
(no commit message)
[git.ikiwiki.info.git] / doc / bugs / redirect.mdwn
1 I suppose this isn't technically a bug, but whetever.
3 I want symbolic links to be rendered as HTTP redirects. For example,
4 if we do this,
6     touch foo.mkdwn
7     ln -s foo.mkdwn bar.mkdwn
8     git push baz.branchable.com
10 then the following command should print 302
12     curl -o /dev/null -s -w "%{http_code}" http://baz.thomaslevine.com/bar/