aboutsummaryrefslogtreecommitdiff
path: root/git/objects
AgeCommit message (Expand)Author
2015-01-21Assured that branch changes are properly handled.Sebastian Thiel
2015-01-20Fixed flake8 and a minor test regression.Sebastian Thiel
2015-01-20Impemented keep_going flag for `Submodule.update()`Sebastian Thiel
2015-01-20Submodule.parent_commit() now automatically points to repo.head unless it was...Sebastian Thiel
2015-01-20Greatly improved possible safety of Submodule.update(), which is used by defa...Sebastian Thiel
2015-01-19Submodule.move() will auto-rename the submodule if the name was equal to the ...Sebastian Thiel
2015-01-19Implemented Submodule.rename()Sebastian Thiel
2015-01-19Submodule.move() fixed to deal with 'non-gitfile' clones appropriately.Sebastian Thiel
2015-01-19Basic submodule tests are working once again !Sebastian Thiel
2015-01-17Submodule.remove() now seems to work properly, nearly all tests are back.Sebastian Thiel
2015-01-17Made sure dry-run is properly implemented in Submodule.remove()Sebastian Thiel
2015-01-17Submodule.remove() now deals with .git files correctly.Sebastian Thiel
2015-01-17Assured Submodule.(update|move) are dealing with .git files appropriately.Sebastian Thiel
2015-01-16Implemented more tests and made use of .git files when adding submodulesSebastian Thiel
2015-01-15Fixed previously failing testSebastian Thiel
2015-01-15Submodule.add() can now handle absolute module paths in agreement to the doc ...Sebastian Thiel
2015-01-15For some reason, the new submodule test still broke on py3Sebastian Thiel
2015-01-15Added the first submodule will no longer cause an IOError.Sebastian Thiel
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