Свойство | Тип | Описание | |
---|---|---|---|
REFSPEC_PUSH_ALL | |||
REFSPEC_TAGS |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
Transport ( Repository local, |
Метод | Описание | |
---|---|---|
ExpandPushWildcardsFor ( Repository db, IEnumerable |
||
FindTrackingRefName ( string remoteName, IEnumerable |
||
doesNotExist ( |
||
getURIs ( |
public ApplyConfig ( |
||
cfg | ||
Результат | void |
public static Open ( Repository local, |
||
local | Repository | |
cfg | ||
Результат |
public static Open ( Repository local, |
||
local | Repository | |
remote | ||
Результат |
public static Open ( Repository local, string remote ) : |
||
local | Repository | |
remote | string | |
Результат |
protected Transport ( Repository local, |
||
local | Repository | |
uri | ||
Результат | System |
public fetch ( ProgressMonitor monitor, List |
||
monitor | ProgressMonitor | |
toFetch | List |
|
Результат | GitSharp.Core.Transport.FetchResult |
public findRemoteRefUpdatesFor ( List |
||
specs | List |
|
Результат | ICollection |
public static findRemoteRefUpdatesFor ( Repository db, List |
||
db | Repository | |
specs | List |
|
fetchSpecs | List |
|
Результат | ICollection |
public static openAll ( Repository local, |
||
local | Repository | |
cfg | ||
Результат | List |
public static openAll ( Repository local, string remote ) : List |
||
local | Repository | |
remote | string | |
Результат | List |
public abstract openFetch ( ) : IFetchConnection | ||
Результат | IFetchConnection |
public abstract openPush ( ) : IPushConnection | ||
Результат | IPushConnection |
public push ( ProgressMonitor monitor, ICollection |
||
monitor | ProgressMonitor | |
toPush | ICollection |
|
Результат |
public static RefSpec,GitSharp.Core.Transport REFSPEC_PUSH_ALL | ||
Результат |