Changes between Version 27 and Version 28 of GitPlugin


Ignore:
Timestamp:
Feb 24, 2008, 9:29:17 AM (16 years ago)
Author:
Herbert Valerio Riedel
Comment:

updated documentation

Legend:

Unmodified
Added
Removed
Modified
  • GitPlugin

    v27 v28  
    1717 - Interpretation of 40-character wide hex-strings as sha1 commit checksums
    1818 - ...
     19
     20=== Requirements ===
     21
     22||        || '''0.10 Plugin''' || '''0.11 Plugin''' ||
     23|| Trac   || 0.10.x      || 0.11.x ||
     24|| Python || 2.4+        || 2.5    ||
     25|| GIT    || 1.4.4+      || 1.5.2+ ||
    1926
    2027== Example Sites ==
     
    6067[git]
    6168## let Trac cache meta-data via CachedRepository wrapper
    62 cached_repository = true
     69cached_repository = true  # default: false
    6370
    6471## disable automatic garbage collection for in-memory commit-tree cache
    65 persistent_cache = true
     72persistent_cache = true  # default: false
     73
     74## length rev sha sums should be tried to abbreviated to (must be >= 4 and <= 40)
     75shortrev_len = 6  # default: 7
    6676}}}
    6777