Commits
User selector
Commit History
Commits on Aug 29, 2015
fix(repo): fail loudly if worktrees are used
Show description for e859042committed
Commits on Aug 22, 2015
fix(repo): use GitCmdObjectDB by default
Show description for 6eb3af2committed
Commits on Jul 21, 2015
Implement is_ancestor
Show description for 65c07d6committed
Sandy Carter
Commits on Jul 20, 2015
fix(flake8): remove unused import
Show description for f360ecdcommittedfix(encoding): in `untracked_files()`
Show description for 3c8a33ecommittedfix(encoding): in untracked_files() and index
Show description for 9c272abcommitted
Commits on Jul 16, 2015
Correct doc errors
Show description for f3e78d9committed
Commits on Jun 30, 2015
Add env parameter to Repo.clone_from() for setting environment variables
Show description for 2c0f47bcommitted
Commits on Jun 29, 2015
Commits on Jun 10, 2015
Merge pull request #291 from hvnsweeting/support-init-choosing-backend
Show description for 640d150committedrefactor(repo): parameter renaming and cleanup
Show description for a771e10committed
Commits on Jun 5, 2015
Allow submodules to be ignored in is_dirty
Show description for 5385cbdcommitted
Commits on Jun 1, 2015
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 6e8aa9bcommitted