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
/
test
/
test_git.py
Age
Commit message (
Expand
)
Author
2016-09-25
test, deps: FIX `mock` deps on py3.
Kostis Anagnostopoulos
2016-06-13
fix(cmd): allow any kind of status message
Sebastian Thiel
2016-05-18
Need spaces in Emacs style encoding comment
Steven Colby
2016-04-19
Support repeated kwargs
Vincent Driessen
2015-08-20
fix(test): update to changes.
Marcos Dione
2015-07-03
fix(travis): get py2.6 to work
Sebastian Thiel
2015-07-03
fix(cmd): work with py3
Sebastian Thiel
2015-07-03
fix(cmd): don't open stdout when fetching
Sebastian Thiel
2015-07-03
test(git): remove unnecessary fixture
Sebastian Thiel
2015-07-03
fix(cmd): line parsing
Sebastian Thiel
2015-06-26
fix(git-test): assure test does works on linux
Sebastian Thiel
2015-06-10
fix(test_git): handle `select.poll()` missing
Sebastian Thiel
2015-04-08
fix(test_cmd): handle GitCommandNotFound in test
Sebastian Thiel
2015-02-21
Added 'insert_kwargs_after' flag for consumption by _call_process.
Sebastian Thiel
2015-01-22
Removed Git.sshkey() as it couldn't be distributed properly.
0.3.6
Sebastian Thiel
2015-01-22
Added test for `sshkey` context manager.
Sebastian Thiel
2015-01-22
Intermediate commit on my way to get this finalized.
Sebastian Thiel
2015-01-21
Add a few tests
Jonas Trappenberg
2015-01-06
Improved windows test suite.
Sebastian Thiel
2015-01-06
Fixed test_git once again
Sebastian Thiel
2015-01-06
fixed test_git
Sebastian Thiel
2015-01-05
test_git works
Sebastian Thiel
2015-01-04
Replaced ordered dict with standard version; used logging module
Sebastian Thiel
2015-01-03
This should help getting travis to work, finally
Sebastian Thiel
2014-11-19
Applied autopep8
Sebastian Thiel
2014-11-17
Copy environment for subprocess execution
Darragh Bailey
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-15
Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...
Sebastian Thiel
2014-11-14
Updated README to better represent current state
Sebastian Thiel
2014-11-12
Basic test for __unpack_args to verify unicode handling works
Craig Northway
2014-04-25
add git command options
Eric Brunson
2014-04-25
add git command options
Eric Brunson
2014-02-10
Minor modifications to get tests back to work.
Sebastian Thiel
2014-02-10
Adjusted required versions of pre-requisites, now the majority of the tests work
Sebastian Thiel
2014-02-09
tabs to 4 spaces - this won't make integrating the patches easier, but it's p...
Sebastian Thiel
2011-07-05
Implemented GIT_PYTHON_GIT_EXECUTABLE including test and docs
Sebastian Thiel
2011-06-07
Added version_info property to git command. Its cached and efficient, includi...
Sebastian Thiel
2010-11-25
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel