git-annex-shell: Avoid exposing any git repo config except for the annex.uuid when doing configlist.

This commit is contained in:
Joey Hess 2011-01-04 17:34:14 -04:00
parent b001e6573c
commit a857e1f4ee
2 changed files with 10 additions and 2 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
git-annex (0.16) UNRELEASED; urgency=low
* git-annex-shell: Avoid exposing any git repo config except for the
annex.uuid when doing configlist.
-- Joey Hess <joeyh@debian.org> Tue, 04 Jan 2011 17:33:42 -0400
git-annex (0.15) unstable; urgency=low
* Support scp-style urls for remotes (host:path).