GitTreeDiffEntry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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. |