Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
gitpython-developers
/
GitPython
Public
Notifications
You must be signed in to change notification settings
Fork
934
Star
4.8k
Code
Issues
170
Pull requests
3
Discussions
Actions
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security
Insights
Commits
Breadcrumbs
History for
GitPython
git
refs
symbolic.py
on
3.1.20
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 24, 2021
Replace all Typeguard with cast, revert update to typing-extensions==3.10.0
Yobmod
committed
e6345d6
Copy full SHA for e6345d6
Commits on Jul 19, 2021
rmv redundant IOerror except
Yobmod
committed
795d2b1
Copy full SHA for 795d2b1
Add types to refs/symbolic.py
Yobmod
committed
8dd3d0d
Copy full SHA for 8dd3d0d
Commits on Jul 5, 2021
Improve typing of config_levels, add assert_never()
Yobmod
committed
16f0607
Copy full SHA for 16f0607
Commits on Jun 30, 2021
Type Traversable.traverse() better, start types of submodule
Yobmod
committed
82b131c
Copy full SHA for 82b131c
Commits on May 3, 2021
second pass of adding types
Yobmod
committed
1b16037
Copy full SHA for 1b16037
add initial types to remote.py
Yobmod
committed
6752fad
Copy full SHA for 6752fad
Commits on Feb 28, 2021
start add types to util.py
Yobmod
committed
5b0028e
Copy full SHA for 5b0028e
Commits on Aug 12, 2020
Ensure only fully matching symrefs are deleted
Show description for 6ef3775
westphahl
authored and
Byron
committed
6ef3775
Copy full SHA for 6ef3775
Commits on Jun 13, 2020
Fix exception causes in 7 modules
cool-RR
authored and
Byron
committed
99ba753
Copy full SHA for 99ba753
Commits on May 28, 2020
Fix flake8 errors
Byron
committed
69ca329
Copy full SHA for 69ca329
Commits on Feb 18, 2020
Use UTF-8 encoding when getting information about a symbolic reference
Show description for 863abe8
Harmon758
committed
863abe8
Copy full SHA for 863abe8
Commits on Feb 8, 2020
Remove and replace compat.string_types
Harmon758
authored and
Byron
committed
768b9ff
Copy full SHA for 768b9ff
Commits on Oct 15, 2019
renamed unused variables
pratik-anurag
authored and
Byron
committed
6cfd4b3
Copy full SHA for 6cfd4b3
Commits on Mar 18, 2018
Rewrite unnecessary dict/list/tuple calls as literals
hugovk
committed
ac4f7d3
Copy full SHA for ac4f7d3
Commits on Oct 13, 2017
recognize the new packed-ref header format
Show description for 5a358f2
Brenda J. Butler
committed
5a358f2
Copy full SHA for 5a358f2
Commits on Aug 22, 2017
worktrees: make non-packed refs also work correctly.
Show description for d1c40f4
vathpela
committed
d1c40f4
Copy full SHA for d1c40f4
Commits on Jul 1, 2017
Repo: handle worktrees better
Show description for aec58a9
vathpela
authored and
Byron
committed
aec58a9
Copy full SHA for aec58a9
Commits on Feb 25, 2017
fix(refs): don't assume linux path separator
Show description for 416daa0
Byron
committed
416daa0
Copy full SHA for 416daa0
Commits on Oct 22, 2016
Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-cygwin
Byron
committed
caa0ea7
Copy full SHA for caa0ea7
Commits on Oct 20, 2016
Fix some typos
bryant1410
committed
66c41eb
Copy full SHA for 66c41eb
Commits on Oct 16, 2016
src: reduce needless deps to `gitdb.util`
ankostis
committed
b02662d
Copy full SHA for b02662d
src: import os.path as osp
ankostis
committed
0210e39
Copy full SHA for 0210e39
Commits on Oct 4, 2016
src: No PyDev warnings
Show description for a469af8
ankostis
committed
a469af8
Copy full SHA for a469af8
Commits on Oct 1, 2016
io, #519: ALL open() --> with open()
Show description for 9a52168
ankostis
committed
9a52168
Copy full SHA for 9a52168
Commits on Jul 19, 2016
Use binary string constant for concatenation.
bertwesarg
authored
b827f81
Copy full SHA for b827f81
Add missing newline when writing a symbolic ref.
bertwesarg
authored
cee0cec
Copy full SHA for cee0cec
Commits on Mar 28, 2016
fix(refs): don't raise StopIteration
Show description for c4c6851
Byron
committed
c4c6851
Copy full SHA for c4c6851
Commits on Jul 26, 2015
Ensure file resources are released
vokimon
committed
58c5b99
Copy full SHA for 58c5b99
Commits on Feb 19, 2015
Assure to not iterate packed-refs file, ever.
Show description for 346424d
Byron
committed
346424d
Copy full SHA for 346424d
Commits on Jan 22, 2015
Overhauled all tutorials, and placed them in a unit-test.
Show description for b54b939
Byron
committed
b54b939
Copy full SHA for b54b939
Commits on Jan 8, 2015
Now finally, tests should be working on travis too.
Show description for 1531d78
Byron
committed
1531d78
Copy full SHA for 1531d78
Commits on Jan 6, 2015
Make flake8 happy
Byron
committed
e0c65d6
Copy full SHA for e0c65d6
test_refs works
Byron
committed
a83eee5
Copy full SHA for a83eee5
Commits on Jan 5, 2015
test_commit works once again
Byron
committed
e1060a2
Copy full SHA for e1060a2
Pagination
Previous
Next
You can’t perform that action at this time.