Jakub Narebski [off-list ref] writes:
Jakub Narebski wrote:
quoted
I am planning on copying features from xmms2's gitweb version
to git's gitweb, and introducing new ones.
quoted
* Refactor generation of navigation bar. There are at least two
implementations of that. With hash dispatch it would be easy to
list all possibilities.
Actually I think that whole gitweb.cgi needs refactoring, badly. Generation
of navigation bar is only one, admittedly worst, example of code
duplication.
Yes. I liked what xmms2 folks did to the navbar exactly for
that reason. We would be better off to first clean up what we
currently have before starting to build too much on it.