Added a comment
authormatrss <matrss@web>
Fri, 27 Jun 2025 07:11:59 +0000 (07:11 +0000)
committeradmin <admin@branchable.com>
Fri, 27 Jun 2025 07:11:59 +0000 (07:11 +0000)
doc/bugs/git-annex_tests_fail_with_git_2.50.0/comment_1_03f8dab3771bedd4cfa2e5d781e079c9._comment [new file with mode: 0644]

diff --git a/doc/bugs/git-annex_tests_fail_with_git_2.50.0/comment_1_03f8dab3771bedd4cfa2e5d781e079c9._comment b/doc/bugs/git-annex_tests_fail_with_git_2.50.0/comment_1_03f8dab3771bedd4cfa2e5d781e079c9._comment
new file mode 100644 (file)
index 0000000..f03505e
--- /dev/null
@@ -0,0 +1,15 @@
+[[!comment format=mdwn
+ username="matrss"
+ avatar="http://cdn.libravatar.org/avatar/cd1c0b3be1af288012e49197918395f0"
+ subject="comment 1"
+ date="2025-06-27T07:11:58Z"
+ content="""
+This is reproducible on alpine edge (which also packages git 2.50.0 and git-annex 10.20250605), so definitely not guix-specific. To reproduce in an alpine container with docker:
+
+```
+docker run --rm -it alpine:edge
+apk update
+apk add git-annex
+git annex test
+```
+"""]]