git-annex, git-union-merge: Support GIT_DIR and GIT_WORK_TREE.

Note that GIT_WORK_TREE cannot influence GIT_DIR; that is necessary for
git-fake-bare and vcsh type things to work.
This commit is contained in:
Joey Hess 2012-01-13 12:52:09 -04:00
parent daff9029ba
commit 1ae780ee79
6 changed files with 26 additions and 4 deletions

1
debian/changelog vendored
View file

@ -4,6 +4,7 @@ git-annex (3.20120107) UNRELEASED; urgency=low
* map: Fix display of remote repos
* Add annex-trustlevel configuration settings, which can be used to
override the trust level of a remote.
* git-annex, git-union-merge: Support GIT_DIR and GIT_WORK_TREE.
-- Joey Hess <joeyh@debian.org> Sat, 07 Jan 2012 18:12:09 -0400