Changeset 1283
- Timestamp:
- Nov 7, 2010, 3:46:01 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.svndigest/config
r1182 r1283 4 4 ### this file. 5 5 6 ### Section for setting output 7 [output] 8 # if true svndigest will output blame information for each file. 9 blame-information = yes 10 # if true report will have pages for files and not only directories. 11 file = yes 12 # svndigest uses this value to replace tabs with spaces in blame output 13 tab-size = 2 14 6 15 ### Section for setting behaviour of copyright update 7 16 [copyright] 8 17 # if true svndigest will warn if file has no copyright statement. 9 18 missing-copyright-warning = no 19 copyright-string = Copyright (C) 10 20 11 21 ### Section for setting aliases used in copyright update … … 26 36 peter = aa0000 27 37 28 ### Section for setting trac environment 38 ### Section for overriding svn properties. 39 ### The format is the same as for section auto-props in subversion 40 ### config file 41 [svn-props] 42 # COPYING = svndigest:ignore 43 44 ### Section for setting trac environment. 29 45 [trac] 30 46 # If trac-root is set, svndigest will create anchors to the Trac page. 31 47 # trac-root = http://dev.thep.lu.se/svndigest/ 32 48 trac-root = http://dev.thep.lu.se/svndigest/ 49 50 ### Section for setting dictionary for file names. 51 ### Prior looking for file name pattern in section [parsing-codons], 52 ### the file name may be translated according to the rules 53 ### in this section. In default setting there is, for example, 54 ### a rule to translate `<FILENAME>.in' to `<FILENAME>'. 55 ### The format of the entries is: 56 ### file-name-pattern = new-name 57 ### Left hand side may contain wildcards (such as '*' and '?'). 58 ### Right hand side may contain "$i", which will be replaced 59 ### with the ith wild card in lhs string. 33 60 34 61 ### Section for setting dictionary for file names.
Note: See TracChangeset
for help on using the changeset viewer.