Skip to content

Conversation

@jonls
Copy link
Contributor

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
@ByronByron merged commit 3008310 into gitpython-developers:masterJul 1, 2015
Sign up for freeto 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

@jonls@Byron