author | Junio C Hamano <junkio@cox.net> | |
Sun, 15 Oct 2006 10:29:09 +0000 (03:29 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 15 Oct 2006 10:29:09 +0000 (03:29 -0700) | ||
commit | 63e02a1be308aa57f3cabd7e951a94ac3b7aeb51 | |
tree | fb7fd8b2507bd02f30ca6a6dbf59b7fb7ceb03de | tree | snapshot |
parent | b2d3476e15cefdbd94366d4cf46fd05c1623034f | commit | diff |
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>
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 | diff | blob | history |