]> git.ipfire.org Git - thirdparty/git.git/commit
gitweb: use for-each-ref to show the latest activity across branches
authorJunio C Hamano <junkio@cox.net>
Sun, 15 Oct 2006 10:29:09 +0000 (03:29 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 15 Oct 2006 10:29:09 +0000 (03:29 -0700)
commit63e02a1be308aa57f3cabd7e951a94ac3b7aeb51
treefb7fd8b2507bd02f30ca6a6dbf59b7fb7ceb03de
parentb2d3476e15cefdbd94366d4cf46fd05c1623034f
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 <junkio@cox.net>
gitweb/gitweb.perl