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