Method | Description | |
---|---|---|
Contains ( string pathInGitRepo ) : bool | ||
GetGitObject ( string tfsPath ) : |
||
GetPathInGitRepo ( string tfsPath ) : string | ||
PathResolver ( IGitTfsRemote remote, string relativePath, GitObject>.IDictionary |
||
ShouldIncludeGitItem ( string gitPath ) : bool |
Method | Description | |
---|---|---|
Lookup ( string pathInGitRepo ) : |
public Contains ( string pathInGitRepo ) : bool | ||
pathInGitRepo | string | |
return | bool |
public GetGitObject ( string tfsPath ) : |
||
tfsPath | string | |
return |
public GetPathInGitRepo ( string tfsPath ) : string | ||
tfsPath | string | |
return | string |
public PathResolver ( IGitTfsRemote remote, string relativePath, GitObject>.IDictionary |
||
remote | IGitTfsRemote | |
relativePath | string | |
initialTree | GitObject>.IDictionary | |
return | System |
public ShouldIncludeGitItem ( string gitPath ) : bool | ||
gitPath | string | |
return | bool |