GitTreeEntryRef interface

Properties

gitObjectType

Blob or tree

mode

Mode represented as octal string

objectId

SHA1 hash of git object

relativePath

Path relative to parent tree object

size

Size of content

url

url to retrieve tree or blob

Property Details

gitObjectType

Blob or tree

gitObjectType: GitObjectType

Property Value

mode

Mode represented as octal string

mode: string

Property Value

string

objectId

SHA1 hash of git object

objectId: string

Property Value

string

relativePath

Path relative to parent tree object

relativePath: string

Property Value

string

size

Size of content

size: number

Property Value

number

url

url to retrieve tree or blob

url: string

Property Value

string