Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop py3.4 support | yobmod | 2021-02-28 | 1 | -1/+1 |
| | |||||
* | rebase on master | yobmod | 2021-02-26 | 1 | -1/+1 |
| | |||||
* | drop python 3.4, update .gitignore | Yobmod | 2021-02-24 | 1 | -1/+1 |
| | |||||
* | Update release verification instructions as suggested in #1055 | Sebastian Thiel | 2020-09-07 | 1 | -7/+7 |
| | |||||
* | inform about Gitoxide | Sebastian Thiel | 2020-09-02 | 1 | -0/+15 |
| | |||||
* | Remove code-coverage from requirements - codecov wants way too many ↵ | Sebastian Thiel | 2020-04-11 | 1 | -1/+0 |
| | | | | | | permissions… …and I don't really see the benefit given the state of this project | ||||
* | Use github actions badge, and provide more information about the maintenance ↵ | Sebastian Thiel | 2020-04-11 | 1 | -5/+6 |
| | | | | mode we are in | ||||
* | Remove unused badge | Sebastian Thiel | 2020-04-11 | 1 | -1/+0 |
| | | | | [skip CI] | ||||
* | Remove and replace references to nose with unittest in documentation | Harmon | 2020-02-17 | 1 | -1/+1 |
| | |||||
* | Remove badges for no longer existing Waffle site from README | Harmon | 2020-02-16 | 1 | -2/+0 |
| | |||||
* | Add support for Python 3.8 | Harmon | 2020-02-16 | 1 | -1/+1 |
| | |||||
* | Improve README Python requirement specificity | Harmon | 2020-02-16 | 1 | -1/+1 |
| | |||||
* | Remove appveyor - it's always failing and nobody maintains it | Sebastian Thiel | 2020-02-05 | 1 | -4/+1 |
| | |||||
* | Added Git Gud to README.md | Ben Thayer | 2019-10-24 | 1 | -0/+1 |
| | |||||
* | Update changelog; improve README to prevent release mistakes in future.3.0.4 | Sebastian Thiel | 2019-10-22 | 1 | -3/+4 |
| | |||||
* | Drop python 2 support, again (revert previous revert) | Sebastian Thiel | 2019-08-11 | 1 | -1/+1 |
| | | | | This reverts commit 913d806f02cf50250d230f88b897350581f80f6b. | ||||
* | Revert "Drop python 2.7 support and help with encodings" | Sebastian Thiel | 2019-07-29 | 1 | -1/+1 |
| | | | | This reverts commit dac619e4917b0ad43d836a534633d68a871aecca. | ||||
* | Drop python 2.7 support and help with encodings | Sebastian Thiel | 2019-07-20 | 1 | -1/+1 |
| | | | | Fixes #312 | ||||
* | README: Add repology badge | luz.paz | 2019-07-06 | 1 | -0/+2 |
| | | | This badge will display all the downstream repositories that carry GitPython and the version number. | ||||
* | Update README section 'Projects using GitPython' | Christian Winter | 2018-10-21 | 1 | -0/+1 |
| | | | Add GitViper | ||||
* | Document support for Python 3.7 | Michael Käufl | 2018-10-21 | 1 | -1/+1 |
| | |||||
* | Created new section in README for projects using GitPython | ishepard | 2018-05-04 | 1 | -0/+14 |
| | |||||
* | Drop support for EOL Python 2.6 | Hugo | 2018-03-18 | 1 | -5/+1 |
| | |||||
* | Update README with new key fingerprints | Sebastian Thiel | 2017-12-23 | 1 | -15/+8 |
| | | | | Thanks https://github.com/gitpython-developers/GitPython/issues/612#issuecomment-353742459 | ||||
* | Bump version to v2.1.82.1.8 | Sebastian Thiel | 2017-12-11 | 1 | -1/+1 |
| | |||||
* | Specify Python 3.6 support | Hugo | 2017-12-11 | 1 | -2/+2 |
| | |||||
* | docs(README): make it easier to verify gitpython tarballs | Sebastian Thiel | 2017-06-17 | 1 | -0/+53 |
| | | | | | Also provide my public key with this repository, hoping that people can trust it as this commit is signed with it too :). | ||||
* | pip install using camellcase package name | David García Garzón | 2017-01-15 | 1 | -1/+1 |
| | |||||
* | Fix some typos | Santiago Castro | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | doc(README): add codecov badge | Sebastian Thiel | 2016-10-09 | 1 | -0/+1 |
| | | | | [skip ci] | ||||
* | doc: Explain Windows compatibility status, mention #525 asking for help | Kostis Anagnostopoulos | 2016-10-03 | 1 | -13/+18 |
| | |||||
* | doc(README): add appveyor badge | Sebastian Thiel | 2016-10-01 | 1 | -0/+1 |
| | | | | [skip ci] | ||||
* | Merge remote-tracking branch 'origin/master' into appveyor | Kostis Anagnostopoulos | 2016-10-01 | 1 | -1/+1 |
|\ | |||||
| * | fix(README): use correct link to contribution.md | Sebastian Thiel | 2016-10-01 | 1 | -1/+1 |
| | | | | | | | | [skip ci] | ||||
* | | appveyor: Try to fix conda-3.4 & READM line-wdith | Kostis Anagnostopoulos | 2016-09-28 | 1 | -7/+17 |
| | | |||||
* | | Win, #519: FIX undead Git-daemon on Windows | Kostis Anagnostopoulos | 2016-09-28 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | | | + On MINGW-git, daemon exists but if invoked as 'git daemon', DAEMON CANNOT DIE! + So, launch `git-daemon` on Apveyor, but - remote TCs fail due to paths problems. + Updated README instructions on Windows. + Restore disabled remote TCs on Windows. + Disable failures on daemon-tests only the last moment (raise SkipTest) so when ready, it will also pass. | ||||
* | | apveyor: Wintest project with MINGW/Cygwin git (conda2.7&3.4/cpy-3.5) | Kostis Anagnostopoulos | 2016-09-25 | 1 | -6/+6 |
|/ | | | | [travisci skip] | ||||
* | doc(platforms): inform more clearly about best-effort | Sebastian Thiel | 2016-09-25 | 1 | -0/+5 |
| | | | | | | This has been the case for Windows as well, and is now made official. Certain tests already fail on windows, for example. | ||||
* | doc(README): add waffle.io info | Sebastian Thiel | 2016-09-25 | 1 | -0/+2 |
| | | | | [skip ci] | ||||
* | doc(limitations): be very clear about known issues | Sebastian Thiel | 2016-09-11 | 1 | -9/+14 |
| | | | | Fixes #508 | ||||
* | doc(README): remove pypi badges | Sebastian Thiel | 2016-07-23 | 1 | -3/+0 |
| | | | | | | They don't seem to work anymore. [skip ci] | ||||
* | doc(README): remove issue stats | Sebastian Thiel | 2016-07-23 | 1 | -3/+1 |
| | | | | | | | | They do not get updated for some reason, generally the site is not quite production ready it seems, or is by now overwhelmed. [skip ci] | ||||
* | chore(tests): test-initialization via script | Sebastian Thiel | 2016-06-21 | 1 | -0/+13 |
| | | | | Fixes #478 | ||||
* | doc(README): add basic contribution guidelines | Sebastian Thiel | 2016-06-13 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | The main point is that from now on, tests are required to add new features. If the fix is minor enough, not having a test is probably alright. That distinction is not represented in the contribution guide as more tests are better - people should prefer to have a test whenever they contribute anything. My motivation to finally do this is the sad realization that I grow too unconfident about the quality of some contributions without having tests that proof they are valid. It's not enough to not break anything that exists, as the current test-suite is certainly not perfect either. | ||||
* | chore(compat): state py2.6 support officially | Sebastian Thiel | 2016-06-01 | 1 | -0/+2 |
| | | | | | | More information in the respective issue. Fixes #453 | ||||
* | Automate steps to upload to PyPI | Vincent Driessen | 2016-04-24 | 1 | -24/+8 |
| | |||||
* | Information on how to make a release on pypi | Sebastian Thiel | 2016-04-24 | 1 | -0/+27 |
| | |||||
* | docs(README): remove link to (now deleted) mailing list | Sebastian Thiel | 2015-09-25 | 1 | -3/+1 |
| | |||||
* | docs(README): removed coveralls link | Sebastian Thiel | 2015-08-08 | 1 | -1/+0 |
| | | | | | Coveralls was disabled a while ago because it would prevent merging PRs from the phone. | ||||
* | docs(README): travis badge for master, not 0.3 | Sebastian Thiel | 2015-06-26 | 1 | -1/+1 |
| |