Changesets can be listed by changeset number.
The Git repository is here.
Changeset 151
Protect contents of CVSROOT to fix Ticket #91.
- Comitted by: adh
- Date: Friday December 01 12:05:57 2006 (over 17 years ago)
Affected files:
rool/perl/cvsweb/trunk/cvsweb.conf:
prev. | current | |
# | ||
@ForbiddenFiles = ( | ||
qr|^CVSROOT$|o, # Hide CVSROOT | ||
231 | qr|^CVSROOT/.*$|o, # Hide contents of CVSROOT | |
qr|/\.cvspass$|o, # Should never be committed, but just in case... | ||
#qr|^my/+secret/+dir|o, | ||
); |