Sun Oct 30 21:54:41 UTC 2005 Alberto Bertogli * Add full name as a tooltip in shortlog. diff -rN -u old-darcsweb/darcsweb.cgi new-darcsweb/darcsweb.cgi --- old-darcsweb/darcsweb.cgi 2015-10-09 11:46:21.000000000 +0000 +++ new-darcsweb/darcsweb.cgi 2015-10-09 11:46:21.000000000 +0000 @@ -876,7 +876,9 @@ %(age)s %(author)s - %(name)s + + %(name)s + commit | @@ -888,6 +890,7 @@ 'myrname': config.myreponame, 'hash': p.hash, 'name': shorten_str(p.name), + 'fullname': p.name, } print ""