From a35997b8dd7d64866eea290e725cffa866c01192 Mon Sep 17 00:00:00 2001 From: matrss Date: Fri, 27 Jun 2025 07:11:59 +0000 Subject: [PATCH] Added a comment --- ...nt_1_03f8dab3771bedd4cfa2e5d781e079c9._comment | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/bugs/git-annex_tests_fail_with_git_2.50.0/comment_1_03f8dab3771bedd4cfa2e5d781e079c9._comment 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 index 0000000000..f03505e669 --- /dev/null +++ b/doc/bugs/git-annex_tests_fail_with_git_2.50.0/comment_1_03f8dab3771bedd4cfa2e5d781e079c9._comment @@ -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 +``` +"""]]