index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git
/
objects
/
commit.py
Age
Commit message (
Expand
)
Author
2019-10-15
removed Unnecessary “else” after “return”
Pratik Anurag
2019-10-15
removed trailing whitespaces
Pratik Anurag
2019-10-15
renamed unused variables
Pratik Anurag
2019-09-16
fix decoding problem
ishepard
2019-03-15
Update commit.py constructor docstring
David Host
2018-03-18
Rewrite unnecessary dict/list/tuple calls as literals
Hugo
2017-03-09
Spelling fixes
Ville Skyttä
2017-02-02
Fix git.Commit docs typo
Reuben Sutton
2016-10-22
Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...
Sebastian Thiel
2016-10-20
Fix some typos
Santiago Castro
2016-10-16
src: reduce needless deps to `gitdb.util`
Kostis Anagnostopoulos
2016-10-04
src: No PyDev warnings
Kostis Anagnostopoulos
2016-08-21
fix(commit): handle gpgsig properly
Sebastian Thiel
2016-06-01
Fixed 'TypeError: decode() takes no keyword arguments' on Python 2.6
Andreas Maier
2016-05-30
Ignore invalid data when decoding commit objects
Vincent Driessen
2016-04-19
Add support for getting "aware" datetime info
Vincent Driessen
2015-11-08
fix(commit): respect daylight saving when computing utc-offset
Sebastian Thiel
2015-07-17
Added two extra paramaters for commit to take author date and commit date
avi
2015-06-25
Added NullHandlers to all loggers to preven "No handler" messages
James Nowell
2015-05-13
Fix type error (startswith expects bytes)
John L. Walker
2015-03-02
fix(iter-commit): ambiguous argument error
Sebastian Thiel
2015-01-21
Added advance usage examples to tutorial and made minor fixes.
Sebastian Thiel
2015-01-07
suppression des prefixes de commit
firm1
2015-01-06
Make flake8 happy
Sebastian Thiel
2015-01-05
test_commit works once again
Sebastian Thiel
2015-01-05
Fixes test_blob and improved commit writing/reading
Sebastian Thiel
2015-01-05
Added test of #147 to verify it works.
Sebastian Thiel
2015-01-05
Fixed io types to make tests work on PY2 once again.
Sebastian Thiel
2015-01-04
Dum brute force conversion of all types.
Sebastian Thiel
2015-01-04
initial set of adjustments to make (most) imports work.
Sebastian Thiel
2015-01-04
Replaced ordered dict with standard version; used logging module
Sebastian Thiel
2015-01-04
Bumped version, updated changelog, reduced code smell
Sebastian Thiel
2014-11-19
Applied autopep8
Sebastian Thiel
2014-11-17
Assure API remains backwards compatible; update API docs
Sebastian Thiel
2014-11-17
Merge branch '0.3' of https://github.com/firm1/GitPython into firm1-0.3
Sebastian Thiel
2014-11-16
pep8 linting (trailing whitespace)
Antoine Musso
2014-11-16
pep8 linting (whitespace before/after)
Antoine Musso
2014-11-16
pep8 linting (blank lines expectations)
Antoine Musso
2014-11-16
pep8 linting (whitespaces)
Antoine Musso
2014-11-15
Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...
Sebastian Thiel
2014-09-08
GPG signature support on commit object.
Max Rasskazov
2014-03-24
add param to create_from_tree
firm1
2014-03-04
[#7021] Fixed error serializing programmatically created commits
Cory Johns
2014-03-03
[#7021] Added serialization and test from upstream and fixed test issues
Cory Johns
2014-02-24
[#7021] ticket:533 fixed error with pgp signed commits
Yuriy Arhipov
2014-02-09
tabs to 4 spaces - this won't make integrating the patches easier, but it's p...
Sebastian Thiel
2013-10-17
[#5330] Fixed has_attr typo
Cory Johns
2013-10-09
[#5330] Ensure wait() is called on git processes
Cory Johns
2013-04-11
[#6078] #102 Work-around mergetag blocks by ignoring them
Cory Johns
2010-11-26
Commit.create_from_tree used a now renamed keyword parameter - no test-case e...
Sebastian Thiel
[next]