summaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_direct_-__62___rename__58___does_not_exist.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/git_annex_direct_-__62___rename__58___does_not_exist.mdwn')
-rw-r--r--doc/bugs/git_annex_direct_-__62___rename__58___does_not_exist.mdwn28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_direct_-__62___rename__58___does_not_exist.mdwn b/doc/bugs/git_annex_direct_-__62___rename__58___does_not_exist.mdwn
new file mode 100644
index 000000000..2e2000c61
--- /dev/null
+++ b/doc/bugs/git_annex_direct_-__62___rename__58___does_not_exist.mdwn
@@ -0,0 +1,28 @@
+### Please describe the problem.
+
+git annex direct displays warnings(?)
+### What steps will reproduce the problem?
+ mkdir test
+ cd test
+ git init
+ git annex init
+ touch foobar.txt
+ git annex add
+ git annex direct
+
+
+### What version of git-annex are you using? On what operating system?
+5.20140717 (ubuntu 14.10)
+
+### 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.
+"""]]
+
+> [[done]]; cannot reproduce with current version of git-annex AFAICS.
+> --[[Joey]]