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 }}
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
988
Star
5.2k
Code
Issues
8
Pull requests
2
Discussions
Actions
Security and quality
31
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
GitPython
git
test
on
py2
User selector
All users
All time
Commit history
Commits on Aug 14, 2019
Fix Git.transform_kwarg
Show description for 5b27339
FrNecas
authored and
Sebastian Thiel
committed
5b27339
View commit details
Copy full SHA for 5b27339
View code at this point
Browse repository at this point
Commits on Jul 20, 2019
Fix test
stsewd
authored and
Byron
committed
e93ffe1
View commit details
Copy full SHA for e93ffe1
View code at this point
Browse repository at this point
Add test
stsewd
authored and
Byron
committed
21b1767
View commit details
Copy full SHA for 21b1767
View code at this point
Browse repository at this point
Commits on Jul 6, 2019
Add support to pass clone options that can be repeated multiple times
ninloot
authored and
Sebastian Thiel
committed
41b9cea
View commit details
Copy full SHA for 41b9cea
View code at this point
Browse repository at this point
Satisfy flake8
Show description for 33f2526
Sebastian Thiel
committed
33f2526
View commit details
Copy full SHA for 33f2526
View code at this point
Browse repository at this point
Fix regex to support empty email addresses i.e. 'name <>'
Show description for c282315
Sebastian Thiel
committed
c282315
View commit details
Copy full SHA for c282315
View code at this point
Browse repository at this point
Merge branch 'multi-value' of https://github.com/ajdavis/GitPython into ajdavis-multi-value
Sebastian Thiel
committed
5cd12a6
View commit details
Copy full SHA for 5cd12a6
View code at this point
Browse repository at this point
Commits on May 5, 2019
Resolve test incompatibility with git v2.21.0
Show description for 11fd713
jeking3
committed
11fd713
View commit details
Copy full SHA for 11fd713
View code at this point
Browse repository at this point
Commits on Mar 15, 2019
Fix test-only issue with git 2.20 or later handling a clobbered tag
jeking3
authored and
Byron
committed
dff4bdd
View commit details
Copy full SHA for dff4bdd
View code at this point
Browse repository at this point
Commits on Jan 21, 2019
Use items and items_all correctly
Show description for 4106f18
ajdavis
committed
4106f18
View commit details
Copy full SHA for 4106f18
View code at this point
Browse repository at this point
Support multiple git config values per option
Show description for f7bbe6b
ajdavis
committed
f7bbe6b
View commit details
Copy full SHA for f7bbe6b
View code at this point
Browse repository at this point
Commits on Oct 13, 2018
Respect _common_dir when finding repository config file
Show description for 89df641
delego-wlritchi
authored and
Byron
committed
89df641
View commit details
Copy full SHA for 89df641
View code at this point
Browse repository at this point
Commits on Aug 5, 2018
Exclude kwarg when None
andrewrabert
authored and
Byron
committed
a8591a0
View commit details
Copy full SHA for a8591a0
View code at this point
Browse repository at this point
Add test that raises TypeError in git.execute(..., output_stream=file)
Dmitry Nikulin
authored and
Byron
committed
e1d2f4b
View commit details
Copy full SHA for e1d2f4b
View code at this point
Browse repository at this point
Commits on Jul 15, 2018
fix whitespace violation
Byron
committed
1ca25b9
View commit details
Copy full SHA for 1ca25b9
View code at this point
Browse repository at this point
Update test_docs.py
Show description for 914bbdd
markrowsoft
authored and
Byron
committed
914bbdd
View commit details
Copy full SHA for 914bbdd
View code at this point
Browse repository at this point
Allow pathlib.Path in Repo.__init__
oldPadavan
authored and
Byron
committed
7f08b77
View commit details
Copy full SHA for 7f08b77
View code at this point
Browse repository at this point
Commits on May 19, 2018
Add change in type support
LeResKP
authored and
Byron
committed
29aa1b8
View commit details
Copy full SHA for 29aa1b8
View code at this point
Browse repository at this point
Get correcly rename change_type.
Show description for c8fd910
LeResKP
authored and
Byron
committed
c8fd910
View commit details
Copy full SHA for c8fd910
View code at this point
Browse repository at this point
Commits on May 18, 2018
648 max_chunk_size can be now set to control output_stream behavior
bpiotr
authored and
Byron
committed
7be3486
View commit details
Copy full SHA for 7be3486
View code at this point
Browse repository at this point
Commits on Apr 4, 2018
Avoid from_timestamp() function to raise an exception when the offset is greater or lower than 24 hours.
Show description for c6e0a6c
ishepard
authored and
Byron
committed
c6e0a6c
View commit details
Copy full SHA for c6e0a6c
View code at this point
Browse repository at this point
git: index: base: use os.path.relpath
Show description for 0857d33
efiop
authored and
Byron
committed
0857d33
View commit details
Copy full SHA for 0857d33
View code at this point
Browse repository at this point
Commits on Mar 18, 2018
github -> GitHub
hugovk
committed
f773b4c
View commit details
Copy full SHA for f773b4c
View code at this point
Browse repository at this point
Use automatic formatters
hugovk
committed
16223e5
View commit details
Copy full SHA for 16223e5
View code at this point
Browse repository at this point
Unnecessary generator - rewrite as a set comprehension
hugovk
committed
db0dfa0
View commit details
Copy full SHA for db0dfa0
View code at this point
Browse repository at this point
Unnecessary generator - rewrite as a list comprehension
hugovk
committed
87a6441
View commit details
Copy full SHA for 87a6441
View code at this point
Browse repository at this point
Rewrite unnecessary dict/list/tuple calls as literals
hugovk
committed
ac4f7d3
View commit details
Copy full SHA for ac4f7d3
View code at this point
Browse repository at this point
Replace function call with set literal
hugovk
committed
14582df
View commit details
Copy full SHA for 14582df
View code at this point
Browse repository at this point
Drop support for EOL Python 2.6
hugovk
committed
929f3e1
View commit details
Copy full SHA for 929f3e1
View code at this point
Browse repository at this point
Commits on Dec 11, 2017
Merge branch 'bf-includes' of https://github.com/yarikoptic/GitPython into yarikoptic-bf-includes
Byron
committed
0a6cb4a
View commit details
Copy full SHA for 0a6cb4a
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
BF(WIN): where could report multiple hits, so choose first
yarikoptic
committed
4d851a6
View commit details
Copy full SHA for 4d851a6
View code at this point
Browse repository at this point
RF: use HIDE_WINDOWS_KNOWN_ERRORS instead of is_win to skip hooks tests
yarikoptic
committed
cc34077
View commit details
Copy full SHA for cc34077
View code at this point
Browse repository at this point
BF(WIN): use where instead of which while looking for git
yarikoptic
committed
b4459ca
View commit details
Copy full SHA for b4459ca
View code at this point
Browse repository at this point
RF(TST): skip all tests dealing with hooks on windows
yarikoptic
committed
91b9bc4
View commit details
Copy full SHA for 91b9bc4
View code at this point
Browse repository at this point
RF: no "need" for custom shebang on windows since just does not work
yarikoptic
committed
0a67f25
View commit details
Copy full SHA for 0a67f25
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.