]> Nutra Git (v1) - gamesguru/git-remote-gcrypt.git/commitdiff
improve first section of manpage
authorSean Whitton <spwhitton@spwhitton.name>
Fri, 9 Mar 2018 18:05:37 +0000 (11:05 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Fri, 9 Mar 2018 18:05:37 +0000 (11:05 -0700)
README.rst
debian/changelog

index c413898b8dd4c66aa87ba59868028ebe8eef81b6..9705dfb12b8ddbf121ff0611fe48c994290306dd 100644 (file)
@@ -11,14 +11,15 @@ GNU Privacy Guard-encrypted git remote
 Description
 ===========
 
-Remote helper programs are invoked by git to handle network transport.
-This helper handles `gcrypt::` URLs that will access a remote repository
-encrypted with GPG, using our custom format.
-
-Supported locations are `local`, `rsync://` and `sftp://`, where the
-repository is stored as a set of files, or instead any `<giturl>` where
-gcrypt will store the same representation in a git repository, bridged
-over arbitrary git transport.
+git-remote-gcrypt is a git remote helper to push and pull from
+repositories encrypted with GnuPG, using a custom format.  This remote
+helper handles URIs prefixed with `gcrypt::`.
+
+Supported backends are `local`, `rsync://` and `sftp://`, where the
+repository is stored as a set of files, or instead any `<giturl>`
+where gcrypt will store the same representation in a git repository,
+bridged over arbitrary git transport.  See "Performance" below for
+backends comparison.
 
 The aim is to provide confidential, authenticated git storage and
 collaboration using typical untrusted file hosts or services.
index 1a2526df1184bedb56cf1e009eed75d03e6b6643..709a3baca6e20ed7cb2e4fa40a498fa711af6b22 100644 (file)
@@ -6,6 +6,7 @@ git-remote-gcrypt (1.0.3-1) UNRELEASED; urgency=medium
     Thanks, Frank GrĂ¼llich.
   * Add note about non-standard rsync:// URI format.
     Thanks Jane Soko for pointing this out.
+  * Improve first section of manpage.
 
  -- Sean Whitton <spwhitton@spwhitton.name>  Thu, 28 Sep 2017 18:32:58 -0700