diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-05-06 12:26:37 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-05-06 12:26:44 -0400 |
commit | 2de35be7538023dd70e4c4b3ef984d1ae8a4c5a7 (patch) | |
tree | ae2da77522f5f5e6b31135bb1ddb55f12694456b /debian/changelog | |
parent | 7b33a5f2ab57f8546577bdc0532f925a3917fe78 (diff) |
Propigate GIT_DIR and GIT_WORK_TREE environment to external special remotes.
Since git-annex unsets these when started, they have to be explicitly
propigated. Also, this makes --git-dir and --work-tree settings be
reflected in the environment.
The need for this came up in
https://github.com/DanielDent/git-annex-remote-rclone/issues/3
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a00632ce0..2856be2be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,8 @@ git-annex (6.20160420) UNRELEASED; urgency=medium * map: Changed colors; red is used for untrusted repositories and grey for dead. * version: Display OS version and architecture too. + * Propigate GIT_DIR and GIT_WORK_TREE environment to external special + remotes. -- Joey Hess <id@joeyh.name> Thu, 28 Apr 2016 13:17:04 -0400 |