summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-06-12 14:54:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-06-12 14:54:23 -0400
commit4a3569a6e87620f855aa95deca63bf3c00c028de (patch)
tree39144e545cabbe6c420f53d6e99c0e687462e547 /debian
parent21a95babe51e906223590a540ac26a666426cd37 (diff)
sync: Better support for bare git remotes. Now pushes directly to the master branch on such a remote, instead of to synced/master. This makes it easier to clone from a bare git remote that has been populated with git annex sync or by the assistant.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 696d00792..ae3c05817 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,10 @@ git-annex (4.20130602) UNRELEASED; urgency=low
duplicate uploads to the same glacier repository by `git annex copy`.
* Direct mode: No longer temporarily remove write permission bit of files
when adding them.
+ * sync: Better support for bare git remotes. Now pushes directly to the
+ master branch on such a remote, instead of to synced/master. This
+ makes it easier to clone from a bare git remote that has been populated
+ with git annex sync or by the assistant.
-- Joey Hess <joeyh@debian.org> Mon, 10 Jun 2013 12:52:44 -0400