summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* docs(README): added code-climate badgeSebastian Thiel2015-04-101-0/+1
| | | | We are not too good, but nothing to shy away from.
* docs(README): remove future goalsSebastian Thiel2015-04-081-9/+0
| | | | Because there are none.
* An attempt to better steer questions and answers.Sebastian Thiel2015-02-021-7/+12
| | | | | | Currently, people put it onto the mailing list and on stack overflow [ci skip]
* Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel2015-01-221-1/+1
| | | | | | That way they are protected from regression. Fixes #239
* Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel2015-01-211-0/+2
| | | | | | GIT_PYTHON_TRACE would actually fail (now) if we debugged archive operations. Related to #239
* Fixed youtube playlist linkSebastian Thiel2015-01-131-1/+1
| | | | [ci skip]
* Added twitch/youtube information to ReadmeSebastian Thiel2015-01-101-0/+10
|
* Updated branch in coverage descriptionSebastian Thiel2015-01-061-1/+1
|
* Updated readme to better represent current stateSebastian Thiel2015-01-061-17/+1
| | | | And to trigger travis to build and work ...
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-4/+0
| | | | More to come, especially when it's about strings
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-1/+1
| | | | | There is more work to do though, as many imports are still incorrect. Also, there are still print statements
* Added build-the-docs badge and updated urlSebastian Thiel2014-11-191-1/+3
|
* Merge branch 'tox' of https://github.com/hashar/GitPython into hashar-toxSebastian Thiel2014-11-141-3/+18
|\ | | | | | | | | | | | | Conflicts: README.md requirements.txt setup.py
| * Use tox to easily run tests in venvAntoine Musso2014-07-251-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tox https://pypi.python.org/pypi/tox is a thin wrapper around virtualenv which let you craft a fresh python environement to execute command in. It creates the env with virtualenv, install dependencies, run python setup.py install in it and then execute whatever command you want it to do and report status. To do so I simply: - listed tests dependencies in test-requirements.txt (which are just nose and mock) - provide a tox.ini file which describe how to install the dependencies and execute nosetests - added the module 'coverage' to the list of test dependencies To run tests simply: pip install tox && tox That will execute the test command 'nosetests' using python2.6 and then python 2.7. The additional env 'cover' can be run using: tox -ecover.
| * List runtime dependencies in requirements.txtAntoine Musso2014-07-251-3/+7
| | | | | | | | | | More and more packages are listing their dependencies in requirements.txt which make it trivial to maintain and install them.