From 0460c22203221cefc899841249fd99f9c74a8ec0 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 19 Feb 2017 07:43:05 -0700 Subject: add a note about performance --- README.rst | 8 ++++++++ debian/changelog | 7 +++++++ 2 files changed, 15 insertions(+) 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 `` 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 ................. diff --git a/debian/changelog b/debian/changelog index 81a4118..3caf1ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 19 Feb 2017 07:42:05 -0700 + git-remote-gcrypt (1.0.1-1) unstable; urgency=low Upstream: -- cgit v1.2.3