Commits
User selector
Commit History
Commits on Apr 7, 2015
Fix problem with submodules on Windows
Show description for 1c2502ecommitted
Commits on Feb 20, 2015
Commits on Feb 19, 2015
Adjust minimum git version with git-file support.
Show description for 3d74543committedFix flake8 issue.
Show description for 0f5320ecommittedUse uuid instead of tempfile.mkdtmp, which created an actual directory.
Show description for 5ac93b1committed
Commits on Jan 22, 2015
Overhauled all tutorials, and placed them in a unit-test.
Show description for b54b939committed
Commits on Jan 21, 2015
Fixed regression in test-suite for IndexFile
Show description for d565a87committedAdded advance usage examples to tutorial and made minor fixes.
Show description for e4d3809committedAssured that branch changes are properly handled.
Show description for 47ac37bcommitted
Commits on Jan 20, 2015
Fixed flake8 and a minor test regression.
Show description for bb0f3d7committedImpemented keep_going flag for `Submodule.update()`
Show description for e492113committedSubmodule.parent_commit() now automatically points to repo.head unless it was set before.
Show description for 80701fccommittedGreatly improved possible safety of Submodule.update(), which is used by default.
Show description for 9fbae71committed
Commits on Jan 19, 2015
Submodule.move() will auto-rename the submodule if the name was equal to the path
Show description for aaa8434committedImplemented Submodule.rename()
Show description for 20863cfcommittedSubmodule.move() fixed to deal with 'non-gitfile' clones appropriately.
Show description for a223c7bcommittedBasic submodule tests are working once again !
Show description for d4ce247committed
Commits on Jan 17, 2015
Submodule.remove() now seems to work properly, nearly all tests are back.
Show description for c15a6e1committedMade sure dry-run is properly implemented in Submodule.remove()
Show description for ae2b596committedSubmodule.remove() now deals with .git files correctly.
Show description for c7b16adcommittedAssured Submodule.(update|move) are dealing with .git files appropriately.
Show description for 67680a0committed
Commits on Jan 16, 2015
Implemented more tests and made use of .git files when adding submodules
Show description for 503b62bcommitted
Commits on Jan 15, 2015
Fixed previously failing test
Show description for a9a5414committedSubmodule.add() can now handle absolute module paths in agreement to the doc string.
Show description for 508807ecommittedFor some reason, the new submodule test still broke on py3
Show description for b259098committedAdded the first submodule will no longer cause an IOError.
Show description for 27c31e2committed
Commits on Jan 6, 2015
- committed
Commits on Jan 5, 2015
Fixed io types to make tests work on PY2 once again.
Show description for bc8c912committed
Commits on Jan 4, 2015
Dum brute force conversion of all types.
Show description for ae2ff0fcommittedinitial set of adjustments to make (most) imports work.
Show description for f6aa8d1committedReplaced ordered dict with standard version; used logging module
Show description for 6f55c17committedBumped version, updated changelog, reduced code smell
Show description for c80d727committed
Commits on Nov 19, 2014
Applied autopep8
Show description for 2572647committed- committed
Commits on Nov 16, 2014
pep8 linting (trailing whitespace)
Show description for c8e7074committed