formatting

This commit is contained in:
Joey Hess 2020-02-26 19:11:15 -04:00
parent ad1b442430
commit ba4a2d8734
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -5,12 +5,16 @@ News for git-annex 8.20200226:
You can prevent this, by runing: git config annex.autoupgraderepository false You can prevent this, by runing: git config annex.autoupgraderepository false
The upgrade process involves regenerating some sqlite databases. There are a The upgrade process involves regenerating some sqlite databases. There are a
couple consequences of the upgrade to keep in mind: couple consequences of the upgrade to keep in mind:
* Any incremental fscks that were started in v7 won't resume where * 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. 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 * 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. 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 * After the upgrade, git-annex will in some situations have to do extra
work while it finishes populating its sqlite databases. work while it finishes populating its sqlite databases.
Also, there are some behavior changes around adding dotfiles. While before Also, there are some behavior changes around adding dotfiles. While before
git-annex add skipped adding dotfiles when operating on whole directories, git-annex add skipped adding dotfiles when operating on whole directories,
and added dotfiles that were explicitly listed to the annex, it now adds and added dotfiles that were explicitly listed to the annex, it now adds
@ -49,4 +53,4 @@ git-annex 8.20200226 released with [[!toggle text="these changes"]]
* init --version: When the version given is one that automatically * init --version: When the version given is one that automatically
upgrades to a newer version, use the newer version instead. upgrades to a newer version, use the newer version instead.
* Auto upgrades from older repo versions, like v5, now jump right to v8. * Auto upgrades from older repo versions, like v5, now jump right to v8.
* Makefile: Support newer versions of cabal that use the new-build system."""]] * Makefile: Support newer versions of cabal that use the new-build system."""]]