From 39163cb024b49a0214c104d4fe21b778bbd63eaa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 28 Oct 2013 16:56:01 -0400 Subject: 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.) --- ...dentical_files__44___all_but_the_first_copy_are_lost_on_unannex.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/bugs/Of_identical_files__44___all_but_the_first_copy_are_lost_on_unannex.mdwn') diff --git a/doc/bugs/Of_identical_files__44___all_but_the_first_copy_are_lost_on_unannex.mdwn b/doc/bugs/Of_identical_files__44___all_but_the_first_copy_are_lost_on_unannex.mdwn index 8c13a88ac..3860456d2 100644 --- a/doc/bugs/Of_identical_files__44___all_but_the_first_copy_are_lost_on_unannex.mdwn +++ b/doc/bugs/Of_identical_files__44___all_but_the_first_copy_are_lost_on_unannex.mdwn @@ -50,3 +50,5 @@ Now file1.txt is a normal 6-byte file again, but 2, 3, and 4 are broken symlinks git-annex 4.20130802 package on Debian GNU/Linux jessie/sid (testing), amd64. + +> [[dup|done]] --[[Joey]] -- cgit v1.2.3