summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* drop py3.4 supportyobmod2021-02-281-1/+1
|
* rebase on masteryobmod2021-02-261-1/+1
|
* drop python 3.4, update .gitignoreYobmod2021-02-241-1/+1
|
* Update release verification instructions as suggested in #1055Sebastian Thiel2020-09-071-7/+7
|
* inform about GitoxideSebastian Thiel2020-09-021-0/+15
|
* Remove code-coverage from requirements - codecov wants way too many ↵Sebastian Thiel2020-04-111-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 Thiel2020-04-111-5/+6
| | | | mode we are in
* Remove unused badgeSebastian Thiel2020-04-111-1/+0
| | | | [skip CI]
* Remove and replace references to nose with unittest in documentationHarmon2020-02-171-1/+1
|
* Remove badges for no longer existing Waffle site from READMEHarmon2020-02-161-2/+0
|
* Add support for Python 3.8Harmon2020-02-161-1/+1
|
* Improve README Python requirement specificityHarmon2020-02-161-1/+1
|
* Remove appveyor - it's always failing and nobody maintains itSebastian Thiel2020-02-051-4/+1
|
* Added Git Gud to README.mdBen Thayer2019-10-241-0/+1
|
* Update changelog; improve README to prevent release mistakes in future.3.0.4Sebastian Thiel2019-10-221-3/+4
|
* Drop python 2 support, again (revert previous revert)Sebastian Thiel2019-08-111-1/+1
| | | | This reverts commit 913d806f02cf50250d230f88b897350581f80f6b.
* Revert "Drop python 2.7 support and help with encodings"Sebastian Thiel2019-07-291-1/+1
| | | | This reverts commit dac619e4917b0ad43d836a534633d68a871aecca.
* Drop python 2.7 support and help with encodingsSebastian Thiel2019-07-201-1/+1
| | | | Fixes #312
* README: Add repology badgeluz.paz2019-07-061-0/+2
| | | This badge will display all the downstream repositories that carry GitPython and the version number.
* Update README section 'Projects using GitPython'Christian Winter2018-10-211-0/+1
| | | Add GitViper
* Document support for Python 3.7Michael Käufl2018-10-211-1/+1
|
* Created new section in README for projects using GitPythonishepard2018-05-041-0/+14
|
* Drop support for EOL Python 2.6Hugo2018-03-181-5/+1
|
* Update README with new key fingerprintsSebastian Thiel2017-12-231-15/+8
| | | | Thanks https://github.com/gitpython-developers/GitPython/issues/612#issuecomment-353742459
* Bump version to v2.1.82.1.8Sebastian Thiel2017-12-111-1/+1
|
* Specify Python 3.6 supportHugo2017-12-111-2/+2
|
* docs(README): make it easier to verify gitpython tarballsSebastian Thiel2017-06-171-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 nameDavid García Garzón2017-01-151-1/+1
|
* Fix some typosSantiago Castro2016-10-201-1/+1
|
* doc(README): add codecov badgeSebastian Thiel2016-10-091-0/+1
| | | | [skip ci]
* doc: Explain Windows compatibility status, mention #525 asking for helpKostis Anagnostopoulos2016-10-031-13/+18
|
* doc(README): add appveyor badgeSebastian Thiel2016-10-011-0/+1
| | | | [skip ci]
* Merge remote-tracking branch 'origin/master' into appveyorKostis Anagnostopoulos2016-10-011-1/+1
|\
| * fix(README): use correct link to contribution.mdSebastian Thiel2016-10-011-1/+1
| | | | | | | | [skip ci]
* | appveyor: Try to fix conda-3.4 & READM line-wdithKostis Anagnostopoulos2016-09-281-7/+17
| |
* | Win, #519: FIX undead Git-daemon on WindowsKostis Anagnostopoulos2016-09-281-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 Anagnostopoulos2016-09-251-6/+6
|/ | | | [travisci skip]
* doc(platforms): inform more clearly about best-effortSebastian Thiel2016-09-251-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 infoSebastian Thiel2016-09-251-0/+2
| | | | [skip ci]
* doc(limitations): be very clear about known issuesSebastian Thiel2016-09-111-9/+14
| | | | Fixes #508
* doc(README): remove pypi badgesSebastian Thiel2016-07-231-3/+0
| | | | | | They don't seem to work anymore. [skip ci]
* doc(README): remove issue statsSebastian Thiel2016-07-231-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 scriptSebastian Thiel2016-06-211-0/+13
| | | | Fixes #478
* doc(README): add basic contribution guidelinesSebastian Thiel2016-06-131-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 officiallySebastian Thiel2016-06-011-0/+2
| | | | | | More information in the respective issue. Fixes #453
* Automate steps to upload to PyPIVincent Driessen2016-04-241-24/+8
|
* Information on how to make a release on pypiSebastian Thiel2016-04-241-0/+27
|
* docs(README): remove link to (now deleted) mailing listSebastian Thiel2015-09-251-3/+1
|
* docs(README): removed coveralls linkSebastian Thiel2015-08-081-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.3Sebastian Thiel2015-06-261-1/+1
|