aboutsummaryrefslogtreecommitdiff
path: root/git/repo
AgeCommit message (Expand)Author
2016-04-13Add incremental blame supportVincent Driessen
2016-02-20enable config parsers to be used as context managersRaphael Boidol
2016-02-14fix(cmd): allow improved errors during clone operationSebastian Thiel
2016-02-07fix(clone): call communicate if there is no progress handlerSebastian Thiel
2015-08-29fix(repo): fail loudly if worktrees are usedSebastian Thiel
2015-08-22fix(repo): use GitCmdObjectDB by defaultSebastian Thiel
2015-07-21Implement is_ancestorSandy Carter
2015-07-20fix(flake8): remove unused importSebastian Thiel
2015-07-20fix(encoding): in `untracked_files()`Sebastian Thiel
2015-07-20fix(encoding): in untracked_files() and indexSebastian Thiel
2015-07-16Correct doc errorsMarian Wieczorek
2015-07-15Fix typoTanner Netterville
2015-06-30Add env parameter to Repo.clone_from() for setting environment variablesJon Lund Steffensen
2015-06-29Fix docstring of Repo.clone_from()Jon Lund Steffensen
2015-06-10Merge pull request #291 from hvnsweeting/support-init-choosing-backendSebastian Thiel
2015-06-10refactor(repo): parameter renaming and cleanupSebastian Thiel
2015-06-05Allow submodules to be ignored in is_dirtyjavex
2015-06-01add docstring for new argHung Nguyen Viet
2015-06-01support passing odbt for using with RepoHung Nguyen Viet
2015-02-09Added previously missing parameter documentation for Repo.__init__ .Sebastian Thiel
2015-01-22Added test for `sshkey` context manager.Sebastian Thiel
2015-01-22Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel
2015-01-21Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel
2015-01-21Assured that branch changes are properly handled.Sebastian Thiel
2015-01-20Greatly improved possible safety of Submodule.update(), which is used by defa...Sebastian Thiel
2015-01-19Improved installation docs to mention `pip`, not `easy_install`Sebastian Thiel
2015-01-19Implemented Submodule.rename()Sebastian Thiel
2015-01-17Submodule.remove() now seems to work properly, nearly all tests are back.Sebastian Thiel
2015-01-17Submodule.remove() now deals with .git files correctly.Sebastian Thiel
2015-01-14Fixed some doc strings to build correctly with sphinxSebastian Thiel
2015-01-14Added 'path' keyword argument to Repo.archive().Sebastian Thiel
2015-01-14GitConfigParser now respects and merges 'include' sectionsSebastian Thiel
2015-01-13Added `Repo.merge_base(...)` implementation, including test-case.Sebastian Thiel
2015-01-12Removed all previously added invocations of os.path.realpath as it wasn't req...Sebastian Thiel
2015-01-12Repo paths are now converted to real paths, as well as all paths involved in ...Sebastian Thiel
2015-01-12Added specific test for roughly checking configuration paths.Sebastian Thiel
2015-01-12Re-implemented 'user' config level based on suggestion by @jzempelSebastian Thiel
2015-01-10Added 'user' configuration level.Sebastian Thiel
2015-01-10Repo.init() now supports paths with a '~' in it, or environment variables in ...Sebastian Thiel
2015-01-10Added search_parent_directories keyword argument to Repo type.Sebastian Thiel
2015-01-09Added test to assure blame can deal with binary patches.Sebastian Thiel
2015-01-08Improved handling of name-resolution, which will not mangle names anymore.Sebastian Thiel
2015-01-08Fixed PY3 support.Sebastian Thiel
2015-01-08Added Remote.exists() method, and test. Fixes #229Sebastian Thiel
2015-01-08Improve error handling of fetch/pull line parsingSebastian Thiel
2015-01-07Made improvements to assure test-cases don't leak file handlesSebastian Thiel
2015-01-07Implemented non-blocking operations using poll()Sebastian Thiel
2015-01-06test_repo worksSebastian Thiel
2015-01-06test_remote worksSebastian Thiel
2015-01-06test_index worksSebastian Thiel