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
{{ message }}
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.
When the first change to a file is AddFile we could avoid touching the disk for better performance.
If the first change is not AddFile, we might want to log a warning, because we can't 100% guarantee consistency then. Though, this is unlikely to cause major problems in practice.
The text was updated successfully, but these errors were encountered:
When the first change to a file is
AddFile
we could avoid touching the disk for better performance.If the first change is not
AddFile
, we might want to log a warning, because we can't 100% guarantee consistency then. Though, this is unlikely to cause major problems in practice.The text was updated successfully, but these errors were encountered: