You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deterministic/caller-specified ETags — Instead of hashing the generated output bytes (which differ per generation even on the same commit), allow the caller to specify the ETag (e.g. commit SHA). This dedupes snapshot generation on the same input and avoids needless churn for low-traffic repos. #372