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
/
exc.py
Age
Commit message (
Expand
)
Author
2017-05-29
Add base class for package exceptions.
Konstantin Popov
2017-03-09
Spelling fixes
Ville Skyttä
2016-10-20
Fix some typos
Santiago Castro
2016-10-04
src: No PyDev warnings
Kostis Anagnostopoulos
2016-09-28
remote, #519: INCOMPLETE FIX-2 double-decoding push-infos
Kostis Anagnostopoulos
2016-09-28
Proc, #519: Rework error-exc msgs & log thread-pumps errors
Kostis Anagnostopoulos
2016-09-28
Win, hook, #519: Consume Hook Popen-proc out of GIL
Kostis Anagnostopoulos
2016-09-28
PY2, #519: FIX GitCommandError.tostr() encoding issue
Kostis Anagnostopoulos
2015-08-29
fix(repo): fail loudly if worktrees are used
Sebastian Thiel
2015-04-08
fix(cmd): throw GitCommandNotFoundError ...
Sebastian Thiel
2015-01-20
Greatly improved possible safety of Submodule.update(), which is used by defa...
Sebastian Thiel
2015-01-12
IndexFile.commit() now runs pre-commit and post-commit hooks.
Sebastian Thiel
2015-01-06
test_repo works
Sebastian Thiel
2015-01-06
test_remote works
Sebastian Thiel
2015-01-04
Removed unnecessary (non-gitpython) tests and fixed flake8
0.3.3
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 (blank lines expectations)
Antoine Musso
2014-11-16
pep8 linting (whitespaces)
Antoine Musso
2014-11-05
GitRunCommand exception can store stdout output too.
Tamas Pal
2014-02-09
tabs to 4 spaces - this won't make integrating the patches easier, but it's p...
Sebastian Thiel
2010-11-25
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel