Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
Unpublished
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
GitPython
git
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 18, 2023
Fix name only
Unpublished
committed
b1ae544
View commit details
Copy full SHA for b1ae544
View code at this point
Browse repository at this point
git diff support --name-only option
Unpublished
committed
9432e43
View commit details
Copy full SHA for 9432e43
View code at this point
Browse repository at this point
Commits on Feb 16, 2023
Merge pull request #1555 from Codym48/fix/get_values
Show description for 0e5358a
Byron
authored
0e5358a
View commit details
Copy full SHA for 0e5358a
View code at this point
Browse repository at this point
Commits on Feb 12, 2023
Update cmd.py
eric-wieser
authored
5ab58f3
View commit details
Copy full SHA for 5ab58f3
View code at this point
Browse repository at this point
Fix RecursionError when iterating streams
eric-wieser
authored
5cbc178
View commit details
Copy full SHA for 5cbc178
View code at this point
Browse repository at this point
Commits on Feb 2, 2023
Merge pull request #1550 from Sineaggi/remove-optional-from-two-variables
Show description for c84dde2
Byron
authored
c84dde2
View commit details
Copy full SHA for c84dde2
View code at this point
Browse repository at this point
Update docs
Sineaggi
committed
4a44fdf
View commit details
Copy full SHA for 4a44fdf
View code at this point
Browse repository at this point
Commits on Jan 31, 2023
fixed lint error
Cesar Velazquez
committed
6cf3661
View commit details
Copy full SHA for 6cf3661
View code at this point
Browse repository at this point
Commits on Jan 30, 2023
Enable user to override default diff -M arg
Cesar Velazquez
committed
22f5158
View commit details
Copy full SHA for 22f5158
View code at this point
Browse repository at this point
Commits on Jan 27, 2023
Remove optional from two member variables
Sineaggi
committed
cc71f02
View commit details
Copy full SHA for cc71f02
View code at this point
Browse repository at this point
Commits on Jan 24, 2023
Fix timezone parsing functions for non-hour timezones
Show description for 854a2d1
jcowgill
committed
854a2d1
View commit details
Copy full SHA for 854a2d1
View code at this point
Browse repository at this point
Commits on Jan 21, 2023
Raise exception if return code from check-ignore is not 1
Lightborne
committed
df4dabb
View commit details
Copy full SHA for df4dabb
View code at this point
Browse repository at this point
Commits on Jan 13, 2023
fix files list on file rename
Show description for c9b44d2
teknoraver
committed
c9b44d2
View commit details
Copy full SHA for c9b44d2
View code at this point
Browse repository at this point
Commits on Jan 10, 2023
get_values eagerly loads sections before return
kfreezen
committed
cfc613a
View commit details
Copy full SHA for cfc613a
View code at this point
Browse repository at this point
Commits on Jan 8, 2023
Fix some resource leaks by open file handles
Martin Lambertsen
committed
e500466
View commit details
Copy full SHA for e500466
View code at this point
Browse repository at this point
fix/add allow_unsafe_* params in docstrings + fix typo
obfusk
committed
4110b61
View commit details
Copy full SHA for 4110b61
View code at this point
Browse repository at this point
Commits on Dec 29, 2022
Fix Sphinx rendering errors
Show description for 4463624
stephan-cr
authored and
Byron
committed
4463624
View commit details
Copy full SHA for 4463624
View code at this point
Browse repository at this point
Merge pull request #1521 from stsewd/block-insecure-options
Show description for 678a8fe
Byron
authored
678a8fe
View commit details
Copy full SHA for 678a8fe
View code at this point
Browse repository at this point
Fix type hint on create_tag
Show description for ae6a6e4
drewcassidy
authored and
Byron
committed
ae6a6e4
View commit details
Copy full SHA for ae6a6e4
View code at this point
Browse repository at this point
Document PushInfoList
skinitimski
authored and
Byron
committed
5bce9b4
View commit details
Copy full SHA for 5bce9b4
View code at this point
Browse repository at this point
Commits on Dec 28, 2022
More tests
stsewd
committed
c8ae33b
View commit details
Copy full SHA for c8ae33b
View code at this point
Browse repository at this point
Commits on Dec 27, 2022
Updates from review
stsewd
committed
fd2c6da
View commit details
Copy full SHA for fd2c6da
View code at this point
Browse repository at this point
Commits on Dec 24, 2022
Block unsafe options and protocols by default
stsewd
committed
e6108c7
View commit details
Copy full SHA for e6108c7
View code at this point
Browse repository at this point
Commits on Dec 23, 2022
Forbid unsafe protocol URLs in Repo.clone{,_from}()
Show description for 2625ed9
s-t-e-v-e-n-k
authored and
stsewd
committed
2625ed9
View commit details
Copy full SHA for 2625ed9
View code at this point
Browse repository at this point
Commits on Dec 21, 2022
Fix command injection
Show description for fbf9c7e
stsewd
committed
fbf9c7e
View commit details
Copy full SHA for fbf9c7e
View code at this point
Browse repository at this point
Commits on Nov 28, 2022
fix CI by allowing the file protocol as well.
Byron
committed
4171333
View commit details
Copy full SHA for 4171333
View code at this point
Browse repository at this point
Commits on Oct 13, 2022
Add datetime.datetime type to commit_date and author_date
SergeantMenacingGarlic
committed
8f51abd
View commit details
Copy full SHA for 8f51abd
View code at this point
Browse repository at this point
Commits on Sep 27, 2022
Ignore empty info in diff line
dwapstra
committed
41003c5
View commit details
Copy full SHA for 41003c5
View code at this point
Browse repository at this point
Commits on Sep 13, 2022
Fix bug where colons in paths raise a `ValueError` on `diff()` calls.
Show description for db392ae
langfield
committed
db392ae
View commit details
Copy full SHA for db392ae
View code at this point
Browse repository at this point
Commits on Aug 31, 2022
feat(blame): Support custom `rev_opts` for blame
Show description for 18a79d8
thehale
committed
18a79d8
View commit details
Copy full SHA for 18a79d8
View code at this point
Browse repository at this point
Commits on Aug 24, 2022
Ignore flake8 error.
itsluketwist
committed
4c460a3
View commit details
Copy full SHA for 4c460a3
View code at this point
Browse repository at this point
Use the same regex as the Actor class when determining co-authors.
itsluketwist
committed
09f8a1b
View commit details
Copy full SHA for 09f8a1b
View code at this point
Browse repository at this point
Commits on Aug 23, 2022
Update regex to extract the author string, and create the Actor using the _from_string classmethod.
itsluketwist
committed
c2fd97e
View commit details
Copy full SHA for c2fd97e
View code at this point
Browse repository at this point
Commits on Aug 22, 2022
Add co_authors property to the Commit object, which parses the commit message for designated co-authors, include a simple test.
itsluketwist
committed
146cbda
View commit details
Copy full SHA for 146cbda
View code at this point
Browse repository at this point
Commits on Aug 20, 2022
docs: add typerror exception to active_branch method
Show description for 7dda25e
Patrick Gerard
committed
7dda25e
View commit details
Copy full SHA for 7dda25e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.