This commit is contained in:
parent
ea9ba6eae3
commit
e8571a15e4
1 changed files with 25 additions and 0 deletions
|
@ -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.
|
||||
"""]]
|
Loading…
Reference in a new issue