FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · gitpython-developers/GitPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
gitpython-developers
/
GitPython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
989
Star
5.2k
Code
Issues
8
Pull requests
2
Discussions
Actions
Security and quality
34
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Mar 11, 2024
Fix remaining old Commit_ish annotations in git.repo.fun
Show description for fe7f9f2
EliahKagan
committed
fe7f9f2
View commit details
Copy full SHA for fe7f9f2
Browse repository at this point
Keep the type of a Commit's `parents` from being too narrow
Show description for e66297a
EliahKagan
committed
e66297a
View commit details
Copy full SHA for e66297a
Browse repository at this point
Help tools know the type of a Commit's `parents`
Show description for fe42ca7
EliahKagan
committed
fe42ca7
View commit details
Copy full SHA for fe42ca7
Browse repository at this point
Commits on Mar 10, 2024
Remove extra `parents` param in Commit.__init__ docstring
Show description for d1ce940
EliahKagan
committed
d1ce940
View commit details
Copy full SHA for d1ce940
Browse repository at this point
Fix some annotations in git.repo.fun
EliahKagan
committed
191f4cf
View commit details
Copy full SHA for 191f4cf
Browse repository at this point
Start fixing annotations that used the old Commit_ish
EliahKagan
committed
7328a00
View commit details
Copy full SHA for 7328a00
Browse repository at this point
Define GitObjectTypeString and update Object to use it
Show description for 1fe4dc8
EliahKagan
committed
1fe4dc8
View commit details
Copy full SHA for 1fe4dc8
Browse repository at this point
Define and document AnyGitObject and (new) Commit_ish
Show description for 787f65c
EliahKagan
committed
787f65c
View commit details
Copy full SHA for 787f65c
Browse repository at this point
Temporarily rename Commit_ish to Old_commit_ish
Show description for 04a2753
EliahKagan
committed
04a2753
View commit details
Copy full SHA for 04a2753
Browse repository at this point
Further improve _safer_popen_windows doc
Show description for b9d9e56
EliahKagan
committed
b9d9e56
View commit details
Copy full SHA for b9d9e56
Browse repository at this point
Wrap docstrings and comments in _safer_popen_windows
Show description for ad8190b
EliahKagan
committed
ad8190b
View commit details
Copy full SHA for ad8190b
Browse repository at this point
Have test suite use sys.platform to check for Windows
Show description for 465ab56
EliahKagan
committed
465ab56
View commit details
Copy full SHA for 465ab56
Browse repository at this point
Fix new mypy error in is_cygwin_git
Show description for 42e10c0
EliahKagan
committed
42e10c0
View commit details
Copy full SHA for 42e10c0
Browse repository at this point
Fix new mypy error in _read_win_env_flag
Show description for 7204c13
EliahKagan
committed
7204c13
View commit details
Copy full SHA for 7204c13
Browse repository at this point
Have git module use sys.platform to check for Windows
Show description for 88557bc
EliahKagan
committed
88557bc
View commit details
Copy full SHA for 88557bc
Browse repository at this point
Test that redefined Diffable.Index should be compatible
Show description for 2decbe4
EliahKagan
committed
2decbe4
View commit details
Copy full SHA for 2decbe4
Browse repository at this point
Spell self.Index as self.INDEX in IndexFile.diff
Show description for ad00c77
EliahKagan
committed
ad00c77
View commit details
Copy full SHA for ad00c77
Browse repository at this point
Apply intended suppression in Tree.traverse
Show description for 97d9b65
EliahKagan
committed
97d9b65
View commit details
Copy full SHA for 97d9b65
Browse repository at this point
Drop deprecated mypy option
Show description for 96ecc2e
EliahKagan
committed
96ecc2e
View commit details
Copy full SHA for 96ecc2e
Browse repository at this point
Remove some unneeded mypy suppressions
Show description for 84fc806
EliahKagan
committed
84fc806
View commit details
Copy full SHA for 84fc806
Browse repository at this point
Commits on Mar 9, 2024
Colorize mypy output on CI for easier reading
Show description for aeacb00
EliahKagan
committed
aeacb00
View commit details
Copy full SHA for aeacb00
Browse repository at this point
Adjust mypy options to work well with mypy 1.9.0
Show description for 9ed904c
EliahKagan
committed
9ed904c
View commit details
Copy full SHA for 9ed904c
Browse repository at this point
Add INDEX and DiffConstants to git.__all__
Show description for 87b314e
EliahKagan
committed
87b314e
View commit details
Copy full SHA for 87b314e
Browse repository at this point
Mention collections.abc for Sequence
Show description for 3c8cbe9
EliahKagan
committed
3c8cbe9
View commit details
Copy full SHA for 3c8cbe9
Browse repository at this point
Deprecate public access to typing imports in git
Show description for c8ad3a3
EliahKagan
committed
c8ad3a3
View commit details
Copy full SHA for c8ad3a3
Browse repository at this point
Add refresh to top-level __all__
Show description for e49327d
EliahKagan
committed
e49327d
View commit details
Copy full SHA for e49327d
Browse repository at this point
Modify annotations to accommodate NULL_TREE
Show description for b8a25df
EliahKagan
committed
b8a25df
View commit details
Copy full SHA for b8a25df
Browse repository at this point
Fix Sphinx references; give Diffable.Index a docstring
EliahKagan
committed
c9952e1
View commit details
Copy full SHA for c9952e1
Browse repository at this point
Make NULL_TREE and Index precisely annotatable
Show description for 65863a2
EliahKagan
committed
65863a2
View commit details
Copy full SHA for 65863a2
Browse repository at this point
Annotate _process_diff_args without Diffable.Index
Show description for 2f5e258
EliahKagan
committed
2f5e258
View commit details
Copy full SHA for 2f5e258
Browse repository at this point
Further clarify Diffable.diff docstring
Show description for 7204cc1
EliahKagan
committed
7204cc1
View commit details
Copy full SHA for 7204cc1
Browse repository at this point
Consolidate str and os.PathLike[str] (use GitPython's PathLike)
Show description for 62c0823
EliahKagan
committed
62c0823
View commit details
Copy full SHA for 62c0823
Browse repository at this point
Start fixing diff and _process_diff_args type annotations
Show description for 0e1df29
EliahKagan
committed
0e1df29
View commit details
Copy full SHA for 0e1df29
Browse repository at this point
Commits on Mar 8, 2024
Correct and clarify Diffable.diff docstring
Show description for ed6ead9
EliahKagan
committed
ed6ead9
View commit details
Copy full SHA for ed6ead9
Browse repository at this point
Fix wrong class name in git.objects.tag docstring
Show description for 1cdec7a
EliahKagan
committed
1cdec7a
View commit details
Copy full SHA for 1cdec7a
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL