From 15ae4a444907b3904cc17c7241221de3bac1a8f2 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 20 Oct 2017 16:46:43 -0700 Subject: replace RPM desc with Debian package description --- redhat/git-remote-gcrypt.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/redhat/git-remote-gcrypt.spec b/redhat/git-remote-gcrypt.spec index 4c92293..f312de8 100644 --- a/redhat/git-remote-gcrypt.spec +++ b/redhat/git-remote-gcrypt.spec @@ -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 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. -- cgit v1.2.3