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

index b1ba9919c4829a7d3191507583a7b1db5960a60d..64d37b76b99c6956f07189b43ba5832f64bad13b 100644 (file)
@@ -141,6 +141,14 @@ Remote ID
     a warning if the Remote ID changes, which should only happen if the
     remote was re-created.
 
+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.
+
 Repository Format
 .................
 
index 81a4118511f4475cb24c0d7721e9c64a41bc7c71..3caf1ab994d1e05b905f100aebe2ea8b5c77745a 100644 (file)
@@ -1,3 +1,10 @@
+git-remote-gcrypt (1.0.2-1) UNRELEASED; urgency=medium
+
+  Documentation:
+  * Add a note about performance when pushing to arbitrary git URLs.
+
+ -- Sean Whitton <spwhitton@spwhitton.name>  Sun, 19 Feb 2017 07:42:05 -0700
+
 git-remote-gcrypt (1.0.1-1) unstable; urgency=low
 
   Upstream: