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
config.py
on
more-robust-git-diff
User selector
All users
All time
Commit History
Commits on Sep 3, 2020
Ensure that detached HEAD does not raise when comparing branch name.
buddly27
committed
5b88532
Copy full SHA for 5b88532
Reformat code to remove unnecessary indentation
buddly27
committed
3787f62
Copy full SHA for 3787f62
Add missing blank line
buddly27
committed
c3eae2c
Copy full SHA for c3eae2c
Add missing rules to match hierarchy path
buddly27
committed
c3fc83f
Copy full SHA for c3fc83f
Fix logic to properly compare glob pattern to value
buddly27
committed
f37011d
Copy full SHA for f37011d
Commits on Sep 2, 2020
Add method to retrieve all possible paths to include
buddly27
committed
8e263b8
Copy full SHA for 8e263b8
Add reference to repository to config.
Show description for d5262ac
buddly27
committed
d5262ac
Copy full SHA for d5262ac
Update check method to find all includes
buddly27
committed
9766832
Copy full SHA for 9766832
Add Regex to match content of "includeIf" section
buddly27
committed
c16f584
Copy full SHA for c16f584
Commits on Feb 8, 2020
Remove attempt to import ConfigParser for Python 2
Harmon758
authored and
Byron
committed
d3fabed
Copy full SHA for d3fabed
Remove and replace compat.string_types
Harmon758
authored and
Byron
committed
768b9ff
Copy full SHA for 768b9ff
Remove checks for Python 2 and/or 3
Harmon758
authored and
Byron
committed
6aa78cd
Copy full SHA for 6aa78cd
Remove and replace compat.FileType
Harmon758
authored and
Byron
committed
438d3e6
Copy full SHA for 438d3e6
Commits on Oct 28, 2019
Filtered out "repository" more explicitly
benthayer
authored and
Byron
committed
87a103d
Copy full SHA for 87a103d
Raised final ValueError
benthayer
authored and
Byron
committed
05b5ced
Copy full SHA for 05b5ced
Changed ValueError
benthayer
authored and
Byron
committed
34afc11
Copy full SHA for 34afc11
Construct GitConfigParser without Repo object
benthayer
authored and
Byron
committed
a613938
Copy full SHA for a613938
Commits on Oct 15, 2019
removed Unnecessary “else” after “return”
pratik-anurag
authored and
Byron
committed
cf1354b
Copy full SHA for cf1354b
Commits on Jan 21, 2019
Use items and items_all correctly
Show description for 4106f18
ajdavis
committed
4106f18
Copy full SHA for 4106f18
Python 3 compatibility
Show description for a26349d
ajdavis
committed
a26349d
Copy full SHA for a26349d
Support multiple git config values per option
Show description for f7bbe6b
ajdavis
committed
f7bbe6b
Copy full SHA for f7bbe6b
Commits on Mar 18, 2018
Drop support for EOL Python 2.6
hugovk
committed
929f3e1
Copy full SHA for 929f3e1
Commits on Nov 27, 2017
BF: process included files before the rest
yarikoptic
committed
cd6e82c
Copy full SHA for cd6e82c
Commits on Apr 9, 2017
Python 3.6 invalid escape sequence deprecation fixes
Show description for 32da7fe
scop
authored and
Byron
committed
32da7fe
Copy full SHA for 32da7fe
Commits on Mar 9, 2017
Spelling fixes
scop
authored and
Byron
committed
8dffba5
Copy full SHA for 8dffba5
Commits on Oct 22, 2016
Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-cygwin
Byron
committed
caa0ea7
Copy full SHA for caa0ea7
Commits on Oct 20, 2016
Fix some typos
bryant1410
committed
66c41eb
Copy full SHA for 66c41eb
Commits on Oct 16, 2016
src: import os.path as osp
ankostis
committed
0210e39
Copy full SHA for 0210e39
Commits on Oct 4, 2016
src: No PyDev warnings
Show description for a469af8
ankostis
committed
a469af8
Copy full SHA for a469af8
Commits on Oct 2, 2016
FIX config-lock release early regression caused by #519
Show description for 8a01ec4
ankostis
committed
8a01ec4
Copy full SHA for 8a01ec4
RF: use @functools.wraps within decorators instead of manual __name__ reassignment
Show description for 51f4a14
yarikoptic
committed
51f4a14
Copy full SHA for 51f4a14
Commits on Oct 1, 2016
cfg_TCs, #519: FIX config resource leaks
Show description for d84b960
ankostis
committed
d84b960
Copy full SHA for d84b960
Commits on Mar 6, 2016
config parsers as context mangers can now be reentered for locks
boidolr
committed
d97a8bb
Copy full SHA for d97a8bb
Commits on Feb 20, 2016
enable config parsers to be used as context managers
Show description for dc9278f
boidolr
committed
dc9278f
Copy full SHA for dc9278f
Commits on Feb 7, 2016
fix(cmd): prevent deadlock on clone/fetch/pull
Show description for f8775f9
Byron
committed
f8775f9
Copy full SHA for f8775f9
Pagination
Previous
Next
You can’t perform that action at this time.