git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add git_project_index, improve href()
@ 2006-09-15  2:53 Jakub Narebski
  2006-09-15  2:56 ` [PATCH 1/3] gitweb: Add git_project_index for generating index.aux Jakub Narebski
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jakub Narebski @ 2006-09-15  2:53 UTC (permalink / raw)
  To: git

This series of patches introduces "project_index" view, which is text/plain
equivalent of projects list view, again. This time it is accompanied by
the patch which adds links to this view.

"project_index" view has at least two uses: first, to automatically generate
gitweb project index file (which we then edit, e.g. removing some projects
from being visible from gitweb and correcting ownership information).
Second, to get list of projects for scripts, in very easily parseable form.

Even if patches 1 and 3 got discarded, patch 2 is I think worth applying.
It finishes consolidation of URL generation.

Shortlog:
 [PATCH 1/3] gitweb: Add git_project_index for generating index.aux
 [PATCH 2/3] gitweb: Allow for href() to be used for projectless links
 [PATCH 3/3] gitweb: Add link to "project_index" view to "project_list" page

Diffstat:
 gitweb/gitweb.perl |   51 ++++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 44 insertions(+), 7 deletions(-)

P.S. Should shortlog be before, or after diffstat (if it matters)?
-- 
Jakub Narebski
ShadeHawk on #git
Poland

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-09-15 17:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-15  2:53 [PATCH 0/3] Add git_project_index, improve href() Jakub Narebski
2006-09-15  2:56 ` [PATCH 1/3] gitweb: Add git_project_index for generating index.aux Jakub Narebski
2006-09-15  2:57 ` [PATCH 2/3] gitweb: Allow for href() to be used for projectless links Jakub Narebski
2006-09-15  6:17   ` Junio C Hamano
2006-09-15  7:21     ` Jakub Narebski
2006-09-15  2:59 ` [PATCH 3/3] gitweb: Add link to "project_index" view to "project_list" page Jakub Narebski
2006-09-15  9:11   ` [PATCH 3/3 (take 2)] " Jakub Narebski
2006-09-15 17:30 ` [PATCH 2/3 (take 2)] gitweb: Allow for href() to be used for links without project param Jakub Narebski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).