summaryrefslogtreecommitdiff
path: root/git/objects
Commit message (Expand)AuthorAgeFilesLines
* 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-192-2/+39
* fix(tree): show that fixing Tree.cache is not possibleSebastian Thiel2015-12-141-23/+29
* chore(tree): remove dead codeSebastian Thiel2015-12-131-1/+0
* fix(tree): tree item sort now uses git-styleSebastian Thiel2015-12-131-1/+49
* fix(commit): respect daylight saving when computing utc-offsetSebastian Thiel2015-11-081-2/+6
* fix(commit): serialization timezone handlingSebastian Thiel2015-08-171-1/+1
* gic {init,clone} --separate-git-dir is supported only since 1.7.5Julien Pivotto2015-07-221-1/+1
* typo in submodules api documentationJulien Pivotto2015-07-171-1/+1
* 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-253-0/+3
* Fix type error (startswith expects bytes)John L. Walker2015-05-131-1/+1
* Fix problem with submodules on WindowsMarkus Siemens2015-04-071-1/+2
* Fix typoKyle P. Johnson2015-03-271-1/+1
* fix(iter-commit): ambiguous argument errorSebastian Thiel2015-03-021-2/+5
* Apparently, git 1.7.9 supports git-files too, lets assume it's starting at 1.7.0Sebastian Thiel2015-02-201-2/+1
* Adjust minimum git version with git-file support.Sebastian Thiel2015-02-191-1/+2
* Fix flake8 issue.Sebastian Thiel2015-02-191-4/+6
* Use uuid instead of tempfile.mkdtmp, which created an actual directory.Sebastian Thiel2015-02-191-2/+2
* Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel2015-01-221-2/+2
* Fixed regression in test-suite for IndexFileSebastian Thiel2015-01-212-17/+3
* Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel2015-01-213-3/+10
* Initial set of documentation improvements, and a fix to the submodule tests.Sebastian Thiel2015-01-211-2/+5
* Assured that branch changes are properly handled.Sebastian Thiel2015-01-213-28/+11
* Fixed flake8 and a minor test regression.Sebastian Thiel2015-01-202-23/+26
* Impemented keep_going flag for `Submodule.update()`Sebastian Thiel2015-01-202-350/+376
* Submodule.parent_commit() now automatically points to repo.head unless it was...Sebastian Thiel2015-01-201-27/+38
* Greatly improved possible safety of Submodule.update(), which is used by defa...Sebastian Thiel2015-01-202-25/+68
* Submodule.move() will auto-rename the submodule if the name was equal to the ...Sebastian Thiel2015-01-191-0/+6
* Implemented Submodule.rename()Sebastian Thiel2015-01-191-4/+78
* Submodule.move() fixed to deal with 'non-gitfile' clones appropriately.Sebastian Thiel2015-01-191-1/+1
* Basic submodule tests are working once again !Sebastian Thiel2015-01-191-10/+18
* Submodule.remove() now seems to work properly, nearly all tests are back.Sebastian Thiel2015-01-171-18/+20
* Made sure dry-run is properly implemented in Submodule.remove()Sebastian Thiel2015-01-171-7/+13
* Submodule.remove() now deals with .git files correctly.Sebastian Thiel2015-01-171-15/+29
* Assured Submodule.(update|move) are dealing with .git files appropriately.Sebastian Thiel2015-01-171-60/+92
* Implemented more tests and made use of .git files when adding submodulesSebastian Thiel2015-01-161-5/+34
* Fixed previously failing testSebastian Thiel2015-01-151-2/+2
* Submodule.add() can now handle absolute module paths in agreement to the doc ...Sebastian Thiel2015-01-151-0/+11
* For some reason, the new submodule test still broke on py3Sebastian Thiel2015-01-151-3/+0
* Added the first submodule will no longer cause an IOError.Sebastian Thiel2015-01-151-1/+1
* Added test to verify binary diffs are working as well.Sebastian Thiel2015-01-091-1/+2
* suppression des prefixes de commitfirm12015-01-071-1/+1
* Make flake8 happySebastian Thiel2015-01-062-4/+5
* test_tree worksSebastian Thiel2015-01-061-2/+10
* test_submodule worksSebastian Thiel2015-01-061-1/+1
* test_repo worksSebastian Thiel2015-01-061-8/+23
* test_refs worksSebastian Thiel2015-01-061-2/+4
* test_fun worksSebastian Thiel2015-01-051-2/+3