summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-10-19 13:39:48 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-10-19 13:39:48 -0400
commitb27be22fdd48dee012d7cbbbe6365969184215ba (patch)
tree2efafd2ebce53f84050042f0523d7979437a032c
parentf14c20b88212eceabbc85fe90c5a1964d29dd7fb (diff)
comment
-rw-r--r--doc/forum/Trying_to_wrap_my_head_around_git-annex__44___need_some_feedback/comment_9_6406fcf0021ac8266b4f2ef850be0fa0._comment12
1 files changed, 12 insertions, 0 deletions
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 000000000..bc2a6685b
--- /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"
+"""]]