aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-19 07:49:39 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-19 07:49:39 -0700
commitedb4b159df2ffda5c31110a0c13b139d5460da5e (patch)
tree487a660852321f925eff9119555b28f557e226d6
parent2acd5ad32a1ca7d0f15008824b1c9a779f334ad7 (diff)
downloadgit-remote-gcrypt-edb4b159df2ffda5c31110a0c13b139d5460da5e.tar.gz
tweak note about performance
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 0f6e2d6..bf0c4b7 100644
--- a/README.rst
+++ b/README.rst
@@ -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
.................