gitea/modules/web
zeripath eedc0c8324
Defer closing the gitrepo until the end of the wrapped context functions ()
There was a mistake in  where deferral of gitrepo close occurs before it should.

This PR fixes this.

Signed-off-by: Andrew Thornton <art27@cantab.net>
..
middleware Use index of the supported tags to choose user lang ()
route.go Defer closing the gitrepo until the end of the wrapped context functions ()
route_test.go Move macaron to chi ()