summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Lint with Flake8 via pre-commitHugo van Kemenade2023-01-161-1/+1
|
* Deprecate GPG signature docs; stop signing releasesSebastian Thiel2022-02-211-1/+6
| | | | Related to https://github.com/gitpython-developers/gitdb/issues/77
* rmv 3.6 READMEYobmod2021-08-021-45/+42
|
* Update README.mdDominic2021-07-191-2/+3
| | | Add paragraph space
* Update README.mdDominic2021-07-191-9/+10
| | | tidy up testing section
* Update README.mdDominic2021-07-191-7/+9
| | | Update testing section
* Make development status clearerSebastian Thiel2021-07-141-14/+11
|
* put badges (also) upfrontSebastian Thiel2021-07-141-0/+4
|
* Revert "Revert "Remove support for Python 3.5" - fix CI for now."Sebastian Thiel2021-06-161-1/+1
| | | | This reverts commit 820d3cc9ceda3e5690d627677883b7f9d349b326.
* Revert "Remove support for Python 3.5" - fix CI for now.Sebastian Thiel2021-06-161-1/+1
| | | | | | This reverts commit 45d1cd59d39227ee6841042eab85116a59a26d22. See #1201 which will hopefully help to get a proper fix soon.
* Remove support for Python 3.5Bert Wesarg2021-03-131-1/+1
|
* 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]