C# Класс GitSharp.Core.IndexDiff

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
CheckUntrackedDirectory ( string path, string relative_path ) : void
CheckUntrackedFile ( FileInfo f, string relative_path ) : void

Описание методов

Diff() публичный Метод

Run the diff operation. Until this is called, all lists will be empty
public Diff ( ) : bool
Результат bool

IndexDiff() публичный Метод

Construct an indexdiff for diffing the workdir against the index.
public IndexDiff ( Repository repository ) : System.Collections.Generic
repository Repository
Результат System.Collections.Generic

IndexDiff() публичный Метод

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
Результат System.Collections.Generic