Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork941
Commit2c0f47b
committed
Add env parameter to Repo.clone_from() for setting environment variables
Adds the optional keyword parameter env to Repo.clone_from(). The parameteris a dictionary containing the desired environment variables for the gitclone invocation. The environment is applied to the temporary Git instancebefore calling Repo._clone().1 parentbea9077 commit2c0f47b
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
851 | 851 |
| |
852 | 852 |
| |
853 | 853 |
| |
854 |
| - | |
| 854 | + | |
855 | 855 |
| |
856 | 856 |
| |
857 | 857 |
| |
858 | 858 |
| |
859 | 859 |
| |
| 860 | + | |
860 | 861 |
| |
861 | 862 |
| |
862 |
| - | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
863 | 867 |
| |
864 | 868 |
| |
865 | 869 |
| |
|
0 commit comments
Comments
(0)