From a64aa6349a3db4fc7cfa122b7d059547afe226c7 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 12 Dec 2013 19:16:34 +0000 Subject: [PATCH 1/4] Added a comment --- ...comment_1_9f41638299c214b2ee13f23ab41349da._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/Empty_folders_don__39__t_get_remove/comment_1_9f41638299c214b2ee13f23ab41349da._comment diff --git a/doc/bugs/Empty_folders_don__39__t_get_remove/comment_1_9f41638299c214b2ee13f23ab41349da._comment b/doc/bugs/Empty_folders_don__39__t_get_remove/comment_1_9f41638299c214b2ee13f23ab41349da._comment new file mode 100644 index 0000000000..e32059fb62 --- /dev/null +++ b/doc/bugs/Empty_folders_don__39__t_get_remove/comment_1_9f41638299c214b2ee13f23ab41349da._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.87" + subject="comment 1" + date="2013-12-12T19:16:34Z" + content=""" +I can't reproduce this. Tested in direct mode (which I assume you're using, but you didn't say), using both command-line `git annex sync`, and using the assistant. In all cases, when the last file in a directory was removed, the directory was deleted. + +Please write back with a version number, and an example showing the problem happening. +"""]] From e2969cce2c00ed8005c55e9dcbcfe28a00efd148 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 12 Dec 2013 19:27:23 +0000 Subject: [PATCH 2/4] Added a comment --- ...omment_12_b697b2ab10705b090a78e7717ec59b18._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/tips/fully_encrypted_git_repositories_with_gcrypt/comment_12_b697b2ab10705b090a78e7717ec59b18._comment diff --git a/doc/tips/fully_encrypted_git_repositories_with_gcrypt/comment_12_b697b2ab10705b090a78e7717ec59b18._comment b/doc/tips/fully_encrypted_git_repositories_with_gcrypt/comment_12_b697b2ab10705b090a78e7717ec59b18._comment new file mode 100644 index 0000000000..182b5eabbb --- /dev/null +++ b/doc/tips/fully_encrypted_git_repositories_with_gcrypt/comment_12_b697b2ab10705b090a78e7717ec59b18._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.87" + subject="comment 12" + date="2013-12-12T19:27:23Z" + content=""" +@Peter, in your example, it *is* going to use your gpg key to encrypt files. gpg is being used to generate a 256 bit random value (not a key), which will be used as a random seed for HMAC scrambling of the keys stored in the encrypted special remote. + +If that's taking too long to generate for your liking, you can pass --fast, which will make gpg use /dev/urandom to generate it rather than /dev/random. +"""]] From 9b8859bbb6a151ec21247fc547c4e8f8c2e9803e Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 12 Dec 2013 19:33:50 +0000 Subject: [PATCH 3/4] Added a comment --- .../comment_3_63e4ff79bc683a70dd9a85c66e26e56a._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/git-annex_does_not_install_on_windows_without_admin_rights/comment_3_63e4ff79bc683a70dd9a85c66e26e56a._comment diff --git a/doc/bugs/git-annex_does_not_install_on_windows_without_admin_rights/comment_3_63e4ff79bc683a70dd9a85c66e26e56a._comment b/doc/bugs/git-annex_does_not_install_on_windows_without_admin_rights/comment_3_63e4ff79bc683a70dd9a85c66e26e56a._comment new file mode 100644 index 0000000000..ac5e77d08d --- /dev/null +++ b/doc/bugs/git-annex_does_not_install_on_windows_without_admin_rights/comment_3_63e4ff79bc683a70dd9a85c66e26e56a._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.87" + subject="comment 3" + date="2013-12-12T19:33:50Z" + content=""" +I've made the installer now request admin rights if run by a non-admin. Hopefully good enough. However, the NSIS docs say that only works on Vista or higher. The old XP I'm using (that will be completely EOLed soon IIRC) still has the problem. +"""]] From 46e12e94810e6068e488ed28eb741b8a92d7027f Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 12 Dec 2013 19:56:50 +0000 Subject: [PATCH 4/4] Added a comment --- ...comment_4_78ccd70a17d776f14ea9193ab55c6732._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/when_syncing_a_direct_repository__44___git_annex_delete_non_annexed_new_git_files/comment_4_78ccd70a17d776f14ea9193ab55c6732._comment diff --git a/doc/bugs/when_syncing_a_direct_repository__44___git_annex_delete_non_annexed_new_git_files/comment_4_78ccd70a17d776f14ea9193ab55c6732._comment b/doc/bugs/when_syncing_a_direct_repository__44___git_annex_delete_non_annexed_new_git_files/comment_4_78ccd70a17d776f14ea9193ab55c6732._comment new file mode 100644 index 0000000000..20992d2abc --- /dev/null +++ b/doc/bugs/when_syncing_a_direct_repository__44___git_annex_delete_non_annexed_new_git_files/comment_4_78ccd70a17d776f14ea9193ab55c6732._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.87" + subject="comment 4" + date="2013-12-12T19:56:50Z" + content=""" +I have fixed this bug. I apologise for the trouble. + +I did not try to make it clean up, so I recommend doing the checkout as shown above, or doing a `git revert` to get the file added back, if you experienced this bug. +"""]]