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
on
2.1.7
User selector
All users
All time
Commit history
Commits on Sep 28, 2017
Merge branch 'master' into master
Byron
authored
2e482a2
View commit details
Copy full SHA for 2e482a2
View code at this point
Browse repository at this point
Merge branch 'master' into master
Byron
authored
58998fb
View commit details
Copy full SHA for 58998fb
View code at this point
Browse repository at this point
Merge branch 'master' into adding_setup_for_git_executable
Byron
authored
a56136f
View commit details
Copy full SHA for a56136f
View code at this point
Browse repository at this point
Merge pull request #649 from OddBloke/hide_re_fetch_result
Show description for 2af601d
Byron
authored
2af601d
View commit details
Copy full SHA for 2af601d
View code at this point
Browse repository at this point
Merge pull request #658 from terminalmage/issue657
Show description for 8ef53c5
Byron
authored
8ef53c5
View commit details
Copy full SHA for 8ef53c5
View code at this point
Browse repository at this point
Merge pull request #654 from vathpela/worktrees
Show description for a5f0343
Byron
authored
a5f0343
View commit details
Copy full SHA for a5f0343
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/Plazmaz/GitPython into Plazmaz-master
Byron
committed
fb43244
View commit details
Copy full SHA for fb43244
View code at this point
Browse repository at this point
Fix test_docs
Show description for f6cf7a7
Byron
committed
f6cf7a7
View commit details
Copy full SHA for f6cf7a7
View code at this point
Browse repository at this point
Merge pull request #664 from Horgix/path_expansion
Show description for 3eb497b
Byron
authored
3eb497b
View commit details
Copy full SHA for 3eb497b
View code at this point
Browse repository at this point
Commits on Sep 25, 2017
version bump
Byron
committed
edb28b9
View commit details
Copy full SHA for edb28b9
View code at this point
Browse repository at this point
Commits on Sep 21, 2017
Merge pull request #666 from bpoldrack/bf-nullhandler
Show description for 4bbaf1c
yarikoptic
authored
4bbaf1c
View commit details
Copy full SHA for 4bbaf1c
View code at this point
Browse repository at this point
BF: Added missing NullHandler to logger in git.remote
bpoldrack
committed
2b3c16c
View commit details
Copy full SHA for 2b3c16c
View code at this point
Browse repository at this point
Commits on Sep 20, 2017
BF: use get, not casting get_value while dealing with submodule path/url etc
yarikoptic
committed
52912b5
View commit details
Copy full SHA for 52912b5
View code at this point
Browse repository at this point
Commits on Aug 25, 2017
util: move expand_path from repo/base and use it in Git class init
Horgix
committed
a2d6787
View commit details
Copy full SHA for a2d6787
View code at this point
Browse repository at this point
Commits on Aug 24, 2017
Fixed missing parameter and changed name
Plazmaz
committed
67291f0
View commit details
Copy full SHA for 67291f0
View code at this point
Browse repository at this point
Commits on Aug 22, 2017
worktrees: make non-packed refs also work correctly.
Show description for d1c40f4
vathpela
committed
d1c40f4
View commit details
Copy full SHA for d1c40f4
View code at this point
Browse repository at this point
Commits on Aug 21, 2017
Fix leaking environment variables
Plazmaz
committed
54709d9
View commit details
Copy full SHA for 54709d9
View code at this point
Browse repository at this point
Commits on Aug 10, 2017
Fix GitError being raised in initial `import git`
Show description for 0b6cde8
terminalmage
committed
0b6cde8
View commit details
Copy full SHA for 0b6cde8
View code at this point
Browse repository at this point
Commits on Jul 28, 2017
FetchInfo.re_fetch_result has no reason to be public
Show description for 0ef12ae
Daniel Watkins
committed
0ef12ae
View commit details
Copy full SHA for 0ef12ae
View code at this point
Browse repository at this point
Commits on Jul 26, 2017
Minor bug fixes
Show description for 90dc03d
kenodegard
committed
90dc03d
View commit details
Copy full SHA for 90dc03d
View code at this point
Browse repository at this point
Commits on Jul 25, 2017
Minor additional cleanup
Show description for 79a36a5
kenodegard
committed
79a36a5
View commit details
Copy full SHA for 79a36a5
View code at this point
Browse repository at this point
Commits on Jul 19, 2017
Merge branch 'tests'
AJMansfield
committed
a99953c
View commit details
Copy full SHA for a99953c
View code at this point
Browse repository at this point
implemented per-call environment variable support
AJMansfield
committed
24d4926
View commit details
Copy full SHA for 24d4926
View code at this point
Browse repository at this point
test if it accepts environment variables in commands
AJMansfield
committed
67260a3
View commit details
Copy full SHA for 67260a3
View code at this point
Browse repository at this point
Commits on Jul 13, 2017
Renamed GIT_PYTHON_INITERR to GIT_PYTHON_REFRESH
Show description for 2b3e769
kenodegard
committed
2b3e769
View commit details
Copy full SHA for 2b3e769
View code at this point
Browse repository at this point
Removed remaining references to git.setup function
Show description for 4aa750a
kenodegard
committed
4aa750a
View commit details
Copy full SHA for 4aa750a
View code at this point
Browse repository at this point
Expanded ability of import
Show description for 3430bde
kenodegard
committed
3430bde
View commit details
Copy full SHA for 3430bde
View code at this point
Browse repository at this point
Commits on Jul 9, 2017
Added ability to silence initial warning
Show description for b56d677
kenodegard
committed
b56d677
View commit details
Copy full SHA for b56d677
View code at this point
Browse repository at this point
Renamed refresh to setup and removed alias function & added unittest
Show description for aba0494
kenodegard
committed
aba0494
View commit details
Copy full SHA for aba0494
View code at this point
Browse repository at this point
Moved setup function into top level __init__
Show description for feed81e
kenodegard
committed
feed81e
View commit details
Copy full SHA for feed81e
View code at this point
Browse repository at this point
Preliminary implementation of setup/refresh functions
Show description for a962464
kenodegard
committed
a962464
View commit details
Copy full SHA for a962464
View code at this point
Browse repository at this point
Commits on Jul 1, 2017
Update changelog and improve docs on skipped test
Show description for cf8dc25
Byron
committed
cf8dc25
View commit details
Copy full SHA for cf8dc25
View code at this point
Browse repository at this point
Try to ignore test on windows as it fails for the wrong reasons
Show description for 375e1e6
Byron
committed
375e1e6
View commit details
Copy full SHA for 375e1e6
View code at this point
Browse repository at this point
Maybe work around AppVeyor setting a bad email?
Show description for 559b902
vathpela
authored and
Byron
committed
559b902
View commit details
Copy full SHA for 559b902
View code at this point
Browse repository at this point
Repo: handle worktrees better
Show description for aec58a9
vathpela
authored and
Byron
committed
aec58a9
View commit details
Copy full SHA for aec58a9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.