projlist.cgi: use new gitproj.list for increased efficiency
commitecc3e3f5acaa95e8dc9d488bbd474e7ec6ae8e29
authorKyle J. McKay <mackyle@gmail.com>
Tue, 3 Mar 2015 06:30:29 +0000 (2 22:30 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 3 Mar 2015 06:30:29 +0000 (2 22:30 -0800)
tree59d4a901c3b88fa5a9ba7973bbd059d95d9bbcb5
parentf9b9d37f983ebb6507336aa285896361a2574ee2
projlist.cgi: use new gitproj.list for increased efficiency

Since the gitproj.list file contains the pre-computed md5_hex
values for the owners we avoid lots of unnecessary calls to md5_hex
when looking for matches.  We do still have to read the entire
file though.
cgi/projlist.cgi