aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-03-09 11:01:00 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-03-09 11:01:00 -0700
commit023672d842225f380e19ffb6429f722b654c6b6b (patch)
treec30b092decb771f461d7fce681af3c4411b098dc
parentb17a596a60dab4cd356823d7072d6cb7c5efb66b (diff)
downloadgit-remote-gcrypt-023672d842225f380e19ffb6429f722b654c6b6b.tar.gz
add note about non-standard rsync URIs
-rw-r--r--README.rst6
-rw-r--r--debian/changelog2
2 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 7ccea65..c413898 100644
--- a/README.rst
+++ b/README.rst
@@ -142,6 +142,12 @@ Performance
incremental pushes. Note that the latter won't work with a
repository hosting service like Gitolite, GitHub or GitLab.
+rsync URIs
+ Note that the URI format for the rsync backend is, regretably,
+ non-standard. git-remote-gcrypt uses ``rsync://user@host:path``
+ whereas plain rsync uses either ``user@host:path`` or
+ ``rsync://user@host/path``.
+
Repository Format
.................
diff --git a/debian/changelog b/debian/changelog
index b551b7e..1a2526d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ git-remote-gcrypt (1.0.3-1) UNRELEASED; urgency=medium
Thanks to Steven R. Loomis for the patch.
* Add redhat/git-remote-gcrypt.spec
Thanks, Frank GrĂ¼llich.
+ * Add note about non-standard rsync:// URI format.
+ Thanks Jane Soko for pointing this out.
-- Sean Whitton <spwhitton@spwhitton.name> Thu, 28 Sep 2017 18:32:58 -0700