Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf5d430
)
(no commit message)
author
http://thomaslevine.com/
<Thomas@web>
Sun, 2 Mar 2014 21:57:17 +0000
(17:57 -0400)
committer
admin
<admin@branchable.com>
Sun, 2 Mar 2014 21:57:17 +0000
(17:57 -0400)
doc/bugs/redirect.mdwn
[new file with mode: 0644]
patch
|
blob
diff --git a/doc/bugs/redirect.mdwn
b/doc/bugs/redirect.mdwn
new file mode 100644
(file)
index 0000000..
f7dac60
--- /dev/null
+++ b/
doc/bugs/redirect.mdwn
@@ -0,0
+1,16
@@
+I suppose this isn't technically a bug, but whetever.
+
+I want symbolic links to be rendered as HTTP redirects. For example,
+if we do this,
+
+```
+touch foo.mkdwn
+ln -s foo.mkdwn bar.mkdwn
+git push baz.branchable.com
+```
+
+then the following command should print 302
+
+```
+curl -o /dev/null -s -w "%{http_code}" http://wiki.thomaslevine.com
+```