summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565 <jhannwong@web>2015-11-20 02:14:14 +0000
committerGravatar admin <admin@branchable.com>2015-11-20 02:14:14 +0000
commit35534ff0aee01af96d3d9a2e9fad72a889298c9b (patch)
tree5a517f2b5f0a63e6f5db2fbebeb0dc3e5b2b9033 /doc/bugs
parent3bf9a0ff43ebb74d7cb41fd6a66e734282154e9f (diff)
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/git-annex-unlock_shows_files___34__here__34____44___git-annex-whereis_doesn__39__t.mdwn33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/bugs/git-annex-unlock_shows_files___34__here__34____44___git-annex-whereis_doesn__39__t.mdwn b/doc/bugs/git-annex-unlock_shows_files___34__here__34____44___git-annex-whereis_doesn__39__t.mdwn
new file mode 100644
index 000000000..d05c2b87a
--- /dev/null
+++ b/doc/bugs/git-annex-unlock_shows_files___34__here__34____44___git-annex-whereis_doesn__39__t.mdwn
@@ -0,0 +1,33 @@
+### Please describe the problem.
+
+``git annex unlock myfolder`` will unlock all files inside (`find myfolder -type l' returns nothing).
+
+Yet, ``git annex whereis myfolder`` shows those files are *not* in current repo.
+
+Meanwhile, those files also reside in a remote. git-annex-whereis does show there is a copy in that remote.
+
+
+### What steps will reproduce the problem?
+
+Same as described above.
+
+
+### What version of git-annex are you using? On what operating system?
+
+Lubuntu 15.10
+git annex 5.20151019
+
+
+### Please provide any additional information below.
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+
+
+# End of transcript or log.
+"""]]
+
+### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
+
+Yes, git annex is wonderful.