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.
This commit is contained in:
parent
c5b8484c2e
commit
367d1352da
4 changed files with 74 additions and 60 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue