C# 클래스 GitSharp.Core.IndexDiff

파일 보기 프로젝트 열기: jagregory/GitSharp 1 사용 예제들

공개 메소드들

메소드 설명
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