summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-05 14:09:25 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-05 14:09:25 -0400
commit593af3d79581a00af7a25897750fc5b1c2e0e0ab (patch)
tree0a3ee8d1577476d1c38113e696818723b9a972ff /debian
parenta43686b9847c19efebd1f15519083436ac155a8e (diff)
git-annex-shell: Don't let configlist auto-init repository when in readonly mode.
This was potentially a hole in the readonly mode armor even before my last commit. If the user could push a git-annex branch to a repo, they could get git-annex-shell to initialize the repo. After my last commit, the user didn't even need to be allowed to push a branch to init the repo, so this hole certianly needs to be closed now.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1943e3974..dc02ede0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,8 @@ git-annex (5.20150732) UNRELEASED; urgency=medium
to manually be pushed before using git-annex sync. Note that this
involved changes to git-annex-shell, so if the remote is using an old
version, the manual push is still needed.
+ * git-annex-shell: Don't let configlist auto-init repository when in
+ readonly mode.
-- Joey Hess <id@joeyh.name> Fri, 31 Jul 2015 12:31:39 -0400