aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.rst
diff options
context:
space:
mode:
authorroot <root@localhost>2013-02-14 00:00:00 +0000
committerroot <root@localhost>2013-02-14 00:00:00 +0000
commit677df0e31bcb10f2b1002f6e8f1148051ae34e3d (patch)
tree2138b45db560dfcd3c296bcf666e5d2c7ea1a9cf /README.rst
parent68ff0eb7c46b30fb8499d8aaf39c961e131a4eee (diff)
downloadgit-remote-gcrypt-677df0e31bcb10f2b1002f6e8f1148051ae34e3d.tar.gz
Use rsync for both rsync and ssh access
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index aebd997..368ac85 100644
--- a/README.rst
+++ b/README.rst
@@ -16,7 +16,7 @@ Remote helper programs are invoked by git to handle network transport.
This helper handles gcrypt:: URLs that will access a remote repository
encrypted with GPG, using our custom format.
-Supported locations are `local`, `ssh://`, `rsync://` and `sftp`, where
+Supported locations are `local`, `rsync://` and `sftp://`, where
the repository is stored as a set of files, or instead any `<giturl>`
where gcrypt will store the same representation in a git repository,
bridged over arbitrary git transport.
@@ -39,10 +39,10 @@ Quickstart
::
- git remote add cryptremote gcrypt::ssh://example.com:repo
+ git remote add cryptremote gcrypt::rsync://example.com:repo
git push cryptremote master
> gcrypt: Setting up new repository
- > gcrypt: Repository URL is gcrypt::ssh://example.com:repo#KNBr0wKzct52
+ > gcrypt: Repository URL is gcrypt::rsync://example.com:repo#KNBr0wKzct52
> gcrypt: (configuration for cryptremote updated)
> [ more lines .. ]
> To gcrypt::[...]
@@ -88,7 +88,7 @@ Examples
::
git config gcrypt.participants YOURKEYID
- git remote add cryptremote gcrypt::ssh://example.com:repo
+ git remote add cryptremote gcrypt::rsync://example.com:repo
git push cryptremote HEAD
How to use a git backend::