]> Nutra Git (v2) - gamesguru/git-remote-gcrypt.git/commitdiff
tweak note about performance
authorSean Whitton <spwhitton@spwhitton.name>
Sun, 19 Feb 2017 14:49:39 +0000 (07:49 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Sun, 19 Feb 2017 14:49:39 +0000 (07:49 -0700)
README.rst

index 0f6e2d6bec313fa3220df0607f12b1cf70ee7408..bf0c4b70fb26ac96788008d3cf1aae919d81b0d6 100644 (file)
@@ -143,10 +143,10 @@ Remote ID
 Performance
     Using an arbitrary `<giturl>` requires uploading the entire
     repository history with each push.  If your repository history is
-    large and git-remote-gcrypt is slow, consider using either the
-    `rsync://` or `sftp://` transports, which perform incremental
-    pushes.  Note that this won't work with a repository hosting
-    service like GitHub.
+    large or you are pushing over a slow link, consider using either
+    the `rsync://` or `sftp://` transports, which perform incremental
+    pushes.  Note that the latter won't work with a repository hosting
+    service like gitolite, GitHub or GitLab.
 
 Repository Format
 .................