From ba6eabd76b672262f4e995bc70b7574fedf66050 Mon Sep 17 00:00:00 2001 From: "asakurareiko@f3d908c71c009580228b264f63f21c7274df7476" Date: Sun, 25 Sep 2022 02:01:26 +0000 Subject: [PATCH] --- doc/bugs/v8_repo_auto_upgrades_to_v10.mdwn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/bugs/v8_repo_auto_upgrades_to_v10.mdwn diff --git a/doc/bugs/v8_repo_auto_upgrades_to_v10.mdwn b/doc/bugs/v8_repo_auto_upgrades_to_v10.mdwn new file mode 100644 index 0000000000..023f8c694c --- /dev/null +++ b/doc/bugs/v8_repo_auto_upgrades_to_v10.mdwn @@ -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 +