Property | Type | Description | |
---|---|---|---|
REFSPEC_PUSH_ALL | |||
REFSPEC_TAGS |
Method | Description | |
---|---|---|
ApplyConfig ( |
||
Dispose ( ) : void | ||
Open ( Repository local, |
Support for Transport over HTTP and Git (Anon+SSH)
|
|
Open ( Repository local, |
Support for Transport over HTTP and Git (Anon+SSH)
|
|
Open ( Repository local, string remote ) : |
||
close ( ) : void | ||
fetch ( ProgressMonitor monitor, List |
||
findRemoteRefUpdatesFor ( List |
||
findRemoteRefUpdatesFor ( Repository db, List |
||
openAll ( Repository local, |
||
openAll ( Repository local, string remote ) : List |
||
openFetch ( ) : IFetchConnection | ||
openPush ( ) : IPushConnection | ||
push ( ProgressMonitor monitor, ICollection |
Method | Description | |
---|---|---|
Transport ( Repository local, |
Method | Description | |
---|---|---|
ExpandPushWildcardsFor ( Repository db, IEnumerable |
||
FindTrackingRefName ( string remoteName, IEnumerable |
||
doesNotExist ( |
||
getURIs ( |
public ApplyConfig ( |
||
cfg | ||
return | void |
public static Open ( Repository local, |
||
local | Repository | |
cfg | ||
return |
public static Open ( Repository local, |
||
local | Repository | |
remote | ||
return |
public static Open ( Repository local, string remote ) : |
||
local | Repository | |
remote | string | |
return |
protected Transport ( Repository local, |
||
local | Repository | |
uri | ||
return | System |
public fetch ( ProgressMonitor monitor, List |
||
monitor | ProgressMonitor | |
toFetch | List |
|
return | GitSharp.Core.Transport.FetchResult |
public findRemoteRefUpdatesFor ( List |
||
specs | List |
|
return | ICollection |
public static findRemoteRefUpdatesFor ( Repository db, List |
||
db | Repository | |
specs | List |
|
fetchSpecs | List |
|
return | ICollection |
public static openAll ( Repository local, |
||
local | Repository | |
cfg | ||
return | List |
public static openAll ( Repository local, string remote ) : List |
||
local | Repository | |
remote | string | |
return | List |
public abstract openFetch ( ) : IFetchConnection | ||
return | IFetchConnection |
public abstract openPush ( ) : IPushConnection | ||
return | IPushConnection |
public push ( ProgressMonitor monitor, ICollection |
||
monitor | ProgressMonitor | |
toPush | ICollection |
|
return |
public static RefSpec,GitSharp.Core.Transport REFSPEC_PUSH_ALL | ||
return |