Comparing version 0.0.8 to 0.0.9
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"license": "GPL-3.0", | ||
@@ -29,6 +29,3 @@ "scripts": { | ||
}, | ||
"keywords": [ | ||
"codesandbox", | ||
"gitlab" | ||
] | ||
"keywords": ["codesandbox", "gitlab"] | ||
} |
@@ -50,2 +50,8 @@ # g4c - Git for CodeSandbox | ||
- Binaries like PNGs are problematic | ||
- Delete orphans is not enabled, so stray files may be present in working temp dir. | ||
- `npx -y g4c i` should install latest if not found | ||
Also, | ||
Every call to rsyncjs copies all files, even if they are the same or have been copied before. As read calls are cheaper than write ones, one solution is to add support for a checksum function which will compare the file if the destination is younger. Hardlinks are not an option in CSB, as `/sandbox` has it's own device. | ||
@@ -52,0 +58,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13507
64