summaryrefslogtreecommitdiff
path: root/git/objects/commit.py
Commit message (Expand)AuthorAgeFilesLines
* fix decoding problemishepard2019-09-161-2/+3
* Update commit.py constructor docstringDavid Host2019-03-151-1/+1
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-181-2/+2
* Spelling fixesVille Skyttä2017-03-091-1/+1
* Fix git.Commit docs typoReuben Sutton2017-02-021-1/+1
* Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel2016-10-221-1/+1
|\
| * src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos2016-10-161-1/+1
* | Fix some typosSantiago Castro2016-10-201-2/+2
|/
* src: No PyDev warningsKostis Anagnostopoulos2016-10-041-2/+2
* fix(commit): handle gpgsig properlySebastian Thiel2016-08-211-5/+10
* Fixed 'TypeError: decode() takes no keyword arguments' on Python 2.6Andreas Maier2016-06-011-3/+3
* Ignore invalid data when decoding commit objectsfix-for-invalid-data-in-commitsVincent Driessen2016-05-301-3/+3
* Add support for getting "aware" datetime infoVincent Driessen2016-04-191-1/+10
* fix(commit): respect daylight saving when computing utc-offsetSebastian Thiel2015-11-081-2/+6
* Added two extra paramaters for commit to take author date and commit dateavi2015-07-171-3/+10
* Added NullHandlers to all loggers to preven "No handler" messagesJames Nowell2015-06-251-0/+1
* Fix type error (startswith expects bytes)John L. Walker2015-05-131-1/+1
* fix(iter-commit): ambiguous argument errorSebastian Thiel2015-03-021-2/+5
* Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel2015-01-211-1/+8
* suppression des prefixes de commitfirm12015-01-071-1/+1
* Make flake8 happySebastian Thiel2015-01-061-4/+4
* test_commit works once againSebastian Thiel2015-01-051-2/+2
* Fixes test_blob and improved commit writing/readingSebastian Thiel2015-01-051-20/+24
* Added test of #147 to verify it works.Sebastian Thiel2015-01-051-16/+9
* Fixed io types to make tests work on PY2 once again.py3Sebastian Thiel2015-01-051-3/+3
* Dum brute force conversion of all types.Sebastian Thiel2015-01-041-3/+4
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-8/+7
* Replaced ordered dict with standard version; used logging moduleSebastian Thiel2015-01-041-6/+8
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-2/+2
* Applied autopep8Sebastian Thiel2014-11-191-26/+29
* Assure API remains backwards compatible; update API docsSebastian Thiel2014-11-171-2/+4
* Merge branch '0.3' of https://github.com/firm1/GitPython into firm1-0.3Sebastian Thiel2014-11-171-3/+3
|\
| * add param to create_from_treefirm12014-03-241-3/+8
* | pep8 linting (trailing whitespace)Antoine Musso2014-11-161-33/+33
* | pep8 linting (whitespace before/after)Antoine Musso2014-11-161-8/+8
* | pep8 linting (blank lines expectations)Antoine Musso2014-11-161-4/+2
* | pep8 linting (whitespaces)Antoine Musso2014-11-161-49/+49
* | Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...Sebastian Thiel2014-11-151-3/+14
|\ \
| * | [#7021] Fixed error serializing programmatically created commitsCory Johns2014-03-041-1/+1
| * | [#7021] Added serialization and test from upstream and fixed test issuesCory Johns2014-03-031-0/+5
| * | [#7021] ticket:533 fixed error with pgp signed commitsYuriy Arhipov2014-02-241-10/+26
| * | [#5330] Fixed has_attr typoCory Johns2013-10-171-1/+1
| * | [#5330] Ensure wait() is called on git processesCory Johns2013-10-091-0/+3
| * | [#6078] #102 Work-around mergetag blocks by ignoring themCory Johns2013-04-111-1/+8
* | | GPG signature support on commit object.Max Rasskazov2014-09-081-17/+36
| |/ |/|
* | tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-432/+432
|/
* Commit.create_from_tree used a now renamed keyword parameter - no test-case e...Sebastian Thiel2010-11-261-1/+1
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+465