change back to git-remote-gcrypt 1.4 url forms, with a note that that version is needed

This commit is contained in:
Joey Hess 2021-04-13 12:55:50 -04:00
parent 6f7730f6cf
commit 948dd8a0cc
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 11 additions and 10 deletions

View file

@ -32,14 +32,11 @@ gcrypt:
To use a local git repository, use: `gitrepo=/path/to/repo`
For a git repository accessed using rsync over ssh, use:
`gitrepo=rsync://user@host:/path/to/repo`
For a git repository accessed over ssh, and using git-annex-shell
to transfer data, use:
`gitrepo=ssh://user@host/path/to/repo` or `gitrepo=host:path`
For a git repository accessed over ssh, an `rsync://` url uses rsync over
ssh, while a `ssh://` url uses git-annex-shell over ssh.
Note that each `git push` has to re-send the whole content of the git
repository when using this option.
repository when using the latter option, so rsync urls are generally more
efficient.
* `chunk` - Enables [[chunking]] when storing large files.