author | Jakub Narebski <jnareb@gmail.com> | |
Fri, 15 Sep 2006 02:56:03 +0000 (04:56 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 15 Sep 2006 05:54:40 +0000 (22:54 -0700) | ||
commit | fc2b2be031f44aef0106cf7f872b750cd90b2253 | |
tree | 95599c8b464cb634651e672732d8dc0152d60f84 | tree | snapshot |
parent | c83a77e4e139303a8a830b2ba7802bed0b8fe9d9 | commit | diff |
gitweb: Add git_project_index for generating index.aux
Add git_project_index, which generates index.aux file that can be used
as a source of projects list, instead of generating projects list from
a directory. Using file as a source of projects list allows for some
projects to be not present in gitweb main (project_list) page, and/or
correct project owner info. And is probably faster.
Additionally it can be used to get the list of all available repositories
for scripts (in easily parseable form).
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Add git_project_index, which generates index.aux file that can be used
as a source of projects list, instead of generating projects list from
a directory. Using file as a source of projects list allows for some
projects to be not present in gitweb main (project_list) page, and/or
correct project owner info. And is probably faster.
Additionally it can be used to get the list of all available repositories
for scripts (in easily parseable form).
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl | diff | blob | history |