Edit

GitTreeDiff Class

Definition

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

Constructors

GitTreeDiff()

Properties

BaseTreeId

ObjectId of the base tree of this diff.

DiffEntries

List of tree entries that differ between the base and target tree.

Renames and object type changes are returned as a delete for the old object and add for the new object.

If a continuation token is returned in the response header, some tree entries are yet to be processed and may yeild more diff entries. If the continuation token is not returned all the diff entries have been included in this response.

TargetTreeId

ObjectId of the target tree of this diff.

Url

REST Url to this resource.

Applies to