From 1e3f1937e37da42ecc538cbe373990a8c9f84d79 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog" Date: Mon, 15 Jul 2013 17:36:29 +0000 Subject: [PATCH] --- ...s_files_not_previously_added_to_annex.mdwn | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/bugs/git_annex_uninit_removes_files_not_previously_added_to_annex.mdwn 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 0000000000..1f3cc059ed --- /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. +"""]]