]> Nutra Git (v1) - gamesguru/git-remote-gcrypt.git/commitdiff
add note about non-standard rsync URIs
authorSean Whitton <spwhitton@spwhitton.name>
Fri, 9 Mar 2018 18:01:00 +0000 (11:01 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Fri, 9 Mar 2018 18:01:00 +0000 (11:01 -0700)
README.rst
debian/changelog

index 7ccea65f2d8bc247550c7bf70d07345b8b0b46bb..c413898b8dd4c66aa87ba59868028ebe8eef81b6 100644 (file)
@@ -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
 .................
 
index b551b7ea26467b857865c4a1a0539e5deb38be07..1a2526df1184bedb56cf1e009eed75d03e6b6643 100644 (file)
@@ -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