refactor dotenv parser in order to support multi-line variable values declaration#2
Conversation
|
@x1unix sorry to bother you with this, we'd like to adopt your PR for compose support of dotEnv file, but our oss contribution policy require all commits to be signed-off (git -s). |
… declaration Signed-off-by: x1unix <denis0051@gmail.com>
Signed-off-by: x1unix <denis0051@gmail.com>
acd8c1e to
993ff7a
Compare
|
@ndeloof done |
|
@ndeloof can I contribute any additional fixes directly to this repo? A few projects on my job also depend on my hotfix and there is no ETA when PR will be merged into upstream. Also, I've changed import url on master branch of the fork and included multi-line hotfix there, so you can also use my fork (version v1.4.0). |
|
@x1unix sure, you can contribute additional fixes, as long as you feel those are relevant in the context of .env support in docker compose (or related) projects. |
This is a clone PR for joho#118