]> Nutra Git (v2) - gamesguru/git-remote-gcrypt.git/commitdiff
replace RPM desc with Debian package description
authorSean Whitton <spwhitton@spwhitton.name>
Fri, 20 Oct 2017 23:46:43 +0000 (16:46 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Fri, 20 Oct 2017 23:46:43 +0000 (16:46 -0700)
redhat/git-remote-gcrypt.spec

index 4c922938ff5f63a8f743143cf21b74985c9f0e70..f312de81fc6fda61670e410e1ff99958aaa944e8 100644 (file)
@@ -14,14 +14,11 @@ BuildRequires:      python2-docutils
 Requires:      gnupg2 git-core
 
 %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.
+This lets git store git repositories in encrypted form.
+It supports storing repositories on rsync or sftp servers.
+It can also store the encrypted git repository inside a remote git
+repository. All the regular git commands like git push and git pull
+can be used to operate on such an encrypted repository.
 
 The aim is to provide confidential, authenticated git storage and
 collaboration using typical untrusted file hosts or services.