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_submodule.py
Age
Commit message (
Expand
)
Author
2015-01-17
Submodule.remove() now seems to work properly, nearly all tests are back.
Sebastian Thiel
2015-01-17
Made sure dry-run is properly implemented in Submodule.remove()
Sebastian Thiel
2015-01-17
Submodule.remove() now deals with .git files correctly.
Sebastian Thiel
2015-01-17
Assured Submodule.(update|move) are dealing with .git files appropriately.
Sebastian Thiel
2015-01-16
Implemented more tests and made use of .git files when adding submodules
Sebastian Thiel
2015-01-15
Fixed previously failing test
Sebastian Thiel
2015-01-15
Verified that it apparently is impossible to add empty submodules using git-p...
Sebastian Thiel
2015-01-15
Submodule.add() can now handle absolute module paths in agreement to the doc ...
Sebastian Thiel
2015-01-15
Added the first submodule will no longer cause an IOError.
Sebastian Thiel
2015-01-06
test_submodule works
Sebastian Thiel
2015-01-06
test_repo works
Sebastian Thiel
2015-01-04
Dum brute force conversion of all types.
Sebastian Thiel
2015-01-04
Removed 'from X import *' whereever possible
Sebastian Thiel
2015-01-04
Bumped version, updated changelog, reduced code smell
Sebastian Thiel
2015-01-03
Fixed all remaining non-performance tests
Sebastian Thiel
2014-11-19
Applied autopep8
Sebastian Thiel
2014-11-16
pep8 linting (trailing whitespace)
Antoine Musso
2014-11-16
pep8 linting (double spaces before comment)
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-02-09
tabs to 4 spaces - this won't make integrating the patches easier, but it's p...
Sebastian Thiel
2011-06-13
test_submodule doesn't assume latest version of gitdb anymore
Sebastian Thiel
2011-06-13
fixed submodule test to work on windows
Sebastian Thiel
2011-06-13
test_submodule: Will now load everything into memory if smmap is present, to ...
Sebastian Thiel
2011-06-10
Fixed submodule tests to go with either the old or the new version of gitdb
Sebastian Thiel
2011-06-07
Fixed submodule test. Just a tiny thing
Sebastian Thiel
2010-12-01
Submodule tests are functional once again.
Sebastian Thiel
2010-12-01
Fixed import of gitdb, keeping changed gitdb commit so that the submodule tes...
Sebastian Thiel
2010-11-25
Fixed all testcases
Sebastian Thiel
2010-11-25
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel