diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-28 16:56:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-28 16:56:01 -0400 |
commit | 39163cb024b49a0214c104d4fe21b778bbd63eaa (patch) | |
tree | d6ff5978d5cac09dac14231a5d423a6784102dfa /debian | |
parent | d93d453c3c4d41d446970db21b1d504b3690adb6 (diff) |
unannex: New, much slower, but more safe behavior
Copies files out of the annex. This avoids an unannex of one file breaking
other files that link to the same content. Also, it means that the content
remains in the annex using up space until cleaned up with "git annex
unused".
(The behavior of unannex --fast has not changed; it still hard
links to content in the annex. --fast was not made the default because it
is potentially unsafe; editing such a hard linked file can unexpectedly
change content stored in the annex.)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e35bb9127..ff6d4095e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,15 @@ git-annex (4.20131025) UNRELEASED; urgency=low (eg, on removable drives). * add: Fix reversion in 4.20130827 when adding unlocked files that have not yet been committed. + * unannex: New, much slower, but more safe behavior: Copies files out of + the annex. This avoids an unannex of one file breaking other files that + link to the same content. Also, it means that the content + remains in the annex using up space until cleaned up with + "git annex unused". + (The behavior of unannex --fast has not changed; it still hard links + to content in the annex. --fast was not made the default because it is + potentially unsafe; editing such a hard linked file can unexpectedly + change content stored in the annex.) -- Joey Hess <joeyh@debian.org> Sat, 26 Oct 2013 12:11:48 -0400 |