Skip to content

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

Merged
Byron merged 1 commit into
gitpython-developers:masterfrom
jonls:clone-from-with-env
Jul 1, 2015
Merged

Add env parameter to Repo.clone_from() for setting environment variables#307
Byron merged 1 commit into
gitpython-developers:masterfrom
jonls:clone-from-with-env

Conversation

@jonls

@jonls jonls commented Jun 30, 2015

Copy link
Copy Markdown

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

Byron commented Jul 1, 2015

Copy link
Copy Markdown
Member

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.

3 participants