comment and fix my incorrect earlier comment

This commit is contained in:
Joey Hess 2022-07-25 16:30:22 -04:00
parent e551935114
commit d4b2c4a3fe
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,9 @@
[[!comment format=mdwn
username="joey"
subject="""comment 12"""
date="2022-07-25T20:29:11Z"
content="""
v10 only differs in a locking mechanic, anyway I'm using it myself so.
`git-annex upgrade` will go from v8 to v9, no --version needed.
"""]]

View file

@ -12,5 +12,5 @@ But, it seems likely that `git add` would not be slow if you upgraded
the repository version to v9 instead. Most scenarios where it is slow
have been fixed in that version.
git-annex upgrade --version=9
git-annex upgrade
"""]]