Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2015-06-14 12:48:29 -04:00
commit d14c86acea
3 changed files with 49 additions and 0 deletions

View file

@ -0,0 +1,33 @@
### Please describe the problem.
"git annex unlock" with an absolute path appears to do nothing. Is this a feature or a bug?
### What steps will reproduce the problem?
[[!format sh """
> mkdir git_annex_test && cd git_annex_test/
> git init
> git annex init "Local copy"
> touch foo.txt
> git annex add foo.txt
> git commit -m "Checkin"
> git annex unlock foo.txt (correct behavior)
> git annex lock --force foo.txt
> git annex unlock /absolute/path/to/git_annex_test/foo.txt (appears to do nothing)
"""]]
### What version of git-annex are you using? On what operating system?
Ubuntu 14.04.02 with git-annex from repo:
[[!format sh """
> git annex --version
git-annex version: 5.20140412ubuntu1
build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV Inotify DBus DesktopNotify XMPP DNS Feeds Quvi TDFA CryptoHash
key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
remote types: git gcrypt S3 bup directory rsync web webdav tahoe glacier hook external
local repository version: 5
supported repository version: 5
upgrade supported from repository versions: 0 1 2 4
""" ]]

View file

@ -0,0 +1,9 @@
[[!comment format=mdwn
username="tomekwi"
subject="direct mode within a directory?"
date="2015-06-13T13:03:33Z"
content="""
Hi, is it possible to enable direct mode only on a single directory?
I cant use symlinks on a part of my repo because of interoperability with http://tagspaces.org . And I dont want to have all of my repo in direct mode.
"""]]

View file

@ -0,0 +1,7 @@
[[!comment format=mdwn
username="tomekwi"
subject="…"
date="2015-06-13T13:07:49Z"
content="""
Using submodules to split the repo doesnt work cleanly for me, by the way.
"""]]