Skip to content

Add env parameter to Repo.clone_from() for setting environment variables #307

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

Merged
merged 1 commit into from
Jul 1, 2015

Conversation

jonls
Copy link
Contributor

@jonls jonls commented Jun 30, 2015

Adds the optional keyword parameter env to Repo.clone_from(). The parameter is a dictionary containing the desired environment variables for the git clone invocation. The environment is applied to the temporary Git instance before calling Repo._clone().

Adds the optional keyword parameter env to Repo.clone_from(). The parameter
is a dictionary containing the desired environment variables for the git
clone invocation. The environment is applied to the temporary Git instance
before calling Repo._clone().
@Byron
Copy link
Member

Byron commented Jul 1, 2015

Looks good, thank you !

Byron added a commit that referenced this pull request Jul 1, 2015
Add env parameter to Repo.clone_from() for setting environment variables
@Byron Byron merged commit 3008310 into gitpython-developers:master Jul 1, 2015
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