fix formatting of inserted news

This commit is contained in:
Joey Hess 2019-10-23 12:01:09 -04:00
parent 940be8cd70
commit b23c87cd0f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -1,22 +1,27 @@
News for git-annex 7.20190912: News for git-annex 7.20190912:
This version of git-annex uses repository version 7 for all repositories. This version of git-annex uses repository version 7 for all repositories.
Existing v5 repositories will be automatically upgraded by default. Existing v5 repositories will be automatically upgraded by default.
You can prevent this, by runing: git config annex.autoupgraderepository false
A v7 repository can can have some files locked while other files are You can prevent this, by runing: git config annex.autoupgraderepository false
unlocked, and all git and git-annex commands can be used on both locked and
unlocked files. It's a good idea to make sure that all users of the A v7 repository can can have some files locked while other files are
repository have upgraded git-annex and upgraded their repositories unlocked, and all git and git-annex commands can be used on both locked and
to the new version before starting to use that feature, since old unlocked files. It's a good idea to make sure that all users of the
versions of git-annex will ignore the new unlocked files. repository have upgraded git-annex and upgraded their repositories
The behavior of some commands changes in an upgraded repository: to the new version before starting to use that feature, since old
* `git add` will add files to the annex, rather than adding them directly versions of git-annex will ignore the new unlocked files.
to the git repository. To cause some files to be added directly
to git, you can configure `annex.largefiles`. For example: The behavior of some commands changes in an upgraded repository:
git config annex.largefiles "largerthan=100kb and not (include=*.c or include=*.h)"
* `git annex unlock` and `git annex lock` change how the pointer to * `git add` will add files to the annex, rather than adding them directly
the annexed content is stored in git. If you commit the change, to the git repository. To cause some files to be added directly
that will impact all clones of the repository. to git, you can configure `annex.largefiles`. For example:
git config annex.largefiles "largerthan=100kb and not (include=*.c or include=*.h)"
* `git annex unlock` and `git annex lock` change how the pointer to
the annexed content is stored in git. If you commit the change,
that will impact all clones of the repository.
git-annex 7.20190912 released with [[!toggle text="these changes"]] git-annex 7.20190912 released with [[!toggle text="these changes"]]
[[!toggleable text=""" [[!toggleable text="""
@ -54,4 +59,4 @@ git-annex 7.20190912 released with [[!toggle text="these changes"]]
need to use pid locking. need to use pid locking.
* A git-annex-standalone rpm is now distributed along with the standalone * A git-annex-standalone rpm is now distributed along with the standalone
tarball. tarball.
* Added standalone/rpm/rpmbuild-from-standalone-tarball script."""]] * Added standalone/rpm/rpmbuild-from-standalone-tarball script."""]]