aboutsummaryrefslogtreecommitdiff
path: root/doc/direct_mode.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-25 19:39:44 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-25 19:50:44 -0400
commit62a2644d670e61ac8f6d6d24c49c640d00ba097d (patch)
tree9972252146482821da75761bd4222539d271d37d /doc/direct_mode.mdwn
parent4d7d3fde4d7594d34a6951ce6c5a24ca11111739 (diff)
dropunused behavior change: Now refuses to drop the last copy of a file, unless you use the --force.
This was the last place in git-annex that could remove data referred to by the git history, without being forced. Like drop, dropunused checks remotes, and honors the global annex.numcopies setting. (However, .gitattributes settings cannot apply to unused files.)
Diffstat (limited to 'doc/direct_mode.mdwn')
-rw-r--r--doc/direct_mode.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/direct_mode.mdwn b/doc/direct_mode.mdwn
index ee38b66d2..b0e9a0adb 100644
--- a/doc/direct_mode.mdwn
+++ b/doc/direct_mode.mdwn
@@ -35,7 +35,7 @@ To stop using direct mode:
With direct mode, you're operating without large swathes of git-annex's
carefully constructed safety net, which ensures that past versions of
-files are preserved and can be accessed (until you dropunused them).
+files are preserved and can be accessed.
With direct mode, any file can be edited directly, or deleted at any time,
and there's no guarantee that the old version is backed up somewhere else.