From 62a2644d670e61ac8f6d6d24c49c640d00ba097d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 25 Jul 2013 19:39:44 -0400 Subject: 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.) --- doc/walkthrough/unused_data.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/walkthrough') diff --git a/doc/walkthrough/unused_data.mdwn b/doc/walkthrough/unused_data.mdwn index 7e910b5f5..1d655b89a 100644 --- a/doc/walkthrough/unused_data.mdwn +++ b/doc/walkthrough/unused_data.mdwn @@ -19,7 +19,7 @@ preserving it. So from time to time, you may want to check for such data: After running `git annex unused`, you can follow the instructions to examine the history of files that used the data, and if you decide you don't need that -data anymore, you can easily remove it: +data anymore, you can easily remove it from your local repository. # git annex dropunused 1 dropunused 1 ok -- cgit v1.2.3