| Commit message (Expand) | Author | Age | Files | Lines |
| * | add types to git.__init__, compat, db, diff, exc, util | Yobmod | 2021-03-16 | 1 | -4/+8 |
| * | Do not break convention when updating sys.path | Xavier Verges | 2020-10-05 | 1 | -1/+1 |
| * | Fix exception causes all over the codebase | Ram Rachum | 2020-06-14 | 1 | -4/+4 |
| * | Test for PyOxidizer and avoid trying to use __file__ if present | Sebastian Thiel | 2020-04-11 | 1 | -1/+1 |
| * | Fix exception on import in MacOS | Erik Johnson | 2018-06-05 | 1 | -1/+4 |
| * | Merge branch 'master' into adding_setup_for_git_executable | Sebastian Thiel | 2017-09-28 | 1 | -17/+20 |
| |\ |
|
| | * | Fix GitError being raised in initial `import git` | Erik Johnson | 2017-08-10 | 1 | -17/+20 |
| * | | Minor additional cleanup | Odegard, Ken | 2017-07-25 | 1 | -0/+7 |
| * | | Renamed refresh to setup and removed alias function & added unittest | Odegard, Ken | 2017-07-09 | 1 | -6/+3 |
| * | | Moved setup function into top level __init__ | Odegard, Ken | 2017-07-09 | 1 | -0/+17 |
| |/ |
|
| * | feat(util): export rmtree() to facilitate del of tmp-repos on Windows | Kostis Anagnostopoulos | 2016-12-08 | 1 | -1/+2 |
| * | src: import os.path as osp | Kostis Anagnostopoulos | 2016-10-16 | 1 | -2/+5 |
| * | src: No PyDev warnings | Kostis Anagnostopoulos | 2016-10-04 | 1 | -12/+12 |
| * | fix(externals): init external in dev mode only | Sebastian Thiel | 2015-04-07 | 1 | -1/+2 |
| * | Removed unnecessary (non-gitpython) tests and fixed flake80.3.3 | Sebastian Thiel | 2015-01-04 | 1 | -0/+1 |
| * | Applied autopep8 | Sebastian Thiel | 2014-11-19 | 1 | -7/+7 |
| * | pep8 linting (trailing whitespace) | Antoine Musso | 2014-11-16 | 1 | -2/+2 |
| * | pep8 linting (whitespace before/after) | Antoine Musso | 2014-11-16 | 1 | -2/+2 |
| * | pep8 linting (whitespaces) | Antoine Musso | 2014-11-16 | 1 | -3/+2 |
| * | tabs to 4 spaces - this won't make integrating the patches easier, but it's p... | Sebastian Thiel | 2014-02-09 | 1 | -16/+16 |
| * | Fixed import of gitdb, keeping changed gitdb commit so that the submodule tes... | Sebastian Thiel | 2010-12-01 | 1 | -1/+7 |
| * | Moved everything into the git subdirectory - some tests still need to be adju... | Sebastian Thiel | 2010-11-25 | 1 | -0/+48 |