aboutsummaryrefslogtreecommitdiff
path: root/git/__init__.py
AgeCommit message (Expand)Author
2017-09-28Merge branch 'master' into adding_setup_for_git_executableSebastian Thiel
2017-08-10Fix GitError being raised in initial `import git`Erik Johnson
2017-07-25Minor additional cleanupOdegard, Ken
2017-07-09Renamed refresh to setup and removed alias function & added unittestOdegard, Ken
2017-07-09Moved setup function into top level __init__Odegard, Ken
2016-12-08feat(util): export rmtree() to facilitate del of tmp-repos on WindowsKostis Anagnostopoulos
2016-10-16src: import os.path as ospKostis Anagnostopoulos
2016-10-04src: No PyDev warningsKostis Anagnostopoulos
2015-04-07fix(externals): init external in dev mode onlySebastian Thiel
2015-01-04Removed unnecessary (non-gitpython) tests and fixed flake80.3.3Sebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2010-12-01Fixed import of gitdb, keeping changed gitdb commit so that the submodule tes...Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel