Community
Participate
Working Groups
The web index of our Git repos will soon be hard to read (if it isn't already). A first step would be to insert a break based on the first letter of the repo name. bpmn2 bpmnmodeler emf/org.eclipse.emf.mwe.git emf/org.eclipse.emf.mwe.releng.git gemini.web/org.eclipse.gemini.web.gemini-web-container.git gyrex/main.git Gyrex - Equinox on servers. m2t/org.eclipse.xpand.git
Whitespaces will cause the page to eventually become very long. Maybe an alphabetic index at the top to jump to a specific letter directly? For convenience, it would be great to have http://git.eclipse.org/c redirect to http://git.eclipse.org/c/ to avoid 404s.
We'll eventually have several hundred repos, so the page will definitely get insanely long. As for adding an alphabetic index, that's a great idea. Cgit is written in C, which is not my strong point. I'll try opening an enhancement request at the project rather than attempt to do server-side C code riddled with buffer underruns.
The newer version of cgit allows splitting the list into sections, based on the path. Since we create one "container" directory for each project, this groups all of one project's repos into a grouping. I'll close this as fixed since this is the best I can do for now.