summaryrefslogtreecommitdiff
path: root/git/objects
Commit message (Expand)AuthorAgeFilesLines
* Simplified parse_date implementationSebastian Thiel2014-12-191-7/+7
* BF: adjust mktime output for the local offset (Close #218)Yaroslav Halchenko2014-12-181-1/+4
* Applied autopep8Sebastian Thiel2014-11-1910-163/+185
* Backport of https://github.com/gitpython-developers/GitPython/pull/118Sebastian Thiel2014-11-191-1/+1
* 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-1610-164/+164
* | pep8 linting (double spaces before comment)Antoine Musso2014-11-161-2/+2
* | pep8 linting (whitespace before/after)Antoine Musso2014-11-1610-90/+90
* | pep8 linting (blank lines expectations)Antoine Musso2014-11-1610-15/+37
* | pep8 linting (whitespaces)Antoine Musso2014-11-1611-336/+331
* | Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...Sebastian Thiel2014-11-153-8/+29
|\ \
| * | [#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
| * | Fix whacky indentationTim Van Steenburgh2013-04-171-7/+7
| * | Return bytes if object name can't be utf8-decodedTim Van Steenburgh2013-04-171-3/+7
| * | [#6078] #102 Work-around mergetag blocks by ignoring themCory Johns2013-04-111-1/+8
| * | Fixed parse_actor_and_date with mangled tagsIgor Bondarenko2013-02-141-1/+7
* | | GPG signature support on commit object.Max Rasskazov2014-09-081-17/+36
* | | Make sure that branches looking like a numeric scalar will not become number ...Sebastian Thiel2014-05-011-1/+1
| |/ |/|
* | tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-0910-2627/+2627
|/
* Submodule now uses a specialized method to remove its trees to allow read-onl...Sebastian Thiel2011-06-131-5/+4
* Making comparisons with non-GitPython objects more tolerant.Julien Miotte2011-05-191-0/+4
* added test & fix for mangled tagger namesOrestis Markou2011-05-011-1/+1
* blob: Added class level members to represent valid file modes that can be use...Sebastian Thiel2011-01-061-0/+5
* submodule.add: handles addition of repositories with a specific branch correc...Sebastian Thiel2010-12-031-6/+8
* Fixed bug, which was so obvious that I am wondering how none of the test ran ...Sebastian Thiel2010-12-012-2/+2
* 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-2512-0/+2897