Added a comment: cannot reproduce
authorakspecs@fae4f3d58a0c6c9d50f01a850ce53d425e1a90ba <akspecs@web>
Tue, 19 Jul 2022 12:53:46 +0000 (12:53 +0000)
committeradmin <admin@branchable.com>
Tue, 19 Jul 2022 12:53:46 +0000 (12:53 +0000)
doc/bugs/Incompatibility_with_git_2.37/comment_1_c24657bb9d3b3072698572c4e75ccb5d._comment [new file with mode: 0644]

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 (file)
index 0000000..a18f60c
--- /dev/null
@@ -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: 
+```
+"""]]