index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git
/
__init__.py
Age
Commit message (
Expand
)
Author
2020-06-14
Fix exception causes all over the codebase
Ram Rachum
2020-04-11
Test for PyOxidizer and avoid trying to use __file__ if present
Sebastian Thiel
2018-06-05
Fix exception on import in MacOS
Erik Johnson
2017-09-28
Merge branch 'master' into adding_setup_for_git_executable
Sebastian Thiel
2017-08-10
Fix GitError being raised in initial `import git`
Erik Johnson
2017-07-25
Minor additional cleanup
Odegard, Ken
2017-07-09
Renamed refresh to setup and removed alias function & added unittest
Odegard, Ken
2017-07-09
Moved setup function into top level __init__
Odegard, Ken
2016-12-08
feat(util): export rmtree() to facilitate del of tmp-repos on Windows
Kostis Anagnostopoulos
2016-10-16
src: import os.path as osp
Kostis Anagnostopoulos
2016-10-04
src: No PyDev warnings
Kostis Anagnostopoulos
2015-04-07
fix(externals): init external in dev mode only
Sebastian Thiel
2015-01-04
Removed unnecessary (non-gitpython) tests and fixed flake8
0.3.3
Sebastian Thiel
2014-11-19
Applied autopep8
Sebastian Thiel
2014-11-16
pep8 linting (trailing whitespace)
Antoine Musso
2014-11-16
pep8 linting (whitespace before/after)
Antoine Musso
2014-11-16
pep8 linting (whitespaces)
Antoine Musso
2014-02-09
tabs to 4 spaces - this won't make integrating the patches easier, but it's p...
Sebastian Thiel
2010-12-01
Fixed import of gitdb, keeping changed gitdb commit so that the submodule tes...
Sebastian Thiel
2010-11-25
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel