diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-13 12:52:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-13 12:52:09 -0400 |
commit | 1ae780ee7990dc542a61714522c902754e76fb05 (patch) | |
tree | 1adfc326dc9110dcf7421304980103b981a6701d /doc/bugs/on--git-dir_and_--work-tree_options.mdwn | |
parent | daff9029ba85cee772b707add61e8ce1d7fd953f (diff) |
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.
Diffstat (limited to 'doc/bugs/on--git-dir_and_--work-tree_options.mdwn')
-rw-r--r-- | doc/bugs/on--git-dir_and_--work-tree_options.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/on--git-dir_and_--work-tree_options.mdwn b/doc/bugs/on--git-dir_and_--work-tree_options.mdwn index d76a42bff..0bcefbb5d 100644 --- a/doc/bugs/on--git-dir_and_--work-tree_options.mdwn +++ b/doc/bugs/on--git-dir_and_--work-tree_options.mdwn @@ -27,3 +27,5 @@ regular git add works: git-annex version: 3.20110702 +> [[done]], git-annex now honors `GIT_DIR` and `GIT_WORK_TREE` like other +> git commands do. --[[Joey]] |