Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
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 }}
clvrjc
/
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
0
Security
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Breadcrumbs
History for
GitPython
git
repo
base.py
on
master
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 24, 2020
Fix param format of Repo.commit
Show description for d7b401e
tkdchen
authored and
Byron
committed
d7b401e
Copy full SHA for d7b401e
Commits on Feb 8, 2020
Fix Repo.__repr__ when subclassed
jan-matejka
authored and
Byron
committed
6cb0965
Copy full SHA for 6cb0965
Remove and replace compat.text_type
Harmon758
authored and
Byron
committed
55fd173
Copy full SHA for 55fd173
Remove checks for Python 2 and/or 3
Harmon758
authored and
Byron
committed
6aa78cd
Copy full SHA for 6aa78cd
Remove compat.range
Harmon758
authored and
Byron
committed
ae7499f
Copy full SHA for ae7499f
Remove str import from builtins
Harmon758
authored and
Byron
committed
f2ce56f
Copy full SHA for f2ce56f
Commits on Dec 6, 2019
Avoids env var warning when path contains $/%; fix #832
rgkimball
authored and
Byron
committed
313b3b4
Copy full SHA for 313b3b4
Commits on Oct 15, 2019
removed Unnecessary “else” after “return”
pratik-anurag
authored and
Byron
committed
7635314
Copy full SHA for 7635314
Commits on Sep 30, 2019
git: repo: base: update clone_from env argument description
pared
authored and
Byron
committed
cf237db
Copy full SHA for cf237db
Commits on Aug 14, 2019
Returning commit object instead of hash value
Arthur-Milchior
authored and
Byron
committed
4bebfe3
Copy full SHA for 4bebfe3
Snack case as requested in #903
Arthur-Milchior
authored and
Byron
committed
87b5d9c
Copy full SHA for 87b5d9c
Method stating which commit is being played during an halted rebase
Show description for ece804a
Arthur-Milchior
authored and
Byron
committed
ece804a
Copy full SHA for ece804a
Fix performance regression, see #906
Show description for d5cc590
Sebastian Thiel
committed
d5cc590
Copy full SHA for d5cc590
Commits on Aug 11, 2019
Fix typo in documentation
Show description for d2cd597
Loïc Antoine Gombeaud
authored and
Sebastian Thiel
committed
d2cd597
Copy full SHA for d2cd597
Drop python 2 support, again (revert previous revert)
Show description for 2e7e82b
Sebastian Thiel
committed
2e7e82b
Copy full SHA for 2e7e82b
use git rev-parse to look for config file
bdauvergne
authored and
Byron
committed
0b6b90f
Copy full SHA for 0b6b90f
Commits on Jul 28, 2019
Revert "Drop python 2.7 support and help with encodings"
Show description for 913d806
Sebastian Thiel
committed
913d806
Copy full SHA for 913d806
Commits on Jul 20, 2019
Drop python 2.7 support and help with encodings
Show description for dac619e
Sebastian Thiel
committed
dac619e
Copy full SHA for dac619e
Revert "This time, use test-requirements."
Show description for c9dbaab
Sebastian Thiel
committed
c9dbaab
Copy full SHA for c9dbaab
This time, use test-requirements.
Sebastian Thiel
committed
74a0507
Copy full SHA for 74a0507
Revert "Merge branch 'PR-non-ascii-filenames' of https://github.com/xarx00/GitPython into xarx00-PR-non-ascii-filenames"
Show description for cc664f0
Sebastian Thiel
committed
cc664f0
Copy full SHA for cc664f0
Merge branch 'PR-non-ascii-filenames' of https://github.com/xarx00/GitPython into xarx00-PR-non-ascii-filenames
Sebastian Thiel
committed
3b13c11
Copy full SHA for 3b13c11
Commits on Jul 6, 2019
Add support to pass clone options that can be repeated multiple times
ninloot
authored and
Sebastian Thiel
committed
41b9cea
Copy full SHA for 41b9cea
Commits on Jun 17, 2019
Fix typo in docstring
aureliojargas
authored and
jeking3
committed
6971a93
Copy full SHA for 6971a93
Commits on Apr 5, 2019
builtins module is part of the future package
xarx00
committed
a77eab2
Copy full SHA for a77eab2
Fix for: No module named builtins (CI tests error)
xarx00
committed
a6f596d
Copy full SHA for a6f596d
added support for non-ascii directories and file names
xarx00
committed
3953d71
Copy full SHA for 3953d71
Commits on Mar 15, 2019
Added usage example to Repo __init__.py call for Windows users
alexqfredrickson
authored and
Byron
committed
11f0634
Copy full SHA for 11f0634
Commits on Dec 22, 2018
read workdir from git.config as referenced in man 1 git-config
Show description for 530ab00
Farom
authored and
Byron
committed
530ab00
Copy full SHA for 530ab00
Commits on Oct 21, 2018
The proper way is return, not raise StopIteration
Show description for c49ba43
michael-k
authored and
Byron
committed
c49ba43
Copy full SHA for c49ba43
Commits on Oct 13, 2018
Respect _common_dir when finding repository config file
Show description for 89df641
delego-wlritchi
authored and
Byron
committed
89df641
Copy full SHA for 89df641
Commits on Jul 15, 2018
Allow pathlib.Path in Repo.__init__
oldPadavan
authored and
Byron
committed
7f08b77
Copy full SHA for 7f08b77
Fix small typo
Show description for 9807dd4
riley-martine
authored and
Byron
committed
9807dd4
Copy full SHA for 9807dd4
Commits on Mar 18, 2018
Rewrite unnecessary dict/list/tuple calls as literals
hugovk
committed
ac4f7d3
Copy full SHA for ac4f7d3
Commits on Mar 5, 2018
Fix doc typos
samuela
authored
da43a47
Copy full SHA for da43a47
Pagination
Previous
Next
You can’t perform that action at this time.