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)
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>
No differences found