Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Adding inital types to remote.py#1229
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
18 commits Select commitHold shift + click to select a range
ad4079d
add types to base.py and fun.py
Yobmod5b0028e
start add types to util.py
Yobmoda094ac1
add types to git.util and git.__init__
Yobmod71e28b8
add types to git.db and git.exc
Yobmod2fd9f6e
add types to git.compat and git.diff
Yobmod6752fad
add initial types to remote.py
Yobmod18b75d9
copy sys.version checks for literal and final to git.types
Yobmoda1fa850
update type of FetchInfo.refresh() to use Literal
Yobmodc08f592
add types to PushInfo.__init__() .remote_ref() and .old_commit()
Yobmodf8e7a7d
Merge branch 'main' into addtypes
Yobmodbaec2e2
make progress types more general
Yobmod8611488
Merge branch 'addtypes' of https://github.com/Yobmod/GitPython into a…
Yobmode37ebaa
change a type (Commit) to a forward ref
Yobmodf97d378
change flags type to int
Yobmod90fefb0
add overloads to to_progress_instance()
Yobmod559ddb3
add types to _from_line()
Yobmod1b16037
second pass of adding types
Yobmod96f8f17
fix Repo forward ref
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 deletiongit/refs/symbolic.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
83 changes: 55 additions & 28 deletionsgit/remote.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
5 changes: 5 additions & 0 deletionsgit/types.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
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.