summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-03-26 14:22:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-03-26 14:22:21 -0400
commit501a84985899a55e8e4fb8be71f2200c14dbae96 (patch)
treed313fd13fea6f0241aeaf0d96f7b2b07fc9699b2 /debian
parent57f324d802ef82920a1ed37875606f02a5f31f95 (diff)
git-annex-shell: Make configlist automatically initialize a remote git repository, as long as a git-annex branch has been pushed to it, to simplify setup of remote git repositories, including via gitolite.
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 9cd685c93..eee5509ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,10 @@ git-annex (5.20140321) UNRELEASED; urgency=medium
* forget --drop-dead: Avoid removing the dead remote from the trust.log,
so that if git remotes for it still exist anywhere, git annex info
will still know it's dead and not show it.
+ * git-annex-shell: Make configlist automatically initialize
+ a remote git repository, as long as a git-annex branch has
+ been pushed to it, to simplify setup of remote git repositories,
+ including via gitolite.
-- Joey Hess <joeyh@debian.org> Fri, 21 Mar 2014 14:08:41 -0400