C# Class GitSharp.Core.IndexDiff

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

Méthodes publiques

Méthode Description
Diff ( ) : bool

Run the diff operation. Until this is called, all lists will be empty

IndexDiff ( Repository repository ) : System.Collections.Generic

Construct an indexdiff for diffing the workdir against the index.

IndexDiff ( Tree tree, GitIndex index ) : System.Collections.Generic

Construct an indexdiff for diffing the workdir against both the index and a tree.

Private Methods

Méthode Description
CheckUntrackedDirectory ( string path, string relative_path ) : void
CheckUntrackedFile ( FileInfo f, string relative_path ) : void

Method Details

Diff() public méthode

Run the diff operation. Until this is called, all lists will be empty
public Diff ( ) : bool
Résultat bool

IndexDiff() public méthode

Construct an indexdiff for diffing the workdir against the index.
public IndexDiff ( Repository repository ) : System.Collections.Generic
repository Repository
Résultat System.Collections.Generic

IndexDiff() public méthode

Construct an indexdiff for diffing the workdir against both the index and a tree.
public IndexDiff ( Tree tree, GitIndex index ) : System.Collections.Generic
tree Tree
index GitIndex
Résultat System.Collections.Generic