C# Class GitSharp.Core.Transport.FetchProcess

Afficher le fichier Open project: jagregory/GitSharp

Private Methods

Méthode Description
FetchProcess ( Transport t, ICollection f ) : System.Collections
askForIsComplete ( ) : bool
closeConnection ( ) : void
createUpdate ( RefSpec spec, ObjectId newId ) : TrackingRefUpdate
deleteStaleTrackingRefs ( GitSharp.Core.Transport.FetchResult result, RevWalk walk ) : void
deleteTrackingRef ( GitSharp.Core.Transport.FetchResult result, Repository db, RevWalk walk, RefSpec spec, Ref localRef ) : void
execute ( ProgressMonitor monitor, GitSharp.Core.Transport.FetchResult result ) : void
executeImp ( ProgressMonitor monitor, GitSharp.Core.Transport.FetchResult result ) : void
expandAutoFollowTags ( ) : ICollection
expandFetchTags ( ) : void
expandSingle ( RefSpec spec, HashSet matched ) : void
expandWildcard ( RefSpec spec, HashSet matched ) : void
fetchObjects ( ProgressMonitor monitor ) : void
isTag ( Ref r ) : bool
isTag ( string name ) : bool
removeFetchHeadRecord ( ObjectId want ) : void
removeTrackingRefUpdate ( ObjectId want ) : void
reopenConnection ( ) : void
updateFETCH_HEAD ( GitSharp.Core.Transport.FetchResult result ) : void
want ( Ref src, RefSpec spec ) : void
wantTag ( Ref r ) : void