From fcf9ef6d62fee69f849d04e28e38f990ce82909f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 11 Dec 2018 13:13:22 -0400 Subject: [PATCH] bug --- doc/bugs/direct_mode_to_v7_upgrade_bug.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/bugs/direct_mode_to_v7_upgrade_bug.mdwn diff --git a/doc/bugs/direct_mode_to_v7_upgrade_bug.mdwn b/doc/bugs/direct_mode_to_v7_upgrade_bug.mdwn new file mode 100644 index 0000000000..fa2ca7fdaa --- /dev/null +++ b/doc/bugs/direct_mode_to_v7_upgrade_bug.mdwn @@ -0,0 +1,12 @@ +Upgrade from a direct mode repo to a v7 repo can cause annexed files to +get checked into git, in an edge case. + +The annexed files need to be already v7 unlocked files, and their content +needs to be present in the direct mode repo. Of course this is an unusual +situation. + +Then, the upgrade to v7 from direct mode makes a commit +"commit before upgrade to annex.version 6" which converts the pointer +files into the full file content. + +--[[Joey]]