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
objects
submodule
base.py
on
master
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 18, 2020
Added ability to define git environment in submodule add/update methods
isolovey
authored and
Byron
committed
24f75e7
Copy full SHA for 24f75e7
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 14, 2020
Fix exception causes all over the codebase
cool-RR
authored and
Byron
committed
411635f
Copy full SHA for 411635f
Commits on May 2, 2020
allow setting depth when cloning a submodule
Show description for d6e1dcc
liambeguin
committed
d6e1dcc
Copy full SHA for d6e1dcc
Commits on Mar 21, 2020
fix: wrong refs 'HEAD' exception
dongs0104
authored and
Byron
committed
5db2e0c
Copy full SHA for 5db2e0c
Commits on Feb 16, 2020
Replace deprecated Logger.warn with Logger.warning
Harmon758
committed
e4a83ff
Copy full SHA for e4a83ff
Commits on Feb 8, 2020
Remove and replace compat.string_types
Harmon758
authored and
Byron
committed
768b9ff
Copy full SHA for 768b9ff
Commits on Oct 23, 2019
resolved all minor issues arised by last fix patch
imkaka
committed
1dc46d7
Copy full SHA for 1dc46d7
fix Loop variable used outside the loop
imkaka
committed
5eb8289
Copy full SHA for 5eb8289
Commits on Oct 15, 2019
removed Unnecessary “else” after “return”
pratik-anurag
authored and
Byron
committed
9f7e92c
Copy full SHA for 9f7e92c
Commits on Sep 10, 2019
Fix #889: Add DeepSource config and fix some major issues
mohi7solanki
authored and
Byron
committed
a2d8a51
Copy full SHA for a2d8a51
Commits on Jul 20, 2019
Skip on keyerror
stsewd
authored and
Byron
committed
a77a17f
Copy full SHA for a77a17f
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 Mar 18, 2018
Rewrite unnecessary dict/list/tuple calls as literals
hugovk
committed
ac4f7d3
Copy full SHA for ac4f7d3
Drop support for EOL Python 2.6
hugovk
committed
929f3e1
Copy full SHA for 929f3e1
Commits on Nov 16, 2017
Remove trailing slash on drive path
Charles Bouchard-Légaré
committed
280e573
Copy full SHA for 280e573
Commits on Oct 2, 2017
Store submodule name
jakirkham
committed
f2b820f
Copy full SHA for f2b820f
Commits on Sep 20, 2017
BF: use get, not casting get_value while dealing with submodule path/url etc
yarikoptic
committed
52912b5
Copy full SHA for 52912b5
Commits on Mar 9, 2017
Spelling fixes
scop
authored and
Byron
committed
8dffba5
Copy full SHA for 8dffba5
Commits on Dec 8, 2016
Merge pull request #541 from andy-maier/py26_fixes
Show description for 2f207e0
Byron
authored
2f207e0
Copy full SHA for 2f207e0
fix(submodule): don't fail if tracking branch can't be setup
Show description for b93ba7c
Byron
committed
b93ba7c
Copy full SHA for b93ba7c
Commits on Oct 24, 2016
Fixes to support Python 2.6 again.
Show description for f3d5df2
andy-maier
committed
f3d5df2
Copy full SHA for f3d5df2
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 12, 2016
config, #525: polish more config-urls
ankostis
committed
6310480
Copy full SHA for 6310480
Commits on Oct 11, 2016
FIX #526: Do not depend on test-sources
Show description for 74c7ed0
ankostis
committed
74c7ed0
Copy full SHA for 74c7ed0
Commits on Oct 4, 2016
config: FIX regression by prev commit "wrap all conf..."
Show description for 833ac6e
ankostis
committed
833ac6e
Copy full SHA for 833ac6e
io: Wrap (probably) allconfig_writers in `with` blocks
ankostis
committed
8a2f7dc
Copy full SHA for 8a2f7dc
Commits on Oct 3, 2016
hidden win-errs: Let leaking TCs run till end, then hide
Show description for be44602
ankostis
committed
be44602
Copy full SHA for be44602
Commits on Oct 2, 2016
BF: Allow to remove a submodule with a remote without refs
yarikoptic
authored and
ankostis
committed
6497d1e
Copy full SHA for 6497d1e
Commits on Oct 1, 2016
io, #519: ALL open() --> with open()
Show description for 9a52168
ankostis
committed
9a52168
Copy full SHA for 9a52168
Win, #519: FIX repo TCs.
Show description for b8b025f
ankostis
committed
b8b025f
Copy full SHA for b8b025f
Commits on Sep 28, 2016
FIX hook TC on PY3+Win & indeterministic lock timing.
Show description for 3959556
ankostis
committed
3959556
Copy full SHA for 3959556
Commits on Jul 22, 2015
gic {init,clone} --separate-git-dir is supported only since 1.7.5
Show description for 6fdb6a5
Julien Pivotto
committed
6fdb6a5
Copy full SHA for 6fdb6a5
Pagination
Previous
Next
You can’t perform that action at this time.