Changes between Version 29 and Version 30 of GitPlugin


Ignore:
Timestamp:
Feb 26, 2008, 9:01:43 PM (16 years ago)
Author:
Herbert Valerio Riedel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GitPlugin

    v29 v30  
    6666## the following is only for the 0.11 branch
    6767[git]
    68 ## let Trac cache meta-data via CachedRepository wrapper
    69 cached_repository = true  # default: false
     68## let Trac cache meta-data via CachedRepository wrapper; default: false
     69cached_repository = true
    7070
    71 ## disable automatic garbage collection for in-memory commit-tree cache
    72 persistent_cache = true  # default: false
     71## disable automatic garbage collection for in-memory commit-tree cache; default: false
     72persistent_cache = true
    7373
    74 ## length revision sha-sums should be tried to be abbreviated to (must be >= 4 and <= 40)
    75 shortrev_len = 6  # default: 7
     74## length revision sha-sums should be tried to be abbreviated to (must be >= 4 and <= 40); default: 7
     75shortrev_len = 6
     76
     77## executable (optionally with path) of git executable; default: 'git'
     78git_bin = /usr/src/git-dev/git
    7679}}}
    7780