--- Junio C Hamano <junkio@cox.net> wrote:
BTW,
- why do we have shortlog and log twice in the top navigation
bar in commit view (a=commit)?
It appears to be in the $extra argument to git_print_page_nav()
from git_commit() from cae1862a, lines 3033-3037.
Luben
- sometimes I'd like to view my tags sorted by name not by
age. Maybe we could add <sort-by> control on the age and
name columns for git_tags_body()?