From a091942677c1998f140bf7278ebac49b036658ab Mon Sep 17 00:00:00 2001 From: root Date: Thu, 14 Feb 2013 00:00:00 +0000 Subject: [PATCH] Update README (A git remote helper for GPG-encrypted remotes) --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README b/README index e69de29..009f9b2 100644 --- a/README +++ b/README @@ -0,0 +1,18 @@ + + # git-remote-gcrypt + # Copyright 2013 by Ulrik + # License: GPLv2 or any later version, see http://www.gnu.org/licenses/ + # + # Requires GnuPG + # + # We read git config gcrypt.recipients when creating new repositories + +Install as git-remote-gcrypt in $PATH + +Supports local, ssh:// and sftp:// remotes at the moment. + + git config --global gcrypt.recipients KEYID1 + git remote add gcryptrepo gcrypt::ssh://hostname.com:MyRepo.git + +WARNING: This is a proof of concept +WARNING: Repository format WILL change, incompatibly