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 }}
gitpython-developers
/
GitPython
Public
Notifications
You must be signed in to change notification settings
Fork
934
Star
4.8k
Code
Issues
170
Pull requests
3
Discussions
Actions
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security
Insights
Commits
Breadcrumbs
History for
GitPython
git
repo
base.py
on
master
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 19, 2021
Merge pull request #1198 from RyaxTech/replace-password-in-uri-by-stars
Show description for d1297f6
Byron
authored
d1297f6
Copy full SHA for d1297f6
Commits on Mar 16, 2021
chane HEAD typing to SymbolicReference
Yobmod
committed
c93e971
Copy full SHA for c93e971
fixes from #1202
Yobmod
committed
a728b0a
Copy full SHA for a728b0a
add types to git.__init__, compat, db, diff, exc, util
Yobmod
committed
5232c89
Copy full SHA for 5232c89
Commits on Mar 15, 2021
Put remove password in the utils and use it also in cmd.execute
mickours
committed
f7968d1
Copy full SHA for f7968d1
Use urllib instead of custom parsing
mickours
committed
f7180d5
Copy full SHA for f7180d5
Commits on Mar 11, 2021
Replace password in URI by stars if present + test
mickours
committed
3a4fc6a
Copy full SHA for 3a4fc6a
Commits on Mar 4, 2021
Combined commits to add types to base.py and fun.py
Yobmod
committed
85ebfb2
Copy full SHA for 85ebfb2
Commits on Dec 24, 2020
docs: fix simple typo, repostory -> repository
Show description for 1e4211b
timgates42
authored and
Byron
committed
1e4211b
Copy full SHA for 1e4211b
Commits on Sep 29, 2020
rename sublist to subset
saroad2
authored and
Byron
committed
60acfa5
Copy full SHA for 60acfa5
Rename get_ignored to ignored and fix the documentation
saroad2
authored and
Byron
committed
e2067ba
Copy full SHA for e2067ba
Find paths ignored in .gitignore
saroad2
authored and
Byron
committed
df6fa49
Copy full SHA for df6fa49
Commits on Sep 28, 2020
git/repo/base.py: is_dirty(): Fix pathspec handling
Show description for 624eb28
apatard
authored and
Byron
committed
624eb28
Copy full SHA for 624eb28
Commits on Sep 2, 2020
Add reference to repository to config.
Show description for d5262ac
buddly27
committed
d5262ac
Copy full SHA for d5262ac
Commits on Jul 13, 2020
Fixed all warnings in documentation and updated Makefile to treat warnings as errors.
kiancross
authored and
Byron
committed
30387f1
Copy full SHA for 30387f1
Commits on Jun 13, 2020
Fix exception causes in 7 modules
cool-RR
authored and
Byron
committed
99ba753
Copy full SHA for 99ba753
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
Pagination
Previous
Next
You can’t perform that action at this time.