aboutsummaryrefslogtreecommitdiff
path: root/git/objects
AgeCommit message (Expand)Author
2014-11-16pep8 linting (double spaces before comment)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
2014-11-15Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...Sebastian Thiel
2014-09-08GPG signature support on commit object.Max Rasskazov
2014-05-01Make sure that branches looking like a numeric scalar will not become number ...Sebastian Thiel
2014-03-04[#7021] Fixed error serializing programmatically created commitsCory Johns
2014-03-03[#7021] Added serialization and test from upstream and fixed test issuesCory Johns
2014-02-24[#7021] ticket:533 fixed error with pgp signed commitsYuriy Arhipov
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2013-10-17[#5330] Fixed has_attr typoCory Johns
2013-10-09[#5330] Ensure wait() is called on git processesCory Johns
2013-04-17Fix whacky indentationTim Van Steenburgh
2013-04-17Return bytes if object name can't be utf8-decodedTim Van Steenburgh
2013-04-11[#6078] #102 Work-around mergetag blocks by ignoring themCory Johns
2013-02-14Fixed parse_actor_and_date with mangled tagsIgor Bondarenko
2011-06-13Submodule now uses a specialized method to remove its trees to allow read-onl...Sebastian Thiel
2011-05-19Making comparisons with non-GitPython objects more tolerant.Julien Miotte
2011-05-01added test & fix for mangled tagger namesOrestis Markou
2011-01-06blob: Added class level members to represent valid file modes that can be use...Sebastian Thiel
2010-12-03submodule.add: handles addition of repositories with a specific branch correc...Sebastian Thiel
2010-12-01Fixed bug, which was so obvious that I am wondering how none of the test ran ...Sebastian Thiel
2010-11-26Commit.create_from_tree used a now renamed keyword parameter - no test-case e...Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel