Edit

GitTreeDiffEntry Class

Definition

[System.Runtime.Serialization.DataContract]
public sealed class GitTreeDiffEntry
type GitTreeDiffEntry = class
Public NotInheritable Class GitTreeDiffEntry
Inheritance
GitTreeDiffEntry
Attributes

Constructors

GitTreeDiffEntry()

Properties

BaseObjectId

SHA1 hash of the object in the base tree, if it exists. Will be null in case of adds.

ChangeType

Type of change that affected this entry.

ObjectType

Object type of the tree entry. Blob, Tree or Commit("submodule")

Path

Relative path in base and target trees.

TargetObjectId

SHA1 hash of the object in the target tree, if it exists. Will be null in case of deletes.

Applies to