Changeset 1361
- Timestamp:
- Jun 4, 2011, 3:33:04 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9-stable/doc/readme.txt
r1278 r1361 166 166 implies that images are not created. 167 167 168 In section [output] you can adjust the size of the report. Default a 169 Blame Information page is created for every file, which can be turned 170 of using the 'blame-information' option. To decrease the size even 171 more, option 'file' can be set to 'no' which means output will only be 172 generated for directories. 173 174 Section [svn-props] allows you to set properties on files (or 175 directories). It is, for example, possible to set property 176 'svndigest:ignore' on all files named `COPYING` using the following line 177 178 COPYING = svndigest:ignore 179 180 The format of this section is the same as in section [auto-props] in a 181 subversion config file. 182 168 183 === TracLinks === 169 184 … … 196 211 statement block is replaced with a new copyright statement generated 197 212 from analyzing `svn blame output`. An author is considered to have 198 copyright of the file if (s)he has added a line of code o fcomment213 copyright of the file if (s)he has added a line of code or comment 199 214 (excluding copyright statements). For an example of the format of the 200 215 generated copyright statement, please have a look at the top of this
Note: See TracChangeset
for help on using the changeset viewer.