C# Class GitIStage.PatchProvider

Afficher le fichier Open project: terrajobst/git-istage

Méthodes publiques

Méthode Description
GetPatch ( ) : Patch
PatchProvider ( Repository repository, string path, bool isStage ) : System

Method Details

GetPatch() public méthode

public GetPatch ( ) : Patch
Résultat Patch

PatchProvider() public méthode

public PatchProvider ( Repository repository, string path, bool isStage ) : System
repository LibGit2Sharp.Repository
path string
isStage bool
Résultat System