summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog <Michael@web>2013-07-15 17:36:29 +0000
committerGravatar admin <admin@branchable.com>2013-07-15 17:36:29 +0000
commitc09ec7d85567c4cf8251af5a4f02472bf6f84488 (patch)
tree36fd0d0afa8b039019714b8263853759f5a0c987
parente1b4c03e76915b7c60996b33673cc6c908a9de72 (diff)
-rw-r--r--doc/bugs/git_annex_uninit_removes_files_not_previously_added_to_annex.mdwn27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_uninit_removes_files_not_previously_added_to_annex.mdwn b/doc/bugs/git_annex_uninit_removes_files_not_previously_added_to_annex.mdwn
new file mode 100644
index 000000000..1f3cc059e
--- /dev/null
+++ b/doc/bugs/git_annex_uninit_removes_files_not_previously_added_to_annex.mdwn
@@ -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.
+"""]]