Skip to content

gitBlobSha

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/apps/api/src/git-sync/git-sync.types.ts

The git blob sha1 for a UTF-8 content string ("blob \0") — lets the mirror diff desired content against the customer tree WITHOUT uploading unchanged blobs.

Signature

ts
function gitBlobSha(content: string): string

Parameters

NameType
contentstring

Returns: string

Was this page helpful?

Download as PDF