aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-04-05 15:22:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-04-05 15:22:33 -0700
commitf485366420578246938ba7d2e6f06a337fb61862 (patch)
tree41376b04001b088dec8e0762c8dec0b8d4c257e1 /debian
parent6f880be5021292fb4a060305d5535e1fa2ef144a (diff)
downloadgit-remote-gcrypt-f485366420578246938ba7d2e6f06a337fb61862.tar.gz
fix note about performance
Only the rsync:// backend performs incremental pushes. The sftp:// backend is no better than gitception.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 21545e9..7947fc0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.