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
cmd.py
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 May 5, 2019
Added a Dockerfile that creates a clean Ubuntu Xenial test environment
jeking3
authored and
Byron
committed
52ee33a
View commit details
Copy full SHA for 52ee33a
View code at this point
Browse repository at this point
Update cmd.py, fix PermissionError issue using best practices
Show description for 14b221b
cclauss
authored and
Byron
committed
14b221b
View commit details
Copy full SHA for 14b221b
View code at this point
Browse repository at this point
Fix setup.py and use of requirements files.
jeking3
authored and
Byron
committed
ce21f63
View commit details
Copy full SHA for ce21f63
View code at this point
Browse repository at this point
Commits on Dec 22, 2018
Fix docstring in cmd module
dschaller
authored and
Byron
committed
c706a21
View commit details
Copy full SHA for c706a21
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
Fix TypeError in git.execute(..., output_stream=file)
Show description for b3d9b8d
Dmitry Nikulin
authored and
Byron
committed
b3d9b8d
View commit details
Copy full SHA for b3d9b8d
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 Mar 18, 2018
Unnecessary generator - rewrite as a dict comprehension
hugovk
committed
9ec2709
View commit details
Copy full SHA for 9ec2709
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 Oct 5, 2017
Fix encoding issue with stderr_value and kill_after_timeout
Show description for 1dbfd29
pabelanger
committed
1dbfd29
View commit details
Copy full SHA for 1dbfd29
View code at this point
Browse repository at this point
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
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 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
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
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
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 Mar 9, 2017
Spelling fixes
scop
authored and
Byron
committed
8dffba5
View commit details
Copy full SHA for 8dffba5
View code at this point
Browse repository at this point
Commits on Feb 25, 2017
Merge pull request #582 from gitpython-developers/no_devnull_open
Show description for 2ede752
Byron
authored
2ede752
View commit details
Copy full SHA for 2ede752
View code at this point
Browse repository at this point
Merge pull request #555 from ankostis/cntxtmman
Show description for 0181a40
Byron
authored
0181a40
View commit details
Copy full SHA for 0181a40
View code at this point
Browse repository at this point
fix(cmd): don't try to use TASKKILL on linux
Show description for 88732b6
Byron
committed
88732b6
View commit details
Copy full SHA for 88732b6
View code at this point
Browse repository at this point
Commits on Feb 10, 2017
fix(cmd): checking process.DEVNUL were needlessly opening `os.devnull`
Show description for 12db6bb
ankostis
authored
12db6bb
View commit details
Copy full SHA for 12db6bb
View code at this point
Browse repository at this point
Commits on Dec 8, 2016
style(cmd): pythonize cmd-args filtering for PY26, improve docstring
Show description for f858c44
ankostis
committed
f858c44
View commit details
Copy full SHA for f858c44
View code at this point
Browse repository at this point
Merge pull request #541 from andy-maier/py26_fixes
Show description for 2f207e0
Byron
authored
2f207e0
View commit details
Copy full SHA for 2f207e0
View code at this point
Browse repository at this point
chore(lint): flake8
Show description for b06b13e
Byron
committed
b06b13e
View commit details
Copy full SHA for b06b13e
View code at this point
Browse repository at this point
Commits on Oct 24, 2016
Fixes to support Python 2.6 again.
Show description for f3d5df2
andy-maier
committed
f3d5df2
View commit details
Copy full SHA for f3d5df2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.