aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-10-20 16:46:43 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-10-20 16:46:43 -0700
commit15ae4a444907b3904cc17c7241221de3bac1a8f2 (patch)
tree07b7459ed417de44ffff9c056dffa0e3eb343e3c
parent98b02b8ab38cbb014f6ef59fad8651bf937970f2 (diff)
downloadgit-remote-gcrypt-15ae4a444907b3904cc17c7241221de3bac1a8f2.tar.gz
replace RPM desc with Debian package description
-rw-r--r--redhat/git-remote-gcrypt.spec13
1 files 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 <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.