summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-20 14:51:44 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-20 14:51:44 -0400
commit17e5d7ccf93fe97c65761552a4ecd63b3aadbeec (patch)
treeab0f5312b737f93924d4e3b0c18b283556d5ba74
parentdfe50d75ed11caef3fcc706ff3d9507516c2d994 (diff)
close
-rw-r--r--doc/bugs/can__39__t_drop_unused_files_that_never_were_added.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/can__39__t_drop_unused_files_that_never_were_added.mdwn b/doc/bugs/can__39__t_drop_unused_files_that_never_were_added.mdwn
index 9fedf8955..361f21f0e 100644
--- a/doc/bugs/can__39__t_drop_unused_files_that_never_were_added.mdwn
+++ b/doc/bugs/can__39__t_drop_unused_files_that_never_were_added.mdwn
@@ -79,3 +79,8 @@ $
# End of transcript or log.
"""]]
+
+> It seems to me that if you run `git annex dropunused --force`, it will
+> remove the file. This needing --force is a recent change; git-annex
+> tries to never posibly lose data unless forced. Dropping the last
+> copy of a file certianly qualifies. [[done]] --[[Joey]]