]> Nutra Git (v1) - gamesguru/git-remote-gcrypt.git/commitdiff
fix note about performance
authorSean Whitton <spwhitton@spwhitton.name>
Wed, 5 Apr 2017 22:22:33 +0000 (15:22 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Wed, 5 Apr 2017 22:22:33 +0000 (15:22 -0700)
Only the rsync:// backend performs incremental pushes.  The sftp://
backend is no better than gitception.

README.rst
debian/changelog

index 1ceb4da60b14c97f77e40e10afe935efa2ece7e5..53a0492c7a5f24fb6219483d9e66c88c38a1ce76 100644 (file)
@@ -135,12 +135,12 @@ Remote ID
     remote was re-created.
 
 Performance
-    Using an arbitrary `<giturl>` requires uploading the entire
-    repository history with each push.  If your repository history is
-    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.
+    Using an arbitrary `<giturl>` or an `sftp://` URI requires
+    uploading the entire repository history with each push.  If your
+    repository history is large or you are pushing over a slow link,
+    consider using the `rsync://` transport, which performs
+    incremental pushes.  Note that the latter won't work with a
+    repository hosting service like Gitolite, GitHub or GitLab.
 
 Repository Format
 .................
index 21545e9e659424cf5636ac2c722ce529452f86a1..7947fc0ec4d83d45a559182d22ab66cb8715d407 100644 (file)
@@ -8,7 +8,7 @@ git-remote-gcrypt (1.0.2) UNRELEASED; urgency=medium
   Documentation:
   * Drop section "Note to users of GnuPG version 2".
     The issue was a regression in GnuPG 2.x, fixed in version 2.1.16.
-  * Add a note about performance when pushing to arbitrary git URLs.
+  * Add a note about performance when not using the rsync:// backend.
   * Add section containing author and maintainer information.
   * Add `apt-get` installation instructions, for the benefit of GitHub users.
   * Other minor edits and formatting changes.