Commits
User selector
Commit History
Commits on Feb 9, 2015
Added previously missing parameter documentation for Repo.__init__ .
Show description for f51fe3ecommitted
Commits on Jan 22, 2015
Added test for `sshkey` context manager.
Show description for 0ddbe4bcommittedOverhauled all tutorials, and placed them in a unit-test.
Show description for b54b939committed
Commits on Jan 21, 2015
Added 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
Greatly improved possible safety of Submodule.update(), which is used by default.
Show description for 9fbae71committed
Commits on Jan 19, 2015
Improved installation docs to mention `pip`, not `easy_install`
Show description for 048ffa5committedImplemented Submodule.rename()
Show description for 20863cfcommitted
Commits on Jan 17, 2015
Submodule.remove() now seems to work properly, nearly all tests are back.
Show description for c15a6e1committedSubmodule.remove() now deals with .git files correctly.
Show description for c7b16adcommitted
Commits on Jan 14, 2015
Fixed some doc strings to build correctly with sphinx
Show description for 6569c48committedAdded 'path' keyword argument to Repo.archive().
Show description for aa1b156committedGitConfigParser now respects and merges 'include' sections
Show description for 619c989committed
Commits on Jan 13, 2015
Added `Repo.merge_base(...)` implementation, including test-case.
Show description for e973e6fcommitted
Commits on Jan 12, 2015
Removed all previously added invocations of os.path.realpath as it wasn't required afterall.
Show description for ede325dcommittedRepo paths are now converted to real paths, as well as all paths involved in index related work.
Show description for 43e430dcommittedAdded specific test for roughly checking configuration paths.
Show description for dfb0a9ccommittedRe-implemented 'user' config level based on suggestion by @jzempel
Show description for acd8246committed
Commits on Jan 10, 2015
Added 'user' configuration level.
Show description for 597bc56committedRepo.init() now supports paths with a '~' in it, or environment variables in general.
Show description for 6e8aa9bcommittedAdded search_parent_directories keyword argument to Repo type.
Show description for 96c6ab4committed
Commits on Jan 9, 2015
Added test to assure blame can deal with binary patches.
Show description for 17f5d13committed
Commits on Jan 8, 2015
Improved handling of name-resolution, which will not mangle names anymore.
Show description for b08651ecommittedFixed PY3 support.
Show description for e40ad63committed- committed
Improve error handling of fetch/pull line parsing
Show description for c7887c6committed
Commits on Jan 7, 2015
Made improvements to assure test-cases don't leak file handles
Show description for 36cdfd3committedImplemented non-blocking operations using poll()
Show description for 4914405committed
Commits on Jan 6, 2015
- committed
test_remote works
Show description for 60e5413committed- committed
Commits on Jan 5, 2015
- committed
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 f6aa8d1committed- committed