aboutsummaryrefslogtreecommitdiff
path: root/git/objects
AgeCommit message (Expand)Author
2016-09-29FIX hook TC on PY3+Win & indeterministic lock timing.Kostis Anagnostopoulos
2016-08-21fix(commit): handle gpgsig properlySebastian Thiel
2016-06-01Fixed 'TypeError: decode() takes no keyword arguments' on Python 2.6Andreas Maier
2016-05-30Ignore invalid data when decoding commit objectsVincent Driessen
2016-04-19Add support for getting "aware" datetime infoVincent Driessen
2015-12-14fix(tree): show that fixing Tree.cache is not possibleSebastian Thiel
2015-12-13chore(tree): remove dead codeSebastian Thiel
2015-12-13fix(tree): tree item sort now uses git-styleSebastian Thiel
2015-11-08fix(commit): respect daylight saving when computing utc-offsetSebastian Thiel
2015-08-17fix(commit): serialization timezone handlingSebastian Thiel
2015-07-22gic {init,clone} --separate-git-dir is supported only since 1.7.5Julien Pivotto
2015-07-17typo in submodules api documentationJulien Pivotto
2015-07-17Added two extra paramaters for commit to take author date and commit dateavi
2015-06-25Added NullHandlers to all loggers to preven "No handler" messagesJames Nowell
2015-05-13Fix type error (startswith expects bytes)John L. Walker
2015-04-07Fix problem with submodules on WindowsMarkus Siemens
2015-03-27Fix typoKyle P. Johnson
2015-03-02fix(iter-commit): ambiguous argument errorSebastian Thiel
2015-02-20Apparently, git 1.7.9 supports git-files too, lets assume it's starting at 1.7.0Sebastian Thiel
2015-02-19Adjust minimum git version with git-file support.Sebastian Thiel
2015-02-19Fix flake8 issue.Sebastian Thiel
2015-02-19Use uuid instead of tempfile.mkdtmp, which created an actual directory.Sebastian Thiel
2015-01-22Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel
2015-01-21Fixed regression in test-suite for IndexFileSebastian Thiel
2015-01-21Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel
2015-01-21Initial set of documentation improvements, and a fix to the submodule tests.Sebastian Thiel
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