aboutsummaryrefslogtreecommitdiff
path: root/git/objects
AgeCommit message (Expand)Author
2015-01-09Added test to verify binary diffs are working as well.Sebastian Thiel
2015-01-07suppression des prefixes de commitfirm1
2015-01-06Make flake8 happySebastian Thiel
2015-01-06test_tree worksSebastian Thiel
2015-01-06test_submodule worksSebastian Thiel
2015-01-06test_repo worksSebastian Thiel
2015-01-06test_refs worksSebastian Thiel
2015-01-05test_fun worksSebastian Thiel
2015-01-05test_commit works once againSebastian Thiel
2015-01-05Fixes test_blob and improved commit writing/readingSebastian Thiel
2015-01-05Added test of #147 to verify it works.Sebastian Thiel
2015-01-05Intermediate commit: test_config and test_actor worksSebastian Thiel
2015-01-05Fixed io types to make tests work on PY2 once again.Sebastian Thiel
2015-01-04Dum brute force conversion of all types.Sebastian Thiel
2015-01-04initial set of adjustments to make (most) imports work.Sebastian Thiel
2015-01-04Removed unnecessary (non-gitpython) tests and fixed flake80.3.3Sebastian Thiel
2015-01-04Replaced ordered dict with standard version; used logging moduleSebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2015-01-04Applied autopep8Sebastian Thiel
2014-12-19Simplified parse_date implementationSebastian Thiel
2014-12-18BF: adjust mktime output for the local offset (Close #218)Yaroslav Halchenko
2014-11-19Applied autopep8Sebastian Thiel
2014-11-19Backport of https://github.com/gitpython-developers/GitPython/pull/118Sebastian Thiel
2014-11-17Assure API remains backwards compatible; update API docsSebastian Thiel
2014-11-17Merge branch '0.3' of https://github.com/firm1/GitPython into firm1-0.3Sebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
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-24add param to create_from_treefirm1
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