genindex.sh: include the md5_hex hash of lc(owner) in gitproj.list
commit30da6b0490af6b6912df998f64e333d5bbabd986
authorKyle J. McKay <mackyle@gmail.com>
Tue, 3 Mar 2015 06:11:18 +0000 (2 22:11 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 3 Mar 2015 06:11:18 +0000 (2 22:11 -0800)
treef4837d53e57253cc0c0b6bee851b51cab24c44c2
parent6a8e5dd5a97fb7c04f0c7718df52bf53e3b4d39c
genindex.sh: include the md5_hex hash of lc(owner) in gitproj.list

By caclulating the md5_hex hash of lc(owner) only when there's been
an update and caching it in gitproj.list, we can greatly speed up
the efficiency of projlist.cgi.

Since we have already optimized the updates when passed a project
name the additional burden of one MD5 hash calculation is minimal.

It's probably more expensive to launch perl to do the calculation
than to actually perform it.
gitweb/genindex.sh