Annotation of CVSROOT/loginfo, revision 1.7

1.1       count       1: # If the repository name does not match any of the regular expressions in this
                      2: # file, the "DEFAULT" line is used, if it is specified.
                      3: #
                      4: # If the name ALL appears as a regular expression it is always used
                      5: # in addition to the first matching regex or DEFAULT.
                      6: #
                      7: # You may specify a format string as part of the
                      8: # filter.  The string is composed of a `%' followed
                      9: # by a single format character, or followed by a set of format
                     10: # characters surrounded by `{' and `}' as separators.  The format
                     11: # characters are:
                     12: #
                     13: #   s = file name
                     14: #   V = old version number (pre-checkin)
                     15: #   v = new version number (post-checkin)
                     16: #
                     17: # For example:
                     18: #DEFAULT (echo ""; id; echo %s; date; cat) >> $CVSROOT/CVSROOT/commitlog
                     19: # or
                     20: #DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog
1.5       cvs        21: #DEFAULT (echo "Subject: [CVS-LinuxTV]: $USER `echo %s | cut -f 1 -d \" \"`"; echo $USER; date; cat) | mail developers@convergence.de
                     22: DEFAULT /cvs/linuxtv/CVSROOT/logmail -s -m developers@convergence.de %s

LinuxTV legacy CVS <linuxtv.org/cvs>