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 }}
combinatorist
/
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
test
on
master
User selector
All users
Datepicker
All time
Commit History
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 Aug 5, 2018
Exclude kwarg when None
nvllsvm
authored and
Byron
committed
a8591a0
Copy full SHA for a8591a0
Add test that raises TypeError in git.execute(..., output_stream=file)
Dmitry Nikulin
authored and
Byron
committed
e1d2f4b
Copy full SHA for e1d2f4b
Commits on Jul 15, 2018
fix whitespace violation
Byron
committed
1ca25b9
Copy full SHA for 1ca25b9
Update test_docs.py
Show description for 914bbdd
markrowsoft
authored and
Byron
committed
914bbdd
Copy full SHA for 914bbdd
Allow pathlib.Path in Repo.__init__
oldPadavan
authored and
Byron
committed
7f08b77
Copy full SHA for 7f08b77
Commits on May 19, 2018
Add change in type support
LeResKP
authored and
Byron
committed
29aa1b8
Copy full SHA for 29aa1b8
Get correcly rename change_type.
Show description for c8fd910
LeResKP
authored and
Byron
committed
c8fd910
Copy full SHA for c8fd910
Commits on May 18, 2018
648 max_chunk_size can be now set to control output_stream behavior
bpiotr
authored and
Byron
committed
7be3486
Copy full SHA for 7be3486
Commits on Apr 4, 2018
Avoid from_timestamp() function to raise an exception when the offset is greater or lower than 24 hours.
Show description for c6e0a6c
ishepard
authored and
Byron
committed
c6e0a6c
Copy full SHA for c6e0a6c
git: index: base: use os.path.relpath
Show description for 0857d33
efiop
authored and
Byron
committed
0857d33
Copy full SHA for 0857d33
Commits on Mar 18, 2018
github -> GitHub
hugovk
committed
f773b4c
Copy full SHA for f773b4c
Use automatic formatters
hugovk
committed
16223e5
Copy full SHA for 16223e5
Unnecessary generator - rewrite as a set comprehension
hugovk
committed
db0dfa0
Copy full SHA for db0dfa0
Unnecessary generator - rewrite as a list comprehension
hugovk
committed
87a6441
Copy full SHA for 87a6441
Rewrite unnecessary dict/list/tuple calls as literals
hugovk
committed
ac4f7d3
Copy full SHA for ac4f7d3
Replace function call with set literal
hugovk
committed
14582df
Copy full SHA for 14582df
Drop support for EOL Python 2.6
hugovk
committed
929f3e1
Copy full SHA for 929f3e1
Commits on Dec 11, 2017
Merge branch 'bf-includes' of https://github.com/yarikoptic/GitPython into yarikoptic-bf-includes
Byron
committed
0a6cb4a
Copy full SHA for 0a6cb4a
Commits on Nov 28, 2017
BF(WIN): where could report multiple hits, so choose first
yarikoptic
committed
4d851a6
Copy full SHA for 4d851a6
RF: use HIDE_WINDOWS_KNOWN_ERRORS instead of is_win to skip hooks tests
yarikoptic
committed
cc34077
Copy full SHA for cc34077
BF(WIN): use where instead of which while looking for git
yarikoptic
committed
b4459ca
Copy full SHA for b4459ca
RF(TST): skip all tests dealing with hooks on windows
yarikoptic
committed
91b9bc4
Copy full SHA for 91b9bc4
RF: no "need" for custom shebang on windows since just does not work
yarikoptic
committed
0a67f25
Copy full SHA for 0a67f25
RF(+BF?): refactor hooks creation in a test, and may be make it compat with windows
yarikoptic
committed
42e89cc
Copy full SHA for 42e89cc
RF: last of flake8 fails - avoid using temp variable in a test
yarikoptic
committed
c352dba
Copy full SHA for c352dba
BF(PY26): {} -> {0}, i.e. explicit index for .format()
yarikoptic
committed
086af07
Copy full SHA for 086af07
RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT
Show description for 6ee08fc
yarikoptic
committed
6ee08fc
Copy full SHA for 6ee08fc
BF: wrap map into list, since iterator is not well digested by GitConfigParser
yarikoptic
committed
d2c1d19
Copy full SHA for d2c1d19
Commits on Nov 27, 2017
BF: process included files before the rest
yarikoptic
committed
cd6e82c
Copy full SHA for cd6e82c
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 #693 from satahippy/master
Show description for d91ae75
Byron
authored
d91ae75
Copy full SHA for d91ae75
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 30, 2017
IndexFile.commit() now runs pre-commit and post-commit and commit-msg hooks.
satahippy
committed
eae04bf
Copy full SHA for eae04bf
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
Pagination
Previous
Next
You can’t perform that action at this time.