Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GitTreeDiffEntry

Hierarchy

  • GitTreeDiffEntry

Index

Properties

Optional baseObjectId

baseObjectId: string

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

Optional path

path: string

Relative path in base and target trees.

Optional targetObjectId

targetObjectId: string

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

Generated using TypeDoc