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
commitb1f7d3ec225f5e89766be53318e56c39b39196ba (patch)
tree75874ea5dee123c75a907b739f9b1e2be8739dc5 /README.rst
parente2de0ce73fcb4d79092995c91bf9d80635217445 (diff)
downloadgit-remote-gcrypt-b1f7d3ec225f5e89766be53318e56c39b39196ba.tar.gz
Support rsync://
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 8b84d0e..ffd5a81 100644
--- a/README.rst
+++ b/README.rst
@@ -16,12 +16,13 @@ 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://` and `sftp://`, where the
-repository is stored as a set of files. If the location instead is any
-`<giturl>`, gcrypt will store the same representation in a git
-repository, and so it can be bridged over any git transport.
+Supported locations are `local`, `ssh://`, `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.
-.. NOTE:: Repository format MAY STILL change, incompatibly
+.. NOTE:: Repository format MAY STILL change, incompatibly. We may
+ not continue to support all types of remote transport.
Quickstart
..........