Changeset 1360 for branches/0.9-stable


Ignore:
Timestamp:
Jun 3, 2011, 5:20:16 AM (12 years ago)
Author:
Peter Johansson
Message:

update config file using local svndigest (v0.9.2pre). refs #500

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.9-stable/.svndigest/config

    r1182 r1360  
    44### this file.
    55
     6### Section for setting output
     7[output]
     8# if true svndigest will output blame information for each file.
     9blame-information = yes
     10# if true report will have pages for files and not only directories.
     11file = yes
     12# svndigest uses this value to replace tabs with spaces in blame output
     13tab-size = 2
     14
    615### Section for setting behaviour of copyright update
    716[copyright]
    8 # if true svndigest will warn if file has no copyright statement.
     17# warn if file has no copyright statement.
    918missing-copyright-warning = no
     19# defining start of copyright statement
     20copyright-string = Copyright (C)
    1021
    1122### Section for setting aliases used in copyright update
     
    2637peter = aa0000
    2738
    28 ### Section for setting trac environment
     39### Section for overriding svn properties.
     40### The format is the same as for section auto-props in subversion
     41### config file
     42[svn-props]
     43# COPYING = svndigest:ignore
     44
     45### Section for setting trac environment.
    2946[trac]
    3047# If trac-root is set, svndigest will create anchors to the Trac page.
Note: See TracChangeset for help on using the changeset viewer.