Package tracopt :: Package versioncontrol :: Package git :: Module git_fs :: Class GitConnector

Class GitConnector

source code

         object --+    
                  |    
trac.core.Component --+
                      |
                     GitConnector

Nested Classes

Inherited from trac.core.Component: __metaclass__

Instance Methods
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
get_system_info(self) source code
 
get_wiki_syntax(self) source code
 
get_link_resolvers(self) source code
 
get_supported_types(self) source code
 
get_repository(self, type, dir, params)
GitRepository factory method
source code

Inherited from trac.core.Component: __repr__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods

Inherited from trac.core.Component: implements

Class Variables
  persistent_cache = <BoolOption [git] 'persistent_cache'>
  cached_repository = <BoolOption [git] 'cached_repository'>
  shortrev_len = <IntOption [git] 'shortrev_len'>
  wiki_shortrev_len = <IntOption [git] 'wikishortrev_len'>
  trac_user_rlookup = <BoolOption [git] 'trac_user_rlookup'>
  use_committer_id = <BoolOption [git] 'use_committer_id'>
  use_committer_time = <BoolOption [git] 'use_committer_time'>
  git_fs_encoding = <Option [git] 'git_fs_encoding'>
  git_bin = <Option [git] 'git_bin'>
Properties

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

source code 
x.__init__(...) initializes x; see help(type(x)) for signature
Overrides: object.__init__
(inherited documentation)