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.
This commit is contained in:
Joey Hess 2012-10-16 00:02:14 -04:00
parent 148d9f0088
commit 8fec62d299
4 changed files with 21 additions and 15 deletions

2
debian/changelog vendored
View file

@ -11,6 +11,8 @@ git-annex (3.20121011) UNRELEASED; urgency=low
scan is running and queueing new transfers for that remote.
* The standalone binaries are now built to not use ssh connection caching,
in order to work with old versions of ssh.
* A relative core.worktree is relative to the gitdir. Now that this is
handled correctly, git-annex can be used in git submodules.
-- Joey Hess <joeyh@debian.org> Fri, 12 Oct 2012 22:46:08 -0400