aboutsummaryrefslogtreecommitdiff
path: root/git/ext/gitdb
AgeCommit message (Collapse)Author
2017-12-23Update README with new key fingerprintsSebastian Thiel
Thanks https://github.com/gitpython-developers/GitPython/issues/612#issuecomment-353742459
2017-09-25version bump2.1.6Sebastian Thiel
2016-10-22chore(version-up): v2.1.02.1.0Sebastian Thiel
Vastly improved windows support and a few bugfixes.
2016-10-16cygwin, appveyor, #533: Enable actual failures, hide certain 2+2 casesKostis Anagnostopoulos
2016-10-16chore(release): v2.0.9Sebastian Thiel
Also depend on gitdb2 to regain control and allow improvements. [skip ci]
2016-09-11doc(limitations): be very clear about known issuesSebastian Thiel
Fixes #508
2016-07-17chore(version-up): v2.0.72.0.7Sebastian Thiel
2016-06-14fix(flake): misc whitespace fixesSebastian Thiel
2016-06-13fix(misc): various cleanupSebastian Thiel
Just went through all changes and adjusted them to the best of my abilities. As there are no tests to claim otherwise, I believe this is correct enough. However, it becomes evident that it's no longer possible to just make changes without backing them with a respective test.
2016-06-02fix(test): remove unused importSebastian Thiel
2016-06-01fix(test): do not skip test on travisSebastian Thiel
Please exclude the particular assertion instead. Related to https://github.com/gitpython-developers/GitPython/commit/a3f24f64a20d1e09917288f67fd21969f4444acd#commitcomment-17691581
2016-05-29chore(misc): cleanup and docsSebastian Thiel
Minor adjustments to PR to match current code style. Related to #450
2015-11-08fix(commit): respect daylight saving when computing utc-offsetSebastian Thiel
Related to #362
2015-01-22Removed Git.sshkey() as it couldn't be distributed properly.0.3.6Sebastian Thiel
However, I kept information on how to achieve the same thing with `custom_environment()` in the test. Related to #234
2015-01-22Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel
That way they are protected from regression. Fixes #239
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