aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-19 07:43:05 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-19 07:43:05 -0700
commit0460c22203221cefc899841249fd99f9c74a8ec0 (patch)
tree7eb37387e364355b5423c7c0f1c0f0c889e58817 /README.rst
parent001c427e636c507f8025bc06d243fccd71ba8e13 (diff)
downloadgit-remote-gcrypt-0460c22203221cefc899841249fd99f9c74a8ec0.tar.gz
add a note about performance
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index b1ba991..64d37b7 100644
--- a/README.rst
+++ b/README.rst
@@ -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
.................