diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnwNDA50ZupMvOgpgDqzDRyu5B-mYlVwa4 <Andreas@web> | 2015-01-14 15:32:24 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-01-14 15:32:24 +0000 |
commit | dadc510ee655b6e9782d92bc9b07dab7328fd74a (patch) | |
tree | b57c75546806ba65c0cc05125f86d2d816e51248 | |
parent | 0b78bc72474b62041975db72eebdf4223ae830e5 (diff) |
-rw-r--r-- | doc/bugs/git_annex_direct_-__62___rename:_does_not_exist.mdwn | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_direct_-__62___rename:_does_not_exist.mdwn b/doc/bugs/git_annex_direct_-__62___rename:_does_not_exist.mdwn new file mode 100644 index 000000000..a8f1fc59a --- /dev/null +++ b/doc/bugs/git_annex_direct_-__62___rename:_does_not_exist.mdwn @@ -0,0 +1,25 @@ +### 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. +"""]] |