diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-16 00:02:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-16 00:08:39 -0400 |
commit | 7129c1f89e5ff5e5334bb98cab81988c065d4ec2 (patch) | |
tree | 9168a5f55e8d120fb937b11aee08e52d457e9c3a /debian | |
parent | 5fb6e3b804dccf5b727100eb139e289ad6bc0770 (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 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 90cf81327..37ef03b35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |