summaryrefslogtreecommitdiff
path: root/git/ext
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/sstancu/GitPython into ↵Sebastian Thiel2019-07-201-0/+0
| | | | sstancu-master
* Bump version to 2.1.92.1.9Sebastian Thiel2018-03-241-0/+0
|
* Update README with new key fingerprintsSebastian Thiel2017-12-231-0/+0
| | | | Thanks https://github.com/gitpython-developers/GitPython/issues/612#issuecomment-353742459
* version bump2.1.6Sebastian Thiel2017-09-251-0/+0
|
* chore(version-up): v2.1.02.1.0Sebastian Thiel2016-10-221-0/+0
| | | | Vastly improved windows support and a few bugfixes.
* cygwin, appveyor, #533: Enable actual failures, hide certain 2+2 casesKostis Anagnostopoulos2016-10-161-0/+0
|
* chore(release): v2.0.9Sebastian Thiel2016-10-161-0/+0
| | | | | | Also depend on gitdb2 to regain control and allow improvements. [skip ci]
* doc(limitations): be very clear about known issuesSebastian Thiel2016-09-111-0/+0
| | | | Fixes #508
* chore(version-up): v2.0.72.0.7Sebastian Thiel2016-07-171-0/+0
|
* fix(flake): misc whitespace fixesSebastian Thiel2016-06-141-0/+0
|
* fix(misc): various cleanupSebastian Thiel2016-06-131-0/+0
| | | | | | | | | 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.
* fix(test): remove unused importSebastian Thiel2016-06-021-0/+0
|
* fix(test): do not skip test on travisSebastian Thiel2016-06-011-0/+0
| | | | | | | Please exclude the particular assertion instead. Related to https://github.com/gitpython-developers/GitPython/commit/a3f24f64a20d1e09917288f67fd21969f4444acd#commitcomment-17691581
* chore(misc): cleanup and docsSebastian Thiel2016-05-291-0/+0
| | | | | | Minor adjustments to PR to match current code style. Related to #450
* fix(commit): respect daylight saving when computing utc-offsetSebastian Thiel2015-11-081-0/+0
| | | | Related to #362
* Removed Git.sshkey() as it couldn't be distributed properly.0.3.6Sebastian Thiel2015-01-221-0/+0
| | | | | | | However, I kept information on how to achieve the same thing with `custom_environment()` in the test. Related to #234
* Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel2015-01-221-0/+0
| | | | | | That way they are protected from regression. Fixes #239
* Updated submodule to latest commit, hopefully fixing travisSebastian Thiel2015-01-081-0/+0
|
* 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