summaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_uninit_removes_files_not_previously_added_to_annex.mdwn
blob: 71fd408e23fdec8618884ef44b24c2737c702237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
### 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.
"""]]

[[!tag moreinfo]]

> [[done]]; unreproducible by anyone. --[[Joey]]