summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-16 00:02:14 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-16 00:08:39 -0400
commit7129c1f89e5ff5e5334bb98cab81988c065d4ec2 (patch)
tree9168a5f55e8d120fb937b11aee08e52d457e9c3a /doc
parent5fb6e3b804dccf5b727100eb139e289ad6bc0770 (diff)
A relative core.worktree is relative to the gitdir.
Now that this is handled correctly, git-annex can be used in git submodules. Also, fixed infelicity where Git.CurrentRepo and Git.Config.updateLocation were both dealing with core.worktree. Now updateLocation handles it for Local as well as for LocalUnknown repos.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/submodule_path_problem.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bugs/submodule_path_problem.mdwn b/doc/bugs/submodule_path_problem.mdwn
index 7885d0287..664e246bc 100644
--- a/doc/bugs/submodule_path_problem.mdwn
+++ b/doc/bugs/submodule_path_problem.mdwn
@@ -51,5 +51,6 @@ Got:
* The path in that config is relative to the config file: "worktree = ../../../../lib/submod"
* Git-annex expect the path to be relative to the current directory, which is why it fails.
-
+> Impressive analysis, thanks. I've fixed handling of relative
+> core.worktree. [[done]] --[[Joey]]