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 }}
cwonrails
/
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
on
master
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 5, 2017
Remove redundant Python 2.4 code
hugovk
committed
ceacc6f
Copy full SHA for ceacc6f
Commits on Dec 4, 2017
Fix flake8
hugovk
committed
d92af06
Copy full SHA for d92af06
Commits on Nov 19, 2017
Merge pull request #697 from cblegare/master
Show description for a2cd130
Byron
authored
a2cd130
Copy full SHA for a2cd130
Merge pull request #695 from rgerkin/issue694
Show description for 28cbb95
Byron
authored
28cbb95
Copy full SHA for 28cbb95
Merge pull request #693 from satahippy/master
Show description for d91ae75
Byron
authored
d91ae75
Copy full SHA for d91ae75
Merge pull request #692 from Dreamsorcerer/patch-1
Show description for 610d4c9
Byron
authored
610d4c9
Copy full SHA for 610d4c9
Commits on Nov 16, 2017
Remove trailing slash on drive path
Charles Bouchard-Légaré
committed
280e573
Copy full SHA for 280e573
Commits on Nov 5, 2017
Further update for machines without ssh installed or on the path
rgerkin
authored
7a91cf1
Copy full SHA for 7a91cf1
Update remote.py to fix issue #694
rgerkin
authored
ecd061b
Copy full SHA for ecd061b
Commits on Nov 2, 2017
Merge pull request #686 from jeblair/issue-605
Show description for bfae362
Byron
authored
bfae362
Copy full SHA for bfae362
Merge pull request #685 from mikicz/pathlib-clone
Show description for 4dd14b6
Byron
authored
4dd14b6
Copy full SHA for 4dd14b6
Commits on Oct 30, 2017
IndexFile.commit() now runs pre-commit and post-commit and commit-msg hooks.
satahippy
committed
eae04bf
Copy full SHA for eae04bf
Update base.py
Sam Bull
authored
9d4859e
Copy full SHA for 9d4859e
Update remote.py
Sam Bull
authored
076446c
Copy full SHA for 076446c
Update base.py
Sam Bull
authored
6764878
Copy full SHA for 6764878
Update remote.py
Sam Bull
authored
8503a11
Copy full SHA for 8503a11
Commits on Oct 13, 2017
recognize the new packed-ref header format
Show description for 5a358f2
Brenda J. Butler
committed
5a358f2
Copy full SHA for 5a358f2
Commits on Oct 9, 2017
Only gc.collect() under windows
Show description for 454feda
James E. Blair
committed
454feda
Copy full SHA for 454feda
Commits on Oct 7, 2017
Converting path in clone and clone_from to str before any other operation in case eg pathlib.Path is passed
mikicz
committed
4ee7e1a
Copy full SHA for 4ee7e1a
Commits on Oct 5, 2017
Fix encoding issue with stderr_value and kill_after_timeout
Show description for 1dbfd29
pabelanger
committed
1dbfd29
Copy full SHA for 1dbfd29
Commits on Oct 2, 2017
Store submodule name
jakirkham
committed
f2b820f
Copy full SHA for f2b820f
Commits on Sep 30, 2017
Keeping env values passed to `clone_from`
bpiotr
committed
53373c8
Copy full SHA for 53373c8
Commits on Sep 28, 2017
Merge branch 'master' into master
Byron
authored
2e482a2
Copy full SHA for 2e482a2
Merge branch 'master' into master
Byron
authored
58998fb
Copy full SHA for 58998fb
Merge branch 'master' into adding_setup_for_git_executable
Byron
authored
a56136f
Copy full SHA for a56136f
Merge pull request #649 from OddBloke/hide_re_fetch_result
Show description for 2af601d
Byron
authored
2af601d
Copy full SHA for 2af601d
Merge pull request #658 from terminalmage/issue657
Show description for 8ef53c5
Byron
authored
8ef53c5
Copy full SHA for 8ef53c5
Merge pull request #654 from vathpela/worktrees
Show description for a5f0343
Byron
authored
a5f0343
Copy full SHA for a5f0343
Merge branch 'master' of https://github.com/Plazmaz/GitPython into Plazmaz-master
Byron
committed
fb43244
Copy full SHA for fb43244
Fix test_docs
Show description for f6cf7a7
Byron
committed
f6cf7a7
Copy full SHA for f6cf7a7
Merge pull request #664 from Horgix/path_expansion
Show description for 3eb497b
Byron
authored
3eb497b
Copy full SHA for 3eb497b
Commits on Sep 25, 2017
version bump
Byron
committed
edb28b9
Copy full SHA for edb28b9
Commits on Sep 21, 2017
Merge pull request #666 from bpoldrack/bf-nullhandler
Show description for 4bbaf1c
yarikoptic
authored
4bbaf1c
Copy full SHA for 4bbaf1c
BF: Added missing NullHandler to logger in git.remote
bpoldrack
committed
2b3c16c
Copy full SHA for 2b3c16c
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
Pagination
Previous
Next
You can’t perform that action at this time.