gitweb: make git_filter_cached_projects actually fill
commit655b21751ec76690cf44d7cd4cfd20e8fb189a18
authorKyle J. McKay <mackyle@gmail.com>
Mon, 6 Apr 2015 04:54:58 +0000 (5 21:54 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 6 Apr 2015 04:54:58 +0000 (5 21:54 -0700)
tree7a7cda35c01e7d66961a20d179cff3cd6c971f53
parentb984fd8f9d6468d10d32b4e619706ef09a251252
gitweb: make git_filter_cached_projects actually fill

Besides just returning an new array of all matches,
git_filter_cached_projects must also fill in the values
in each project in the passed in reference as well.

We simply replace each 'filled' refererence in the
passed in array reference with a copy of the reference
from the cache leaving any that are not in the cache
untouched.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
gitweb/gitweb.perl