Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix version discrepancy3.1.23 | Sebastian Thiel | 2021-09-10 | 2 | -2/+2 |
| | |||||
* | bump version3.1.22 | Sebastian Thiel | 2021-09-10 | 1 | -1/+1 |
| | |||||
* | Update changes.rst | Dominic | 2021-09-09 | 1 | -1/+4 |
| | |||||
* | Update changes.rst | Dominic | 2021-09-09 | 1 | -1/+16 |
| | | | Update changes for 3.1.21 | ||||
* | Merge pull request #1337 from Yobmod/main | Dominic | 2021-09-09 | 1 | -9/+12 |
|\ | | | | | Import README.md into setup.py | ||||
| * | Update setup.py | Dominic | 2021-09-09 | 1 | -0/+1 |
| | | | | | | flake8 fix | ||||
| * | Update setup.py | Dominic | 2021-09-09 | 1 | -8/+7 |
| | | | | | | format path -> os.path in prep for pathlib | ||||
| * | Update setup.py | Dominic | 2021-09-09 | 1 | -1/+4 |
|/ | | | Import README.md | ||||
* | Merge pull request #1318 from Yobmod/main | Dominic | 2021-09-09 | 12 | -60/+106 |
|\ | | | | | General fixes for next release | ||||
| * | Update pythonpackage.yml | Dominic | 2021-09-09 | 1 | -1/+1 |
| | | | | | | 3.7.0 not available | ||||
| * | Update pythonpackage.yml | Dominic | 2021-09-09 | 1 | -1/+1 |
| | | | | | | Add minor versions to test matrix | ||||
| * | Update pythonpackage.yml | Dominic | 2021-09-09 | 1 | -1/+1 |
| | | | | | | try force tests on 3.9.7 | ||||
| * | Update setup.py | Dominic | 2021-09-09 | 1 | -1/+1 |
| | | | | | | Comment out python 3.10 for next release | ||||
| * | Update pythonpackage.yml | Dominic | 2021-09-09 | 1 | -1/+1 |
| | | | | | | Rmv 3.10.0 from test matrix | ||||
| * | Update pythonpackage.yml | Dominic | 2021-09-09 | 1 | -1/+1 |
| | | | | | | Try python 3.10.0.rc.2 | ||||
| * | Change CI python 3.10 to rc1 again. Spinx broken either way | Yobmod | 2021-08-09 | 1 | -1/+1 |
| | | |||||
| * | Update changes.rst | Yobmod | 2021-08-09 | 1 | -2/+3 |
| | | |||||
| * | Change CI to 3.10.0-beta.4, to get docs to pass | Yobmod | 2021-08-09 | 1 | -1/+1 |
| | | |||||
| * | Update changelog and version | Yobmod | 2021-08-09 | 4 | -27/+56 |
| | | |||||
| * | upgrade sphinx for 3.10 compat | Yobmod | 2021-08-09 | 2 | -5/+6 |
| | | |||||
| * | try fix for Protocol buy in 3.10 3 | Yobmod | 2021-08-09 | 1 | -2/+2 |
| | | |||||
| * | try fix for Protocol buy in 3.10 2 | Yobmod | 2021-08-09 | 1 | -1/+1 |
| | | |||||
| * | try fix for Protocol buy in 3.10 | Yobmod | 2021-08-09 | 1 | -2/+8 |
| | | |||||
| * | update 3.10 to rc1 in test matrix | Yobmod | 2021-08-08 | 1 | -1/+1 |
| | | |||||
| * | add pypy to test matrix | Yobmod | 2021-08-08 | 1 | -1/+1 |
| | | |||||
| * | type fixo | Yobmod | 2021-08-08 | 1 | -0/+0 |
| | | |||||
| * | type fix | Yobmod | 2021-08-08 | 1 | -0/+944 |
| | | |||||
| * | add type check to conf_encoding (in thoery could be bool or int) | Yobmod | 2021-08-08 | 4 | -959/+6 |
| | | |||||
| * | Merge branch 'master' of https://github.com/Yobmod/GitPython into main | yobmod | 2021-08-08 | 4 | -16/+34 |
| |\ | |||||
| | * | fix setup.py classifiers, improvefnmatchprocess handler types | yobmod | 2021-08-08 | 4 | -16/+34 |
| | | | |||||
| | * | Merge branch 'master' of https://github.com/Yobmod/GitPython | yobmod | 2021-08-03 | 0 | -0/+0 |
| | |\ | |||||
| | | * | Run actions on main branchmaster | Sebastian Thiel | 2021-04-01 | 1 | -3/+3 |
| | | | | |||||
* | | | | Assure CWD is readable after acquiring it | Sebastian Thiel | 2021-09-05 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Fixes #1334 | ||||
* | | | | Add encoding to utf-8 for fetch_info_lines; | f100024 | 2021-08-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Add encoding to utf-8 for fetch_head_info; | ||||
* | | | | Use the Git class type definition within Repo classmethods | Michael Mulich | 2021-08-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow the GitCommandWrapperType definition to be used within the Repo classmethods. This change follows the intended purpose as stated in the code, "Subclasses may easily bring in their own custom types by placing a constructor or type here." The usecase that prompted this change has to do with `GIT_SSH_COMMAND`. The goal is to setup a custom `Git` class with knowledge of the value, something like as follows ```python from git import Git as BaseGit, Repo as BaseRepo class Git(BaseGit): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) # For example, assign the SSH command using the current flask # app's configured setting. self.update_environment(GIT_SSH_COMMAND=current_app.config['GIT_SSH_COMMAND']) class Repo(BaseRepo): GitCommandWrapperType = _Git ``` With this change, the above example will allow the developer to use `Repo.clone_from(...)` with the indended outcome. Otherwise the developer will have two differing result when using `Repo(...)` vs `Repo.clone_from(...)`. | ||||
* | | | | overhaul CONTIRIBUTING.md | Sebastian Thiel | 2021-08-18 | 1 | -8/+7 |
| | | | | | | | | | | | | | | | | Thanks to #1322 | ||||
* | | | | Don't fail on import if the working dir isn't valid (#1319) | Sebastian Thiel | 2021-08-12 | 1 | -1/+4 |
|/ / / | |||||
* | | | Merge pull request #1314 from eric-wieser/patch-1 | Dominic | 2021-08-06 | 2 | -13/+35 |
|\ \ \ | | | | | | | | | Do not call get_user_id if it is not needed | ||||
| * | | | Update test_util.py | Eric Wieser | 2021-08-04 | 1 | -1/+4 |
| | | | | |||||
| * | | | Try a better test | Eric Wieser | 2021-08-04 | 1 | -3/+18 |
| | | | | |||||
| * | | | Fix test | Eric Wieser | 2021-08-03 | 1 | -9/+9 |
| | | | | |||||
| * | | | Merge branch 'gitpython-developers:main' into patch-1 | Eric Wieser | 2021-08-03 | 1 | -2/+2 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #1315 from eric-wieser/patch-2 | Dominic | 2021-08-03 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Fix trailing whitespace and incorrect overload | ||||
| * | | | | Fix trailing whitespace and incorrect overload | Eric Wieser | 2021-08-03 | 1 | -2/+2 |
|/ / / / | |||||
| * | | | Use get instead of get_value | Eric Wieser | 2021-08-03 | 1 | -1/+1 |
| | | | | | | | | | | | | This won't try and do something silly like convert `username=1` to a number. | ||||
| * | | | Merge branch 'main' into patch-1 | Eric Wieser | 2021-08-03 | 22 | -224/+252 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Add overload to get_value() | Dominic | 2021-08-03 | 1 | -6/+5 |
| | | | | |||||
* | | | | Merge pull request #1311 from Yobmod/main | Dominic | 2021-08-03 | 22 | -218/+247 |
|\ \ \ \ | | |/ / | |/| | | Drop 3.6, increase type strictness | ||||
| * | | | Add Typing :: Typed to setup.py | Yobmod | 2021-08-03 | 2 | -1/+2 |
| | | | | |||||
| * | | | Improve type of repo.currently_rebasing_on() | Yobmod | 2021-08-02 | 1 | -2/+2 |
| | | | |