commit
435f1d7ad985d95a6000e55e3fc398300b04ba12
Author: Stefano Lattarini <stefano.lattarini@gmail.com>
Date: Sat May 4 10:30:14 2013 +0200
Assume gnulib is checked out from Git, not CVS
In fact, access to the gnulib repository through CVS has been disabled,
or more precisely, got broken and was never restored; see:
<http://lists.gnu.org/archive/html/bug-gnulib/2013-05/msg00008.html>
"." : str.startswith,
"~" : str.endswith,
"-tests" : str.endswith,
- "CVS" : str.startswith,
"ChangeLog" : str.__eq__,
"COPYING" : str.__eq__,
"README" : str.__eq__,