Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork941
General fixes for next release#1318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
23 commits Select commitHold shift + click to select a range
ea43def
Run actions on main branch
Byron70b9596
Merge branch 'master' of https://github.com/Yobmod/GitPython
Yobmod78b99d3
fix setup.py classifiers, improvefnmatchprocess handler types
Yobmod9d844a6
Merge branch 'master' of https://github.com/Yobmod/GitPython into main
Yobmod38f5157
add type check to conf_encoding (in thoery could be bool or int)
Yobmod22e05c4
type fix
Yobmod07078e9
type fixo
Yobmodbf0c332
add pypy to test matrix
Yobmod4381f6c
update 3.10 to rc1 in test matrix
Yobmod079d7fd
try fix for Protocol buy in 3.10
Yobmod1349ddc
try fix for Protocol buy in 3.10 2
Yobmod2f42966
try fix for Protocol buy in 3.10 3
Yobmodc35ab1d
upgrade sphinx for 3.10 compat
Yobmod5835f01
Update changelog and version
Yobmod1a71d9a
Change CI to 3.10.0-beta.4, to get docs to pass
Yobmod6835c91
Update changes.rst
Yobmod3439a3e
Change CI python 3.10 to rc1 again. Spinx broken either way
Yobmod40f4ceb
Update pythonpackage.yml
Yobmod4ed0531
Update pythonpackage.yml
Yobmodd6017fb
Update setup.py
Yobmodcb7cbe5
Update pythonpackage.yml
Yobmodf7fddc1
Update pythonpackage.yml
Yobmodbb9b50f
Update pythonpackage.yml
YobmodFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
2 changes: 1 addition & 1 deletion.github/workflows/pythonpackage.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions.gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -22,3 +22,4 @@ nbproject | ||
.pytest_cache/ | ||
monkeytype.sqlite3 | ||
output.txt | ||
tox.ini |
2 changes: 1 addition & 1 deletionVERSION
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.1.21 |
2 changes: 1 addition & 1 deletiondoc/requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
sphinx==4.1.2 | ||
sphinx_rtd_theme | ||
sphinx-autodoc-typehints |
78 changes: 53 additions & 25 deletionsdoc/source/changes.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
42 changes: 28 additions & 14 deletionsgit/cmd.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
11 changes: 1 addition & 10 deletionsgit/config.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletionsgit/objects/commit.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
13 changes: 10 additions & 3 deletionsgit/objects/util.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.