Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
1b8d8dc498
4 changed files with 38 additions and 0 deletions
doc
bugs
Empty_folders_don__39__t_get_remove
git-annex_does_not_install_on_windows_without_admin_rights
when_syncing_a_direct_repository__44___git_annex_delete_non_annexed_new_git_files
tips/fully_encrypted_git_repositories_with_gcrypt
|
@ -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.
|
||||
"""]]
|
|
@ -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.
|
||||
"""]]
|
|
@ -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.
|
||||
"""]]
|
|
@ -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.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue