gitweb: Move git_get_last_activity subroutine earlier
authorJakub Narebski <jnareb@gmail.com>
Sat, 28 Oct 2006 17:43:40 +0000 (19:43 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 28 Oct 2006 21:26:00 +0000 (14:26 -0700)
This is purely cosmetic. Having git_get_* between two parse_* subroutines
violated a good convention to group related things together.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found