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 }}
og-python-scripts
/
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
Branch selector
master
User selector
All users
All time
Commit history
Commits on Mar 15, 2019
Added name to authors
Show description for 1f66e25
CptMikhailov
authored and
Byron
committed
1f66e25
View commit details
Copy full SHA for 1f66e25
Browse repository at this point
Update commit.py constructor docstring
Show description for 881e315
CptMikhailov
authored and
Byron
committed
881e315
View commit details
Copy full SHA for 881e315
Browse repository at this point
Added usage example to Repo __init__.py call for Windows users
alexqfredrickson
authored and
Byron
committed
11f0634
View commit details
Copy full SHA for 11f0634
Browse repository at this point
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
Browse repository at this point
Commits on Jan 12, 2019
Fixed error in documentation
Show description for 7a6ca8c
Syoc
authored and
Byron
committed
7a6ca8c
View commit details
Copy full SHA for 7a6ca8c
Browse repository at this point
Commits on Dec 22, 2018
travis: ignore a bunch of flake issues, similar to tox
Byron
committed
8b3ffcd
View commit details
Copy full SHA for 8b3ffcd
Browse repository at this point
try fix tests: Force Flake8 to like our code
Show description for 8690f89
Byron
committed
8690f89
View commit details
Copy full SHA for 8690f89
Browse repository at this point
read workdir from git.config as referenced in man 1 git-config
Show description for 530ab00
Farom
authored and
Byron
committed
530ab00
View commit details
Copy full SHA for 530ab00
Browse repository at this point
Update nose link
stsewd
authored and
Byron
committed
926d45b
View commit details
Copy full SHA for 926d45b
Browse repository at this point
Fix docstring in cmd module
dschaller
authored and
Byron
committed
c706a21
View commit details
Copy full SHA for c706a21
Browse repository at this point
Commits on Oct 21, 2018
Update README section 'Projects using GitPython'
Show description for 3e1fe7f
BeayemX
authored and
Byron
committed
3e1fe7f
View commit details
Copy full SHA for 3e1fe7f
Browse repository at this point
Run tests on travis against an up-to-date nightly
Show description for 6e4239c
michael-k
authored and
Byron
committed
6e4239c
View commit details
Copy full SHA for 6e4239c
Browse repository at this point
The proper way is return, not raise StopIteration
Show description for c49ba43
michael-k
authored and
Byron
committed
c49ba43
View commit details
Copy full SHA for c49ba43
Browse repository at this point
Document support for Python 3.7
michael-k
authored and
Byron
committed
8fc6563
View commit details
Copy full SHA for 8fc6563
Browse repository at this point
Commits on Oct 14, 2018
Apply fix for #564
Show description for a1634dc
Byron
committed
a1634dc
View commit details
Copy full SHA for a1634dc
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
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
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
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
Browse repository at this point
Commits on Jul 15, 2018
Bump version to 2.1.11
Byron
committed
92a4819
View commit details
Copy full SHA for 92a4819
Browse repository at this point
fix whitespace violation
Byron
committed
1ca25b9
View commit details
Copy full SHA for 1ca25b9
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
Browse repository at this point
Dedent code blocks in tutorial.
Show description for 4f99fb4
tswast
authored and
Byron
committed
4f99fb4
View commit details
Copy full SHA for 4f99fb4
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
Browse repository at this point
Fix small typo
Show description for 9807dd4
riley-martine
authored and
Byron
committed
9807dd4
View commit details
Copy full SHA for 9807dd4
Browse repository at this point
Commits on Jun 5, 2018
Fix exception on import in MacOS
Show description for ce5dfe7
terminalmage
authored and
Byron
committed
ce5dfe7
View commit details
Copy full SHA for ce5dfe7
Browse repository at this point
Commits on May 19, 2018
Bump to 2.1.10
Byron
committed
6c2446f
View commit details
Copy full SHA for 6c2446f
Browse repository at this point
Add change in type support
LeResKP
authored and
Byron
committed
29aa1b8
View commit details
Copy full SHA for 29aa1b8
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
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
Browse repository at this point
Commits on May 4, 2018
Created new section in README for projects using GitPython
ishepard
authored and
Byron
committed
05e3b0e
View commit details
Copy full SHA for 05e3b0e
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
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
Browse repository at this point
Commits on Mar 24, 2018
Bump version to 2.1.9
Byron
committed
e79a3f8
View commit details
Copy full SHA for e79a3f8
Browse repository at this point
Merge pull request #737 from hugovk/rm-2.6
Show description for f3265bd
Byron
authored
f3265bd
View commit details
Copy full SHA for f3265bd
Browse repository at this point
Previous
Next
You can’t perform that action at this time.