diff options
author | Joey Hess <joey@kitenet.net> | 2011-11-09 21:45:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-09 21:54:42 -0400 |
commit | cf0174c922e4a4f473a846ec0488ea4011ab500c (patch) | |
tree | 5c000d6a4327e5f8f473a5cca6e46aa17a8fa59a /debian | |
parent | 737f043c55b13bf8dbd6887d3e78d32d13a8682a (diff) |
content locking
I've tested that this solves the cyclic drop problem.
Have not looked at cyclic move, etc.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 265a010c4..9fa96e06a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ git-annex (3.20111108) UNRELEASED; urgency=low * Handle a case where an annexed file is moved into a gitignored directory, by having fix --force add its change. + * Avoid cyclic drop problems. -- Joey Hess <joeyh@debian.org> Mon, 07 Nov 2011 18:08:42 -0400 |