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 }}
MatrixMike
/
GitPython
Public
forked from
gitpython-developers/GitPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Breadcrumbs
History for
GitPython
git
refs
log.py
on
main
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 18, 2024
Improve order of imports and __all__ in git.refs submodules
EliahKagan
committed
8b51af3
Copy full SHA for 8b51af3
Commits on Mar 5, 2024
Add return-type annotation on __init__ methods
Show description for 5d7e55b
EliahKagan
committed
5d7e55b
Copy full SHA for 5d7e55b
Commits on Feb 29, 2024
More docstring revisions within git.refs
EliahKagan
committed
254c82a
Copy full SHA for 254c82a
Commits on Feb 27, 2024
Revise docstrings within git.refs
EliahKagan
committed
d1d18c2
Copy full SHA for d1d18c2
Commits on Dec 9, 2023
Overhaul noqa directives
Show description for 41d22b2
EliahKagan
committed
41d22b2
Copy full SHA for 41d22b2
Commits on Nov 3, 2023
Make comments more consistent and clarify license
Show description for 454032c
EliahKagan
committed
454032c
Copy full SHA for 454032c
Commits on Nov 2, 2023
Use zero-argument super() where applicable
Show description for a47e46d
EliahKagan
committed
a47e46d
Copy full SHA for a47e46d
Commits on Oct 22, 2023
Revise docstrings and comments for clarity and formatting
Show description for cd16a35
EliahKagan
committed
cd16a35
Copy full SHA for cd16a35
Put all regex patterns in r-strings
Show description for ffcbf07
EliahKagan
committed
ffcbf07
Copy full SHA for ffcbf07
Commits on Sep 21, 2023
Merge pull request #1675 from EliahKagan/rollback
Show description for d40320b
Byron
authored
d40320b
Copy full SHA for d40320b
Tweak rollback logic in log.to_file
Show description for e480985
EliahKagan
committed
e480985
Copy full SHA for e480985
Upgrade flake8 in pre-commit and fix new warnings
Show description for bf7af69
EliahKagan
committed
bf7af69
Copy full SHA for bf7af69
Commits on Dec 29, 2022
Fix Sphinx rendering errors
Show description for 4463624
stephan-cr
authored and
Byron
committed
4463624
Copy full SHA for 4463624
Commits on May 18, 2022
reformat according to 'black' configuration file.
Byron
committed
e530544
Copy full SHA for e530544
Commits on May 17, 2022
Run everything through 'black'
Show description for 21ec529
Byron
committed
21ec529
Copy full SHA for 21ec529
Commits on Jul 31, 2021
Add type to refs.log._read_from_file()
Yobmod
committed
e364c5e
Copy full SHA for e364c5e
Commits on Jul 19, 2021
Add types to refs/log.py
Yobmod
committed
ae13c6d
Copy full SHA for ae13c6d
Commits on Jun 25, 2021
replace cast()s with asserts in remote.py
Yobmod
committed
7b09003
Copy full SHA for 7b09003
Commits on May 16, 2021
flake8 and mypy fixes
Yobmod
committed
595181d
Copy full SHA for 595181d
Commits on Feb 25, 2020
Remove now unnecessary explicit Unicode string literal prefixes
Harmon758
committed
d39bd53
Copy full SHA for d39bd53
Commits on Feb 8, 2020
Remove and replace compat.string_types
Harmon758
authored and
Byron
committed
768b9ff
Copy full SHA for 768b9ff
Remove checks for Python 2 and/or 3
Harmon758
authored and
Byron
committed
6aa78cd
Copy full SHA for 6aa78cd
Remove and replace compat.xrange
Harmon758
authored and
Byron
committed
b5dd2f0
Copy full SHA for b5dd2f0
Commits on Oct 28, 2019
removed extra line as per code review
imkaka
committed
9932e64
Copy full SHA for 9932e64
Commits on Oct 24, 2019
silence PYL-W0621
imkaka
committed
225529c
Copy full SHA for 225529c
silance Re-defined variable from outer scope
imkaka
committed
4dda3cb
Copy full SHA for 4dda3cb
Commits on Oct 23, 2019
resolved all minor issues arised by last fix patch
imkaka
committed
1dc46d7
Copy full SHA for 1dc46d7
fix File opened without the with statement
imkaka
committed
597fb58
Copy full SHA for 597fb58
fix Loop variable used outside the loop
imkaka
committed
5eb8289
Copy full SHA for 5eb8289
Commits on Oct 22, 2019
fixed classmethod argument PYL-C0202
imkaka
committed
0685d62
Copy full SHA for 0685d62
Commits on Oct 15, 2019
removed Unnecessary “else” after “return”
pratik-anurag
authored and
Byron
committed
69d7a0c
Copy full SHA for 69d7a0c
Commits on Mar 18, 2018
Use automatic formatters
hugovk
committed
16223e5
Copy full SHA for 16223e5
Rewrite unnecessary dict/list/tuple calls as literals
hugovk
committed
ac4f7d3
Copy full SHA for ac4f7d3
Commits on Nov 28, 2017
RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT
Show description for 6ee08fc
yarikoptic
committed
6ee08fc
Copy full SHA for 6ee08fc
Commits on Mar 9, 2017
Spelling fixes
scop
authored and
Byron
committed
8dffba5
Copy full SHA for 8dffba5
Pagination
Previous
Next
You can’t perform that action at this time.