Annotation of CVSROOT/postwatch, revision 1.1
1.1 ! cvs 1: # The "postwatch" file is called after any command finishes writing new
! 2: # file attribute (watch/edit) information in a directory.
! 3: #
! 4: # If any format strings are present in the filter, they will be replaced
! 5: # as follows:
! 6: # %c = canonical name of the command being executed
! 7: # %I = unique (randomly generated) commit ID
! 8: # %R = the name of the referrer, if any, otherwise the value NONE
! 9: # %p = path relative to repository
! 10: # %r = repository (path portion of $CVSROOT)
! 11: #
! 12: # The first entry on a line is a regular expression which is tested
! 13: # against the directory that the change is being committed to, relative
! 14: # to the $CVSROOT. For the first match that is found, then the remainder
! 15: # of the line is the name of the filter to run.
! 16: #
! 17: # If the repository name does not match any of the regular expressions in this
! 18: # file, the "DEFAULT" line is used, if it is specified.
! 19: #
! 20: # If the name "ALL" appears as a regular expression it is always used
! 21: # in addition to the first matching regex or "DEFAULT".
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>