genindex.sh: keep a gitproj.list file in addition to gitweb.list
commit6a37fbbd9884a57c246c954f82f8fdc1acc53cdb
authorKyle J. McKay <mackyle@gmail.com>
Tue, 3 Mar 2015 05:17:02 +0000 (2 21:17 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 3 Mar 2015 05:25:02 +0000 (2 21:25 -0800)
tree52989dd849e5ea78b43cd9154d14e0bb1194ae17
parentaa61626446ff87b06a5854f644d8812a3e06f7de
genindex.sh: keep a gitproj.list file in addition to gitweb.list

The gitproj.list file is simply the initial version of the sorted
project list, but without the silly %-escaping required by gitweb
or the .git suffix on the project name.

It can be more easily used by scripts like projlist.cgi without
having to deal with the %-escaping and since we were already
creating it as a step in the process, save it as gitproj.list.
gitweb/genindex.sh