From 69f2fb7a23e0d3817227e286d979b394e0f80a82 Mon Sep 17 00:00:00 2001
From: jwodder <jwodder@web>
Date: Thu, 11 Feb 2021 16:04:20 +0000
Subject: [PATCH 1/3]

---
 doc/bugs/Windows_build_failing_as_of_commit_cb7bb3e.mdwn | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 doc/bugs/Windows_build_failing_as_of_commit_cb7bb3e.mdwn

diff --git a/doc/bugs/Windows_build_failing_as_of_commit_cb7bb3e.mdwn b/doc/bugs/Windows_build_failing_as_of_commit_cb7bb3e.mdwn
new file mode 100644
index 0000000000..29323babe3
--- /dev/null
+++ b/doc/bugs/Windows_build_failing_as_of_commit_cb7bb3e.mdwn
@@ -0,0 +1 @@
+As of commit cb7bb3e, trying to build git-annex on Windows fails with a syntax error, which (once fixed) is replaced by a type error and an undefined name error.  All of these can be fixed with this patch: https://raw.githubusercontent.com/datalad/git-annex/32c2244753ae217a081109e1694bc83fe7a2da21/patches/20210211-cb7bb3e4b-windows-fix.patch

From 80ec124fb02534785f13c8cad8025ed7bd3ddab4 Mon Sep 17 00:00:00 2001
From: jwodder <jwodder@web>
Date: Thu, 11 Feb 2021 16:06:00 +0000
Subject: [PATCH 2/3]

---
 doc/bugs/Windows_build_failing_as_of_commit_cb7bb3e.mdwn | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/bugs/Windows_build_failing_as_of_commit_cb7bb3e.mdwn b/doc/bugs/Windows_build_failing_as_of_commit_cb7bb3e.mdwn
index 29323babe3..2ae07ac47c 100644
--- a/doc/bugs/Windows_build_failing_as_of_commit_cb7bb3e.mdwn
+++ b/doc/bugs/Windows_build_failing_as_of_commit_cb7bb3e.mdwn
@@ -1 +1,4 @@
-As of commit cb7bb3e, trying to build git-annex on Windows fails with a syntax error, which (once fixed) is replaced by a type error and an undefined name error.  All of these can be fixed with this patch: https://raw.githubusercontent.com/datalad/git-annex/32c2244753ae217a081109e1694bc83fe7a2da21/patches/20210211-cb7bb3e4b-windows-fix.patch
+As of commit cb7bb3e, trying to build git-annex on Windows fails with a syntax error, which (once fixed) is replaced by a type error and an undefined name error.  All of these can be fixed with [this patch](https://raw.githubusercontent.com/datalad/git-annex/32c2244753ae217a081109e1694bc83fe7a2da21/patches/20210211-cb7bb3e4b-windows-fix.patch).
+
+[[!meta author=jwodder]]
+[[!tag projects/datalad]]

From 4407ade4c3326422d06aba4706b90aeedd1e9a12 Mon Sep 17 00:00:00 2001
From: falsifian <falsifian@web>
Date: Fri, 12 Feb 2021 03:52:39 +0000
Subject: [PATCH 3/3] Added a comment

---
 .../comment_2_9f168f9859b90aa41a782085f020b54d._comment   | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 doc/bugs/__91__Patch__93___fix___34__mdwn2man__58___cannot_execute_-_...__34__/comment_2_9f168f9859b90aa41a782085f020b54d._comment

diff --git a/doc/bugs/__91__Patch__93___fix___34__mdwn2man__58___cannot_execute_-_...__34__/comment_2_9f168f9859b90aa41a782085f020b54d._comment b/doc/bugs/__91__Patch__93___fix___34__mdwn2man__58___cannot_execute_-_...__34__/comment_2_9f168f9859b90aa41a782085f020b54d._comment
new file mode 100644
index 0000000000..fe072778dc
--- /dev/null
+++ b/doc/bugs/__91__Patch__93___fix___34__mdwn2man__58___cannot_execute_-_...__34__/comment_2_9f168f9859b90aa41a782085f020b54d._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="falsifian"
+ avatar="http://cdn.libravatar.org/avatar/59c3c23c500d20d83ecb9d1f149be9ae"
+ subject="comment 2"
+ date="2021-02-12T03:52:37Z"
+ content="""
+Thanks for the tip. (FYI: I'm working on packaging it for OpenBSD. Currently we just have a hack in place that manually runs the mdwn2man script after the cabal build. The Cabal packaging module it's built on probably isn't designed to call a Makefile but there may be some way to do it. In any case, it seems to work, so we might just leave it as is.)
+"""]]