gitit does not follow symbolic links
Open
- Dominant language
- Haskell
- Stars
- 2.3k
- Forks
- 231
- PR merge metrics
- No merged PRs in 30d
Description
Gitit only shows the content of a symbolic link (the filename the link points to)
gitit version 0.10.3.1 +plugins
how to reproduce
```
ln -s Help.page Help-link.page
git add Help-link.page
git commit -m ""
```
The page http://localhost/Help-link.page shows the String "Help.page" and not the content of Help.page.
In combination with git-annex it get's really bad.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.