Achilleas Koutsou 3a6f191edc Adding big files to annex | há 4 anos atrás | |
---|---|---|
.. | ||
README.md | há 4 anos atrás | |
gin-cli-0.9-linux-amd64.tar.gz | há 4 anos atrás | |
gin-cli-0.9-macos-amd64.tar.gz | há 4 anos atrás | |
gin-cli-0.9-macos-bundle.dmg | há 4 anos atrás | |
gin-cli-0.9-windows-386.zip | há 4 anos atrás | |
gin-cli-0.9.deb | há 4 anos atrás |
When adding files (via gin upload
) the client will now check small files (smaller than 10 MiB by default) into git instead of annex. This threshold can be configured in the config file. Additionally, file patterns (globs) can be specified for exclusion from annex. Any files that match a pattern or is below the small file threshold, will be checked into git rather than the annex.
This behaviour also works in direct mode.
Instead of generating temporary SSH keys for each transaction, a single key pair is created when a user logs in and is deleted when they log out.
The client will no longer work if it cannot find a git-annex binary, or its version is too old (current minimum version: 6.20160126)