fix some typos

Anarcat fixed these in the news file, so transferred it over
This commit is contained in:
Joey Hess 2023-06-28 13:15:06 -04:00
parent 6c4fbb2b1e
commit fbd4dbaafe
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -7,7 +7,7 @@ git-annex (10.20230627) UNRELEASED; urgency=medium
git-annex (10.20230626) upstream; urgency=medium git-annex (10.20230626) upstream; urgency=medium
* Split out two new commands, git-annex pull and git-annex push. * Split out two new commands, git-annex pull and git-annex push.
Those plus a git commit are equivilant to git-annex sync. Those plus a git commit are equivalent to git-annex sync.
(Note that the new commands default to syncing content, unless (Note that the new commands default to syncing content, unless
annex.synccontent is explicitly set to false.) annex.synccontent is explicitly set to false.)
* assist: New command, which is the same as git-annex sync but with * assist: New command, which is the same as git-annex sync but with
@ -48,7 +48,7 @@ git-annex (10.20230626) upstream; urgency=medium
* Cache negative lookups of global numcopies and mincopies. * Cache negative lookups of global numcopies and mincopies.
Speeds up eg git-annex sync --content by up to 50%. Speeds up eg git-annex sync --content by up to 50%.
* Speed up sync in an adjusted branch by avoiding re-adjusting the branch * Speed up sync in an adjusted branch by avoiding re-adjusting the branch
unncessarily, particularly when it is adjusted with --hide-missing unnecessarily, particularly when it is adjusted with --hide-missing
or --unlock-present. or --unlock-present.
* config: Added the --show-origin and --for-file options. * config: Added the --show-origin and --for-file options.
* config: Support annex.numcopies and annex.mincopies. * config: Support annex.numcopies and annex.mincopies.