From 27f76acaf7899cddb2d29af6b2c78cb52e4d6894 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 31 Dec 2013 19:26:55 +0000 Subject: [PATCH] Added a comment --- ...ment_14_2044e821d841fcd37a51ae768fa88df2._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/tips/fully_encrypted_git_repositories_with_gcrypt/comment_14_2044e821d841fcd37a51ae768fa88df2._comment diff --git a/doc/tips/fully_encrypted_git_repositories_with_gcrypt/comment_14_2044e821d841fcd37a51ae768fa88df2._comment b/doc/tips/fully_encrypted_git_repositories_with_gcrypt/comment_14_2044e821d841fcd37a51ae768fa88df2._comment new file mode 100644 index 0000000000..6df29f9916 --- /dev/null +++ b/doc/tips/fully_encrypted_git_repositories_with_gcrypt/comment_14_2044e821d841fcd37a51ae768fa88df2._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.227" + subject="comment 14" + date="2013-12-31T19:26:55Z" + content=""" +@flabbergast, you seem to be confused about how git-remote-gcrypt stores its data. The data is stored as git commits inside a bare repository. That is why the instructions say to create a bare repository first. (I think it's also possible to use git-remote-gcrypt in a rsync mode where it just uploads encrypted files to an empty directory and does not use a bare git repository, but git-annex does not use it like that.) + +Your mkdir and touch commands effecetively create a bare git repository too. + +If you're having a problem, I suggest filing a bug report (not a comment on this page) with the full details. The examples show on this page have been tested, and work. +"""]]