Previously, branches with slashes in the name would consume all slashed
segments in a URL, causing the routes to capture incorrect file paths.
This solution is not particularly elegant - anywhere a route used
both a commit-ish identifier and a path, we collapse those two params
into a single param, and parse that param inside the route.
It seems to be working reasonably reliably, but has not seen extensive
testing.
It is also not particularly pretty. If anyone sees ways to improve it,
please, have at it.
Force the gravatar image to load over HTTPS so that when gitlist is placed on a website that loads over HTTPS the insecure link doesn't break the padlock security alert in many popular browsers.
that file's history. It's also possible to view the file at that revision
and then press the history button on the page that is loaded after clicking,
but this makes it faster and easier as well as more obvious.