summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-30 17:07:16 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-30 17:07:16 -0400
commit05224f307e37aa51b8daa11ce2d2657e4b41bed3 (patch)
tree8dab1a633bad249b6cf345f4ddaf882575d5e832
parente41c92d55629066e5bbb048593f82aa2a7f34789 (diff)
parent8388f87efc1f792717f698880b0243c5c9f75176 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/assistant_creating_.git_directory_inside_bare_repo/comment_1_675210444f7801eb8c2c455a5accf8e9._comment12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/assistant_creating_.git_directory_inside_bare_repo/comment_1_675210444f7801eb8c2c455a5accf8e9._comment b/doc/bugs/assistant_creating_.git_directory_inside_bare_repo/comment_1_675210444f7801eb8c2c455a5accf8e9._comment
new file mode 100644
index 000000000..435d22903
--- /dev/null
+++ b/doc/bugs/assistant_creating_.git_directory_inside_bare_repo/comment_1_675210444f7801eb8c2c455a5accf8e9._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="209.250.56.64"
+ subject="comment 1"
+ date="2013-11-30T20:18:53Z"
+ content="""
+This bug, introduced in version 5.20131118, caused `git annex init`, when run in a bare repository, to set `core.bare` to false.
+
+I have fixed the bug. I may need to make git-annex detect and automatically fix up after the problem.
+
+To manually fix a bare repository created by the buggy version of git-annex, run `git config core.bare true` in the repository. Then if there's a .git/annex/objects inside the bare git repository, you can move it to annex/objects.
+"""]]