diff options
author | 2015-07-06 15:54:29 -0400 | |
---|---|---|
committer | 2015-07-06 15:54:29 -0400 | |
commit | 05ef8b87764db0e0dbe2c274db5edc79a73761af (patch) | |
tree | 06df6f815afb7beb3031057a861b0cae620a3a66 | |
parent | 7ab42fe60c2f2245b19113de044c0afb24683bdc (diff) |
git error message; user misconfiguration
-rw-r--r-- | doc/bugs/Cannot_set_direct_mode_with_non_default_worktree.mdwn | 2 | ||||
-rw-r--r-- | doc/bugs/Cannot_set_direct_mode_with_non_default_worktree/comment_1_40ec252a4801fa56bcdc8db4af8343fc._comment | 13 |
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/Cannot_set_direct_mode_with_non_default_worktree.mdwn b/doc/bugs/Cannot_set_direct_mode_with_non_default_worktree.mdwn index ce3ae58cb..1a71ecf38 100644 --- a/doc/bugs/Cannot_set_direct_mode_with_non_default_worktree.mdwn +++ b/doc/bugs/Cannot_set_direct_mode_with_non_default_worktree.mdwn @@ -43,3 +43,5 @@ git-annex: user error (git ["config","--null","--list"] exited 128) failed git-annex: direct: 1 failed """]] + +> [[done]] per my comment --[[Joey]] diff --git a/doc/bugs/Cannot_set_direct_mode_with_non_default_worktree/comment_1_40ec252a4801fa56bcdc8db4af8343fc._comment b/doc/bugs/Cannot_set_direct_mode_with_non_default_worktree/comment_1_40ec252a4801fa56bcdc8db4af8343fc._comment new file mode 100644 index 000000000..33f7696cf --- /dev/null +++ b/doc/bugs/Cannot_set_direct_mode_with_non_default_worktree/comment_1_40ec252a4801fa56bcdc8db4af8343fc._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-07-06T19:52:12Z" + content=""" +I cannot reproduce this problem with git-annex version 5.20150706. +I don't remember any bug fixes in this area though. + +Note that "fatal: core.bare and core.worktree do not make sense" is +not a git-annex error message. It is a git error message. I conclude +you didn't configure them right, and since git-annex works in my testing +with the two variables set correctly, I'm going to close this bug report. +"""]] |