gitweb/genindex.sh: maintain a gitdir.list file
commit7d2ea090cdf4eeb952ff19929490bd22fdef1f59
authorKyle J. McKay <mackyle@gmail.com>
Tue, 7 Jul 2020 19:55:23 +0000 (7 12:55 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 7 Jul 2020 19:55:23 +0000 (7 12:55 -0700)
tree5813b68281119e77506835ab10d9e101b00bf3a6
parentb3f6aba06a4f1da9737869884fb35d6d640c4d7e
gitweb/genindex.sh: maintain a gitdir.list file

The gitdir.list file contains two fields on each line,
the project name followed by a space, followed by the full,
absolute, physical path to the project's "GIT_DIR".

By using the gitdir.list file it's always possible to
translate a full absolute physical path back into the
correct project name (notwitstanding any bind mounts that
cause a project to be located in more than one physical
location).

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