* [PATCH 0/8] gitweb: Bulk load commit objects
@ 2006-12-24 14:30 Robert Fitzsimons
0 siblings, 0 replies; only message in thread
From: Robert Fitzsimons @ 2006-12-24 14:30 UTC (permalink / raw)
To: git
The following is a set of patchs which should improve the preformance of
gitweb by bulk loading commit objects.
Note's:
* With a slight change in command line options and the parsing logic it
was possible to bulk load the history action aswell.
* Even without the rev-list --skip option there should be some
improvement as it is possible to bulk load the first page of commit
object.
[PATCH 1/8] gitweb: Add parse_commits, used to bulk load commit objects.
[PATCH 2/8] gitweb: We do longer need the --parents flag in rev-list.
Base support for bulk loading commit objects.
[PATCH 3/8] gitweb: Change summary, shortlog actions to use parse_commits.
[PATCH 4/8] gitweb: Change log action to use parse_commits.
[PATCH 5/8] gitweb: Change header search action to use parse_commits.
[PATCH 6/8] gitweb: Change atom, rss actions to use parse_commits.
[PATCH 7/8] gitweb: Change history action to use parse_commits.
Convert all the commit listing actions (except pickaxe search) to use
parse_commits, also fixes up a few nav links.
[PATCH 8/8] gitweb: Use rev-list --skip option.
This change requires the rev-list --skip change from next to have
been merged.
Robert
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-12-24 14:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-24 14:30 [PATCH 0/8] gitweb: Bulk load commit objects Robert Fitzsimons
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.