cerrado @ master

v0.2.1

New:
- Experimental support for http git clone
- Add ref page

Refactor:
- Remove extra padding to remove horizontal scroll
- Show reference more often
v0.2

Refactor:
- Improve summary page
- Make underline more cohesive
v0.1

New:
- Add references to log page

Refactor:
- Remove under development warning
master
[ see refs... ]
feat: Add hostname config
feat: Wrap request

Since request is not a interface I need to create a wraper for it so I
can extend it later.
fix: reader variable was being shadowed

Larger projects that trigger the client to go for gzip was erring. Gzip
reader was not setting a variable but rather creating a new one. That
led the "git-upload-pack" to received the compressed date rendering it
unable to read the packet lines.
feat: Add initial support for http git clone
fix: Remove extra padding to avoid overflow

This will prevent horizontal scroll to show
ref: Remove restriction to show commit ref

This should make easier to locate where we are at.
feat: Add ref page

Now there is page more tailored to a single ref.
ref: Redo text decoration and hover animation

Make both more cohesive within the application.
ref: Make summary more lean

Now it will only show the first 3 tags to better distribute the page
content.
docs: Update goals

Makes clear what is needed for 1.0, also pushs mail based PR for the
feature.
[ see log... ]