aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-09-01 15:02:56 -0700
committerGravatar Joey Hess <joeyh@joeyh.name>2015-09-01 15:02:56 -0700
commit2ec8bb654aa0b997e12f2af5b3befb16089ca8c5 (patch)
treeda0dc5bcc85ddb7839217dda7aed1dd6bf42795e
parent8e051f1c825beafef7c4464f60a1adbe2d3fd36a (diff)
parentea8377d4d5f879461cf31e8e783062faa4bc7f87 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/git-annex_can__39__t_find_gpg_if_it__39__s_named_gpg2.mdwn19
-rw-r--r--doc/design/metadata.mdwn4
-rw-r--r--doc/forum/syncing_to_an_encrypted_remove_won__39__t_prompt_with_pinentry-gtk2.mdwn3
3 files changed, 24 insertions, 2 deletions
diff --git a/doc/bugs/git-annex_can__39__t_find_gpg_if_it__39__s_named_gpg2.mdwn b/doc/bugs/git-annex_can__39__t_find_gpg_if_it__39__s_named_gpg2.mdwn
new file mode 100644
index 000000000..d75d2f217
--- /dev/null
+++ b/doc/bugs/git-annex_can__39__t_find_gpg_if_it__39__s_named_gpg2.mdwn
@@ -0,0 +1,19 @@
+### Please describe the problem.
+
+git-annex requires a `gpg -> gpg2` alias, which is dangerous for other software to misuse.
+
+### What steps will reproduce the problem?
+
+Run any gpg-requiring operation on a machine that has only gpg2 installed and no gpg alias.
+
+ gpg: createProcess: runInteractiveProcess: exec: does not exist (No such file or directory)
+
+### What version of git-annex are you using? On what operating system?
+
+git-annex version: 5.20150710
+
+OS X, gpg2 installed with brew
+
+### Have you had any luck using git-annex before?
+
+git-annex took some time to get in the mentality and configure, but now it's a beautiful perfectly oiled file management system. Thanks!
diff --git a/doc/design/metadata.mdwn b/doc/design/metadata.mdwn
index 9da0a3626..35e45f811 100644
--- a/doc/design/metadata.mdwn
+++ b/doc/design/metadata.mdwn
@@ -79,7 +79,7 @@ subdirs.
# other uses for metadata
-Uses are not limited to view branches.
+Users are not limited to view branches.
`git annex checkoutmeta year=2014 talk` in a subdir of master could create the
same tree of files filter would. The user can then commit that if desired.
@@ -177,7 +177,7 @@ So, possible approaches:
* Metadata should be copied to the new key when adding a modified version
of a file. **done**
-* Filesystems that are not case sensative (including case preserving OSX)
+* Filesystems that are not case sensitive (including case preserving OSX)
will cause problems if view branches try to use different cases for
2 directories representing a metadata field.
diff --git a/doc/forum/syncing_to_an_encrypted_remove_won__39__t_prompt_with_pinentry-gtk2.mdwn b/doc/forum/syncing_to_an_encrypted_remove_won__39__t_prompt_with_pinentry-gtk2.mdwn
new file mode 100644
index 000000000..8e6f2805a
--- /dev/null
+++ b/doc/forum/syncing_to_an_encrypted_remove_won__39__t_prompt_with_pinentry-gtk2.mdwn
@@ -0,0 +1,3 @@
+I'm trying to sync my unencrypted local repo to an encrypted remote located on an external drive. I'm using Debian 8.1. When I run `git-annex sync encrypted-remote` I get prompted in my shell for the password. I'm not sure why, as other places pinentry-gtk2 pops up. This is annoying because my gpg key isn't getting cached, so I have to enter my long password several times.
+
+How can I make git-annex/git-remote-gcrypt use pinentry-gtk2?