From d23c281856693348ed704ead2753b2dbbe030aed Mon Sep 17 00:00:00 2001 From: "akspecs@fae4f3d58a0c6c9d50f01a850ce53d425e1a90ba" Date: Tue, 19 Jul 2022 12:53:46 +0000 Subject: [PATCH] Added a comment: cannot reproduce --- ..._c24657bb9d3b3072698572c4e75ccb5d._comment | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 doc/bugs/Incompatibility_with_git_2.37/comment_1_c24657bb9d3b3072698572c4e75ccb5d._comment diff --git a/doc/bugs/Incompatibility_with_git_2.37/comment_1_c24657bb9d3b3072698572c4e75ccb5d._comment b/doc/bugs/Incompatibility_with_git_2.37/comment_1_c24657bb9d3b3072698572c4e75ccb5d._comment new file mode 100644 index 0000000000..a18f60cbec --- /dev/null +++ b/doc/bugs/Incompatibility_with_git_2.37/comment_1_c24657bb9d3b3072698572c4e75ccb5d._comment @@ -0,0 +1,44 @@ +[[!comment format=mdwn + username="akspecs@fae4f3d58a0c6c9d50f01a850ce53d425e1a90ba" + nickname="akspecs" + avatar="http://cdn.libravatar.org/avatar/43d7148aaa9adf3a40c42e3388123326" + subject="cannot reproduce" + date="2022-07-19T12:53:45Z" + content=""" +``` +$ pacman -Q git-annex +git-annex 10.20220624-14 + +$ git annex version +git-annex version: 10.20220624-g17e4081d4 +... + +$ git --version +git version 2.37.1 + +$ mkdir annex_test +$ cd annex_test +$ git init +Initialized empty Git repository in /tmp/annex_test/.git/ + +$ git annex init test +init test ok +(recording state in git...) + +$ git annex info +trusted repositories: 0 +semitrusted repositories: 3 + 00000000-0000-0000-0000-000000000001 -- web + 00000000-0000-0000-0000-000000000002 -- bittorrent + 83b33af6-29d2-4568-aa96-f7ef94667784 -- test [here] +untrusted repositories: 0 +transfers in progress: none +available local disk space: 8.23 gigabytes (+1 megabyte reserved) +local annex keys: 0 +local annex size: 0 bytes +annexed files in working tree: 0 +size of annexed files in working tree: 0 bytes +bloom filter size: 32 mebibytes (0% full) +backend usage: +``` +"""]]