From 0c5455a9a423317ecc31d57864292ad5ff9f2f1c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 19 Oct 2015 13:39:48 -0400 Subject: [PATCH] comment --- ...mment_9_6406fcf0021ac8266b4f2ef850be0fa0._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/forum/Trying_to_wrap_my_head_around_git-annex__44___need_some_feedback/comment_9_6406fcf0021ac8266b4f2ef850be0fa0._comment diff --git a/doc/forum/Trying_to_wrap_my_head_around_git-annex__44___need_some_feedback/comment_9_6406fcf0021ac8266b4f2ef850be0fa0._comment b/doc/forum/Trying_to_wrap_my_head_around_git-annex__44___need_some_feedback/comment_9_6406fcf0021ac8266b4f2ef850be0fa0._comment new file mode 100644 index 0000000000..bc2a6685b4 --- /dev/null +++ b/doc/forum/Trying_to_wrap_my_head_around_git-annex__44___need_some_feedback/comment_9_6406fcf0021ac8266b4f2ef850be0fa0._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 9""" + date="2015-10-19T17:37:32Z" + content=""" +git init will never create a bare git repository (unless you specify +--bare), and a normal bare repository doesn't have a .git directory. + +So I suspect that your repository is using git-annex's direct +mode, which only sets core.bare as an implementation detail. Likely +you trimmed off the end of the .git/config, where it said "direct = true" +"""]]