diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-08 15:41:19 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-08 15:41:27 -0400 |
commit | ac0b50cc251eb683e67b1e8c1905fd6b3fe0df3f (patch) | |
tree | 50136af471aece0d869db86fe08811cbbf3df144 /debian | |
parent | cc18eb7e745bf980f62de261c9fbc8a08b96dd48 (diff) |
init: Fix bugs in submodule .git symlink fixup, that occurred when initializing in a subdirectory of a submodule and a submodule of a submodule.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0b2f214a7..c6eb05287 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |