Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
Now there is page more tailored to a single ref.
|
|
Now it is possible to see tag and branch on the log page.
|
|
Add a wrapper to the commit log that also contains possible reference.
This will be useful once to later display the reference in the commit
log.
|
|
Now it is possible to navigate through all commit from a given repository.
It implements a simple navigation which will plenty for now.
|
|
Adds a very simple diff view for a commit
|
|
|
|
|
|
Now it is up to the handler to decide whether it wants to render a file
or not, git only returns the content.
|
|
FileContent was not working for bin file (nor was meant to).
Moving to blob reader solves the issue.
|
|
|
|
|
|
For now all tags are read as reference. That cause tags to not carry its
message body by default but it will be added in the future. For now
simple tags will do.
|
|
|
|
|
|
Now log and tree can be loaded using a given reference.
|
|
UI now it is a broken state. I'll all pages working first so I can
better style it later.
|
|
|
|
Although this creates more complex folder structure will allow in the
feature for a easier testing of those given handlers.
|
|
|