GitSharp.Core.IndexDiff.IndexDiff C# (CSharp) Method

IndexDiff() public method

Construct an indexdiff for diffing the workdir against the index.
public IndexDiff ( Repository repository ) : System.Collections.Generic
repository Repository
return System.Collections.Generic
        public IndexDiff(Repository repository)
            : this(repository.MapTree("HEAD"), repository.Index)
        {
        }

Same methods

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