GitTreeEntryRef interface
Properties
| git |
Blob or tree |
| mode | Mode represented as octal string |
| object |
SHA1 hash of git object |
| relative |
Path relative to parent tree object |
| size | Size of content |
| url | url to retrieve tree or blob |
Property Details
gitObjectType
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