]> Lady’s Gitweb - Gitweb/commit
gitweb: use for-each-ref to show the latest activity across branches
authorJunio C Hamano <redacted>
Sun, 15 Oct 2006 10:29:09 +0000 (03:29 -0700)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:10 +0000 (00:07 -0400)
commit4557640d6666a3e6cdfef7ad61e439dd064133c9bdcaa36aab9de46224dea170
tree8cb1b1e61e2072cfcf76d15d74e67dd2dcacfce704430b91b5731aff67a88e8f
parentab4615b634ee06a1df80a3c38086ebb64c5df329db6ecc76674b9ac891eed270
gitweb: use for-each-ref to show the latest activity across branches

The project list page shows last change from the HEAD branch but
often people would want to view activity on any branch.

Unfortunately that is fairly expensive without the core-side
support.  for-each-ref was invented exactly for that.

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