2022-09-25 02:01:26 +00:00
|
|
|
### Please describe the problem.
|
|
|
|
|
|
|
|
v8 repo automatically upgrades to v10 which is contrary to what the changelog states here [[news/version_10.20220822]].
|
|
|
|
|
|
|
|
### What steps will reproduce the problem?
|
|
|
|
|
|
|
|
```
|
|
|
|
git init
|
|
|
|
git annex init --version 8
|
|
|
|
git config annex.version
|
|
|
|
git annex info > /dev/null
|
|
|
|
git config annex.version
|
|
|
|
```
|
|
|
|
|
|
|
|
### What version of git-annex are you using? On what operating system?
|
|
|
|
|
|
|
|
10.20220822 Linux
|
|
|
|
|
2022-09-26 16:55:51 +00:00
|
|
|
> [[fixed|done]] --[[Joey]]
|