Skip to content

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

Merged
Byron merged 1 commit into
gitpython-developers:masterfrom
pared:update_env_kwarg
Sep 30, 2019
Merged

git: repo: base: update clone_from env argument description#931
Byron merged 1 commit into
gitpython-developers:masterfrom
pared:update_env_kwarg

Conversation

@pared

Copy link
Copy Markdown
Contributor

@pared

Copy link
Copy Markdown
ContributorAuthor

@Byron please take a look, when able.

@ByronByron left a comment

Copy link
Copy Markdown
Member

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!

Comment threadgit/repo/base.py
: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
Copy Markdown
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
Copy Markdown
ContributorAuthor

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 ByronSeptember 30, 2019 14:36
@ByronByron added this to the v3.0.3 - Bugfixes milestone Sep 30, 2019
@Byron

Copy link
Copy Markdown
Member

Perfect, thanks so much!

@Byron
Byron merged commit cf237db into gitpython-developers:masterSep 30, 2019
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

@pared@Byron