diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-15 19:06:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-15 19:06:35 -0400 |
commit | 52c8244219dd90102818282b8b09186f2ce93a0f (patch) | |
tree | fe20f5fa19965bbfdbc9c7d2015038ca3e3f34f7 /debian | |
parent | 1480d71adb1d6acf2cc8863064902244a31f099b (diff) |
git-annex-shell: GIT_ANNEX_SHELL_READONLY and GIT_ANNEX_SHELL_LIMITED environment variables can be set to limit what commands can be run.
This could be used by eg, gitolite.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ce1489e9d..4e0a1e21e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ git-annex (3.20111012) UNRELEASED; urgency=low * A remote can have a annexUrl configured, that is used by git-annex instead of its usual url. (Similar to pushUrl.) * migrate: Copy url logs for keys when migrating. + * git-annex-shell: GIT_ANNEX_SHELL_READONLY and GIT_ANNEX_SHELL_LIMITED + environment variables can be set to limit what commands can be run. + This could be used by eg, gitolite. -- Joey Hess <joeyh@debian.org> Fri, 14 Oct 2011 18:15:20 -0400 |