]> Lady’s Gitweb - Gitweb/commit
gitweb: optimize per-file history generation
authorJunio C Hamano <redacted>
Sat, 1 Jul 2006 01:54:32 +0000 (18:54 -0700)
committerLady <redacted>
Sat, 4 Apr 2026 18:43:37 +0000 (14:43 -0400)
commit0792b368cb85d254c192c827440788e79e8c185ad12d977cef5955bd529f7a8b
tree7b3836d730312b681e43fa0ec82eb0c70570acc855ea356e7f789c9262f83d49
parent5ea3d9481c3f63113eab6a90698b46c7b048508de8eb4e6b97f9e5fd772ad490
gitweb: optimize per-file history generation

The rev-list command that is recent enough can filter commits
based on paths they touch, so use it instead of generating the
full list and limiting it by passing it with diff-tree --stdin.

[jc: The patch originally came from Luben Tuikov but the it was
 corrupt, but it was short enough to be applied by hand.  I
 added the --full-history to make the output compatible with the
 original while doing so.]

Signed-off-by: Junio C Hamano <redacted>
gitweb.cgi
This page took 0.352405 seconds and 4 git commands to generate.