Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
peterbe
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
GitPython
git
on
commit-without-executing-hooks
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 20, 2016
Commit without executing hooks, fixes #468
peterbe
committed
e031a0e
View commit details
Copy full SHA for e031a0e
View code at this point
Browse repository at this point
fix(remote): lazy PushInfo.old_commit initialization
Show description for 451504f
Byron
committed
451504f
View commit details
Copy full SHA for 451504f
View code at this point
Browse repository at this point
Merge branch 'master' into fix-non-ascii-chars-in-status-lines
Byron
committed
f128ae9
View commit details
Copy full SHA for f128ae9
View code at this point
Browse repository at this point
Merge branch 'master' into fix-non-ascii-chars-in-status-lines
Byron
committed
07a8f73
View commit details
Copy full SHA for 07a8f73
View code at this point
Browse repository at this point
Merge pull request #474 from gitpython-developers/keep-raw-bytes-on-diffs
Show description for e9405ac
Byron
authored
e9405ac
View commit details
Copy full SHA for e9405ac
View code at this point
Browse repository at this point
Commits on Jun 15, 2016
Fix issue #470
warsaw
committed
dc2ec79
View commit details
Copy full SHA for dc2ec79
View code at this point
Browse repository at this point
Commits on Jun 14, 2016
Store raw path bytes in Diff instances
Show description for 3ee291c
nvie
committed
3ee291c
View commit details
Copy full SHA for 3ee291c
View code at this point
Browse repository at this point
Fix for parsing non-ASCII chars in status lines
nvie
committed
5e02afb
View commit details
Copy full SHA for 5e02afb
View code at this point
Browse repository at this point
Python 2.6 compat
nvie
committed
105a8c0
View commit details
Copy full SHA for 105a8c0
View code at this point
Browse repository at this point
fix(test_docs): skip master-dependent assertion
Show description for 27f394a
Byron
committed
27f394a
View commit details
Copy full SHA for 27f394a
View code at this point
Browse repository at this point
Merge pull request #446 from guyzmo/updating_remote_url_handling
Show description for 9bebaca
Byron
authored
9bebaca
View commit details
Copy full SHA for 9bebaca
View code at this point
Browse repository at this point
Merge pull request #467 from gitpython-developers/fix-dont-choke-on-invalid-unicode-paths
Show description for d22c40b
Byron
authored
d22c40b
View commit details
Copy full SHA for d22c40b
View code at this point
Browse repository at this point
fix(flake): misc whitespace fixes
Byron
committed
4510b3c
View commit details
Copy full SHA for 4510b3c
View code at this point
Browse repository at this point
Commits on Jun 13, 2016
fix(cmd): allow any kind of status message
Show description for d5739cd
Byron
committed
d5739cd
View commit details
Copy full SHA for d5739cd
View code at this point
Browse repository at this point
fix(misc): various cleanup
Show description for 15ee5a5
Byron
committed
15ee5a5
View commit details
Copy full SHA for 15ee5a5
View code at this point
Browse repository at this point
Merge branch 'pr-cmd-raise-with-stderr-on-error' of https://github.com/barry-scott/GitPython into barry-scott-pr-cmd-raise-with-stderr-on-error
Byron
committed
da86442
View commit details
Copy full SHA for da86442
View code at this point
Browse repository at this point
fix(repo): prevent error messages from being swallowed
Show description for ec830a2
Byron
committed
ec830a2
View commit details
Copy full SHA for ec830a2
View code at this point
Browse repository at this point
Commits on Jun 8, 2016
Switching the `urls` property to use `git remote show` instead of `git remote get-url`
Show description for 3f4b410
guyzmo
committed
3f4b410
View commit details
Copy full SHA for 3f4b410
View code at this point
Browse repository at this point
Adding support for git remote set-url/get-url API to Remote
Show description for b366d3f
guyzmo
committed
b366d3f
View commit details
Copy full SHA for b366d3f
View code at this point
Browse repository at this point
Commits on Jun 6, 2016
Don't choke on (legitimately) invalidly encoded Unicode paths
nvie
committed
200d3c6
View commit details
Copy full SHA for 200d3c6
View code at this point
Browse repository at this point
Can get a str object from stream.read rather then bytes.
Show description for 6891caf
barry-scott
committed
6891caf
View commit details
Copy full SHA for 6891caf
View code at this point
Browse repository at this point
log all the output from stdout and stderr for debugging process failures
barry-scott
committed
4a5ceba
View commit details
Copy full SHA for 4a5ceba
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into pr-cmd-raise-with-stderr-on-error
barry-scott
committed
3565888
View commit details
Copy full SHA for 3565888
View code at this point
Browse repository at this point
Commits on Jun 2, 2016
Merge pull request #460 from ddanier/autointerrupt_del_no_os_kill
Show description for e0b21f4
Byron
committed
e0b21f4
View commit details
Copy full SHA for e0b21f4
View code at this point
Browse repository at this point
fix(test): remove unused import
Byron
committed
fde89f2
View commit details
Copy full SHA for fde89f2
View code at this point
Browse repository at this point
Commits on Jun 1, 2016
Make sure os is not even partly destroyed
ddanier
committed
85e78ca
View commit details
Copy full SHA for 85e78ca
View code at this point
Browse repository at this point
Fixed 'TypeError: decode() takes no keyword arguments' on Python 2.6
andy-maier
committed
55969cb
View commit details
Copy full SHA for 55969cb
View code at this point
Browse repository at this point
fix(test): do not skip test on travis
Show description for 2219f13
Byron
committed
2219f13
View commit details
Copy full SHA for 2219f13
View code at this point
Browse repository at this point
Commits on May 30, 2016
Fix regex
Show description for 25844b8
nvie
committed
25844b8
View commit details
Copy full SHA for 25844b8
View code at this point
Browse repository at this point
Merge pull request #456 from gitpython-developers/fix-for-invalid-data-in-commits
Show description for 79fdaf3
Byron
committed
79fdaf3
View commit details
Copy full SHA for 79fdaf3
View code at this point
Browse repository at this point
Merge pull request #454 from gitpython-developers/fix-octal-escaped-path-parser-bug
Show description for f5089d9
Byron
committed
f5089d9
View commit details
Copy full SHA for f5089d9
View code at this point
Browse repository at this point
Make sure that stderr is converted to bytes
Show description for 08a0fad
barry-scott
committed
08a0fad
View commit details
Copy full SHA for 08a0fad
View code at this point
Browse repository at this point
Ignore invalid data when decoding commit objects
Show description for 79c99c0
nvie
committed
79c99c0
View commit details
Copy full SHA for 79c99c0
View code at this point
Browse repository at this point
Add test case as example of Git commit with invalid data
Show description for 0eafe20
nvie
committed
0eafe20
View commit details
Copy full SHA for 0eafe20
View code at this point
Browse repository at this point
Fix flake8 complaints
barry-scott
committed
46201b3
View commit details
Copy full SHA for 46201b3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.