summaryrefslogtreecommitdiff
path: root/git/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix exception on import in MacOSErik Johnson2018-06-051-1/+4
* Merge branch 'master' into adding_setup_for_git_executableSebastian Thiel2017-09-281-17/+20
|\
| * Fix GitError being raised in initial `import git`Erik Johnson2017-08-101-17/+20
* | Minor additional cleanupOdegard, Ken2017-07-251-0/+7
* | Renamed refresh to setup and removed alias function & added unittestOdegard, Ken2017-07-091-6/+3
* | Moved setup function into top level __init__Odegard, Ken2017-07-091-0/+17
|/
* feat(util): export rmtree() to facilitate del of tmp-repos on WindowsKostis Anagnostopoulos2016-12-081-1/+2
* src: import os.path as ospKostis Anagnostopoulos2016-10-161-2/+5
* src: No PyDev warningsKostis Anagnostopoulos2016-10-041-12/+12
* fix(externals): init external in dev mode onlySebastian Thiel2015-04-071-1/+2
* Removed unnecessary (non-gitpython) tests and fixed flake80.3.3Sebastian Thiel2015-01-041-0/+1
* Applied autopep8Sebastian Thiel2014-11-191-7/+7
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-2/+2
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-2/+2
* pep8 linting (whitespaces)Antoine Musso2014-11-161-3/+2
* tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-16/+16
* Fixed import of gitdb, keeping changed gitdb commit so that the submodule tes...Sebastian Thiel2010-12-011-1/+7
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+48