C# Class GitIStage.PatchProvider

Mostra file Open project: terrajobst/git-istage

Public Methods

Method Description
GetPatch ( ) : Patch
PatchProvider ( Repository repository, string path, bool isStage ) : System

Method Details

GetPatch() public method

public GetPatch ( ) : Patch
return Patch

PatchProvider() public method

public PatchProvider ( Repository repository, string path, bool isStage ) : System
repository LibGit2Sharp.Repository
path string
isStage bool
return System