This commit is contained in:
parent
cc9634ce12
commit
ba6eabd76b
1 changed files with 18 additions and 0 deletions
18
doc/bugs/v8_repo_auto_upgrades_to_v10.mdwn
Normal file
18
doc/bugs/v8_repo_auto_upgrades_to_v10.mdwn
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
### 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue