C# Class GitSharp.Core.Transport.FetchHeadRecord

Afficher le fichier Open project: stschake/GitSharp Class Usage Examples

Méthodes publiques

Méthode Description
FetchHeadRecord ( ObjectId newValue, bool notForMerge, string sourceName, URIish sourceUri ) : System.IO
Write ( TextWriter sw ) : void

Method Details

FetchHeadRecord() public méthode

public FetchHeadRecord ( ObjectId newValue, bool notForMerge, string sourceName, URIish sourceUri ) : System.IO
newValue ObjectId
notForMerge bool
sourceName string
sourceUri URIish
Résultat System.IO

Write() public méthode

public Write ( TextWriter sw ) : void
sw System.IO.TextWriter
Résultat void