summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-06-02 17:02:38 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-06-02 17:02:38 -0400
commitb62a12ebf92039141e76b7b5f5276dacd0fcddd1 (patch)
tree11cf3fa40082c14914b81529e2dc7fca913b52a5 /CHANGELOG
parented9cdb350e0bae8523b9d60cd414730c7d515829 (diff)
Fix initialization of a bare clone of a repo that has an adjusted branch checked out.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2b15293fd..c7568fced 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,8 @@ git-annex (6.20160528) UNRELEASED; urgency=medium
when used with git 2.9, which has stopped doing this itself.
* Automatically enable v6 mode when initializing in a clone from a repo
that has an adjusted branch checked out.
+ * Fix initialization of a bare clone of a repo that has an adjusted
+ branch checked out.
* remotedaemon: Fixed support for notifications of changes to gcrypt
remotes, which was never tested and didn't quite work before.