该仓库已于 2023-08-20 归档。您可以查看文件或克隆它,但不能推送、创建工单或合并请求。
yap-6.3/CVSROOT/rcsinfo
root 9a8ee05f1f initial checkin
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@3 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2001-04-03 22:10:44 +00:00

14 行
649 B
Plaintext

# The "rcsinfo" file is used to control templates with which the editor
# is invoked on commit and import.
#
# The first entry on a line is a regular expression which is tested
# against the directory that the change is being made to, relative to the
# $CVSROOT. For the first match that is found, then the remainder of the
# line is the name of the file that contains the template.
#
# If the repository name does not match any of the regular expressions in this
# file, the "DEFAULT" line is used, if it is specified.
#
# If the name "ALL" appears as a regular expression it is always used
# in addition to the first matching regex or "DEFAULT".