This commit is contained in:
parent
a4602796db
commit
1e3f1937e3
1 changed files with 27 additions and 0 deletions
|
@ -0,0 +1,27 @@
|
|||
### Please describe the problem.
|
||||
|
||||
Suppose there are files not added/committed to git annex.
|
||||
Once git annex uninit is complete, these files are deleted.
|
||||
|
||||
### What steps will reproduce the problem?
|
||||
|
||||
cp big-file annex-dir
|
||||
cd annex-dir
|
||||
git annex uninit
|
||||
...
|
||||
big-file is gone
|
||||
|
||||
### What version of git-annex are you using? On what operating system?
|
||||
|
||||
4.20130709
|
||||
Linux Ubuntu 13.04
|
||||
|
||||
### 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