summaryrefslogtreecommitdiff
path: root/git/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Name top-level exceptions as private variablesChristopher Head2023-05-151-4/+4
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-181-5/+1
* Revert "Remove flake8 linting in favor of `black` formatting"Sebastian Thiel2022-05-181-0/+1
* Remove flake8 linting in favor of `black` formattingSebastian Thiel2022-05-181-1/+0
* Run everything through 'black'Sebastian Thiel2022-05-181-24/+30
* Revert "Replace wildcard imports with concrete imports"Trym Bremnes2021-10-031-11/+11
* Replace wildcard imports with concrete importsTrym Bremnes2021-10-011-11/+11
* add initial types to remote.pyyobmod2021-05-031-4/+5
* add types to git.util and git.__init__yobmod2021-03-011-3/+6
* Do not break convention when updating sys.pathXavier Verges2020-10-051-1/+1
* Fix exception causes all over the codebaseRam Rachum2020-06-141-4/+4
* Test for PyOxidizer and avoid trying to use __file__ if presentSebastian Thiel2020-04-111-1/+1
* 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