Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git: repo: base: update clone_from env argument description #931

Merged
merged 1 commit into from
Sep 30, 2019

Conversation

pared
Copy link
Contributor

@pared pared commented Sep 30, 2019

Related to #924, iterative/dvc#2471

@pared
Copy link
Contributor Author

pared commented Sep 30, 2019

@Byron please take a look, when able.

Copy link
Member

@Byron Byron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot! This is much better than before!

@@ -1012,6 +1012,9 @@ def clone_from(cls, url, to_path, progress=None, env=None, multi_options=None, *
:param to_path: Path to which the repository should be cloned to
:param progress: See 'git.remote.Remote.push'.
:param env: Optional dictionary containing the desired environment variables.
Note: Provided variables will be used to update the execution
environment for `git`. If some variable is not specified in `env`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you could also hint at how to 'unset' environment variables that way.
It's just a suggestion though, I am happy to merge as is.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I'll mention that :)

@pared pared requested a review from Byron September 30, 2019 14:36
@Byron Byron added this to the v3.0.3 - Bugfixes milestone Sep 30, 2019
@Byron
Copy link
Member

Byron commented Sep 30, 2019

Perfect, thanks so much!

@Byron Byron merged commit cf237db into gitpython-developers:master Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants