tighten up docs of dotfiles changes
authorJoey Hess <joeyh@joeyh.name>
Wed, 19 Feb 2020 18:29:50 +0000 (14:29 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 19 Feb 2020 18:29:50 +0000 (14:29 -0400)
CHANGELOG
doc/upgrades.mdwn

index 7f679f18ca9dddf43b7f73047d3b86cebdd2b7e4..c888b9966b798003edbb94a93f91346ed2e776cb 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,14 +13,12 @@ git-annex (8.20191107) UNRELEASED; urgency=medium
     Microbenchmarks show around 10-25% speedup of sqlite database operations.
   * Improved serialization of filenames and keys to the sqlite databases,
     avoiding encoding problems.
-  * annex.dotfiles configuration setting can be used to let dotfiles
-    be added to the annex the same as other files. When it's set,
-    annex.largefiles can be used to match whatever dotfiles should be added.
-  * add: Explicitly passing dotfiles no longer adds them to the annex,
-    unless you set annex.dotfiles=true.
   * add: When adding a whole directory, any dotfiles found in it will
     not be skipped, but will be added to git by default. This behavior
     can be configured with annex.dotfiles.
+  * add: Removed special case for explicitly passing dotfiles,
+    that no longer adds them to the annex, but to git. This behavior
+    can be configured with annex.dotfiles.
   * add: Removed the --include-dotfiles option.
 
  -- Joey Hess <id@joeyh.name>  Tue, 29 Oct 2019 15:13:03 -0400
index 77c3244f25e68cec8e527ba9789a5189798ef8c2..2660c4be7f9d57e0049446162ca183d69f54ccff 100644 (file)
@@ -54,19 +54,19 @@ The upgrade events, so far:
 v7 repositories are automatically upgraded to v8.
 
 Some sqlite databases that git-annex uses were changed in v8 and have to be
-re-populated.
+re-populated. As a consequence:
 
-Any incremental fscks that were started in v7 won't resume where they left
-off in v8, but will instead begin again from the first file.
+Any incremental fscks that were started in v7 won't resume where they left
+  off in v8, but will instead begin again from the first file.
 
-An interrupted export that was started in v7 won't resume where it left off
-after upgrade to v8; files will be re-uploaded to the export remote.
+* An interrupted export that was started in v7 won't resume where it left off
+  after upgrade to v8; files will be re-uploaded to the export remote.
+
+* After the upgrade, git-annex will in some situations have to do extra
+  work while it finishes populating the new databases. After this one-time
+  speed cost, git-annex's speed will improve when using the new and improved
+  databases.
 
-After the upgrade, git-annex will in some situations have to do extra
-work while it finishes populating the new databases. After this one-time
-speed cost, git-annex's speed will improve when using the new and improved
-databases.
-  
 Also, there are some behavior changes around adding dotfiles. While before
 git-annex add skipped adding dotfiles when operating on whole directories,
 and added dotfiles that were explicitly listed to the annex, it now adds