cerrado @ master

clone: 
https://beta.gabrielgio.me/cerrado
v0.3

Fix:
* Clone fails for larger repositories.

New:
* Allow to setup hostname. Used on git clone url.
* Show git clone url on summary
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
master
[ see refs... ]
feat: Show git clone url on summary
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.
[ see log... ]