From 84596620a6f2a8ffc14bc1b8c6f4683fb7ebd862 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 5 Jun 2014 19:20:20 +0000 Subject: [PATCH] Added a comment --- .../comment_4_7c4660ea44178cba7f7a4cc5f1bebae4._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/fails_to_get_content_from_bare_repo_on_windows/comment_4_7c4660ea44178cba7f7a4cc5f1bebae4._comment diff --git a/doc/bugs/fails_to_get_content_from_bare_repo_on_windows/comment_4_7c4660ea44178cba7f7a4cc5f1bebae4._comment b/doc/bugs/fails_to_get_content_from_bare_repo_on_windows/comment_4_7c4660ea44178cba7f7a4cc5f1bebae4._comment new file mode 100644 index 0000000000..5d8b4d9782 --- /dev/null +++ b/doc/bugs/fails_to_get_content_from_bare_repo_on_windows/comment_4_7c4660ea44178cba7f7a4cc5f1bebae4._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="108.236.230.124" + subject="comment 4" + date="2014-06-05T19:20:20Z" + content=""" +Analysis: inAnnexSafe on Windows simply does not have indirect mode checking enabled. Bare repositories use indirect mode (essentially; same storage). So it fails. +"""]]