aboutsummaryrefslogtreecommitdiff
path: root/git/ext
AgeCommit message (Collapse)Author
2015-01-08Updated submodule to latest commit, hopefully fixing travisSebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
There is more work to do though, as many imports are still incorrect. Also, there are still print statements
2014-11-19Fixes #64Sebastian Thiel
[ci skip]
2014-11-14Prepared release 0.3.20.3.2Sebastian Thiel
It represents the latest state on github, which should be better than what's installed by default. [skip ci]
2014-05-04Added support for travis ciSebastian Thiel
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵Sebastian Thiel
probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
2012-07-23updated gitdb to latest versionSebastian Thiel
2012-07-23Submodule update to latest versionSebastian Thiel
2011-07-05Implemented GIT_PYTHON_GIT_EXECUTABLE including test and docsSebastian Thiel
2011-07-04Fetch info can now deal much better with non-default ref specs, fixes #24, #25Sebastian Thiel
2011-06-14Bumped version to 0.3.2. Using the latest version of gitdbSebastian Thiel
2011-06-13test_submodule: Will now load everything into memory if smmap is present, to ↵Sebastian Thiel
help the submodule test to work even on windows
2011-06-10Fixed submodule tests to go with either the old or the new version of gitdbSebastian Thiel
2011-04-02Added downloadable versions of the respective documentation, which should ↵Sebastian Thiel
aid packagers a bit
2010-12-01setup .gitmodules to use a tracking branch automaticallySebastian Thiel
2010-12-01Fixed import of gitdb, keeping changed gitdb commit so that the submodule ↵Sebastian Thiel
tests may work. Switched gitdb submodule to new github url
2010-11-25Fixed all testcasesSebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel
adjusted