diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-25 19:39:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-25 19:50:44 -0400 |
commit | 62a2644d670e61ac8f6d6d24c49c640d00ba097d (patch) | |
tree | 9972252146482821da75761bd4222539d271d37d /debian | |
parent | 4d7d3fde4d7594d34a6951ce6c5a24ca11111739 (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 'debian')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 14e6f81f8..7ea3eb413 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,12 @@ git-annex (4.20130724) UNRELEASED; urgency=low + * 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.) * Add status message to XMPP presence tag, to identify to others that the client is a git-annex client. Closes: #717652 * webapp: When creating a repository on a removable drive, set |