Method | Description | |
---|---|---|
ExportMetadatasInitializer ( Globals globals ) : System | ||
InitializeConfig ( IGitRepository repository, string mappingFile = null ) : void |
Initializes a repository to always export meta data
|
|
InitializeRemote ( IGitTfsRemote remote, bool shouldExportMetadata ) : void |
Configures a IGitTfsRemote to export metadata
|
public ExportMetadatasInitializer ( Globals globals ) : System | ||
globals | Globals | |
return | System |
public InitializeConfig ( IGitRepository repository, string mappingFile = null ) : void | ||
repository | IGitRepository | |
mappingFile | string | |
return | void |
public InitializeRemote ( IGitTfsRemote remote, bool shouldExportMetadata ) : void | ||
remote | IGitTfsRemote | |
shouldExportMetadata | bool | |
return | void |