init: Fix bugs in submodule .git symlink fixup, that occurred when initializing in a subdirectory of a submodule and a submodule of a submodule.

This commit is contained in:
Joey Hess 2016-02-08 15:41:19 -04:00
parent 085ec7d693
commit 17c97434f2
Failed to extract signature
4 changed files with 15 additions and 1 deletions

3
debian/changelog vendored
View file

@ -19,6 +19,9 @@ git-annex (6.20160127) UNRELEASED; urgency=medium
expression.
* Brought back the dbus and xmpp build flags, so build from source can be
done without C libraries that may be hard to install.
* init: Fix bugs in submodule .git symlink fixup, that occurred when
initializing in a subdirectory of a submodule and a submodule of a
submodule.
-- Joey Hess <id@joeyh.name> Thu, 28 Jan 2016 13:53:09 -0400