13 |
# - Some strings are expanded with printf like |
# - Some strings are expanded with printf like |
14 |
# conversions which start with '%'. Not all |
# conversions which start with '%'. Not all |
15 |
# are applicable at all times, in which case they |
# are applicable at all times, in which case they |
16 |
# will expand to noting. |
# will expand to nothing. |
17 |
# %c = cvsroot (with trailing '/') |
# %c = cvsroot (with trailing '/') |
18 |
# %C = cvsroot (*without* trailing '/') |
# %C = cvsroot (*without* trailing '/') |
19 |
# %m = module (with trailing '/') |
# %m = module (with trailing '/') |
32 |
# %s = state of revision |
# %s = state of revision |
33 |
# %t = current tag of branch or revision |
# %t = current tag of branch or revision |
34 |
# %0..%9 = command-line argument -0 .. -9 |
# %0..%9 = command-line argument -0 .. -9 |
35 |
|
# %l = htmlized logentry of the revision |
36 |
|
# %L = logentry of revision |
37 |
|
# The logentry expansion take an optional argument to specify |
38 |
|
# max length of the expansion like %l[25]. |
39 |
# |
# |
40 |
# - Numbers may be entered as octal, decimal or |
# - Numbers may be entered as octal, decimal or |
41 |
# hex as in 0117, 79 and 0x4f respectively. |
# hex as in 0117, 79 and 0x4f respectively. |
122 |
anti_alias = true; |
anti_alias = true; |
123 |
thick_lines = 1; |
thick_lines = 1; |
124 |
|
|
125 |
|
# parse_logs <boolean> |
126 |
|
# Enable the parsing of the *entire* ,v file to read the |
127 |
|
# log-entries between revisions. This is necessary for |
128 |
|
# the %l expansion to work, but slows down parsing by |
129 |
|
# a very large factor. You're warned. |
130 |
|
parse_logs = false; |
131 |
|
|
132 |
tag_font = medium; |
tag_font = medium; |
133 |
tag_ttfont = "/dos/windows/fonts/ariali.ttf"; |
tag_ttfont = "/dos/windows/fonts/ariali.ttf"; |
134 |
tag_ttsize = 11.0; |
tag_ttsize = 11.0; |