aboutsummaryrefslogtreecommitdiff
path: root/git/repo
AgeCommit message (Expand)Author
2016-06-13fix(repo): prevent error messages from being swallowedSebastian Thiel
2016-05-29chore(misc): cleanup and docsSebastian Thiel
2016-05-28The progress arg to push, pull, fetch and clone is now a python callable.Barry Scott
2016-05-24Ignore trailing last empty string in .split() outputVincent Driessen
2016-05-24Check if byte string is empty for py3 compatibilityJonathan Chu
2016-05-24Split lines by new line charactersJonathan Chu
2016-05-19Use correct mode for executable filesSebastian Thiel
2016-05-19Clarify costs of certain propertiesSebastian Thiel
2016-04-14Return all available data from git-blameVincent Driessen
2016-04-14Drop dependency on sixVincent Driessen
2016-04-13Allow passing args to git-blameVincent Driessen
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