diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-14 15:36:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-14 15:36:33 -0400 |
commit | e6f32bd11c94221f82fe9acf6ecb74be2fab4a76 (patch) | |
tree | f52a5aa501875340c05f34c151fd027036cff83a /doc/bugs | |
parent | 44b6bc589b6e2219cd3a4cf57fd2dd30068b2744 (diff) |
Fix a long-standing bug that could cause the wrong index file to be used when committing to the git-annex branch, if GIT_INDEX_FILE is set in the environment. This typically resulted in git-annex branch log files being committed to the master branch and later showing up in the work tree. (These log files can be safely removed.)
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Weird_directories_appearing.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/Weird_directories_appearing.mdwn b/doc/bugs/Weird_directories_appearing.mdwn index 5b2e59793..ea85cead6 100644 --- a/doc/bugs/Weird_directories_appearing.mdwn +++ b/doc/bugs/Weird_directories_appearing.mdwn @@ -71,3 +71,12 @@ Where does the e6a directory comes from? I don't suspect a bug there, but in my Thanks! Florian + +> [[fixed|done]] +> +> I know someone reported this a looong time ago (years), and I cannot find +> that bug report. Probably I closed it because I was unable to find a way +> to reproduce it. +> +> The spurious log files can be safely removed from your working tree. +> --[[Joey]] |