Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | README: add up some marketing | Edward Thomson | 2017-11-24 | 1 | -2/+14 |
| | |||||
* | README: document test output | Edward Thomson | 2017-11-24 | 1 | -0/+10 |
| | |||||
* | README: clarify why one would run libgit2_clar | Edward Thomson | 2017-11-24 | 1 | -0/+23 |
| | | | | | | Since we recommend `ctest -V`, it's not clear why somebody would want to run `libgit2_clar`. Indicate that it's helpful when running individual tests or suites. | ||||
* | README: provide quick start paragraph | Edward Thomson | 2017-11-24 | 1 | -0/+24 |
| | | | | | Provide a very simple quick start paragraph that highlights how easy it is to get started, and points people toward common problems. | ||||
* | README: drop VS command shell instructions | Edward Thomson | 2017-11-24 | 1 | -10/+0 |
| | | | | | Users should not be advised to use the VS command prompt; instead, they should let cmake find their Visual Studio installation. | ||||
* | README: suggest `ctest -V` for getting started | Edward Thomson | 2017-11-24 | 1 | -1/+1 |
| | | | | | | | | | | Suggest that users run `ctest -V` instead of `make test` when getting started. `ctest -V` is superior over alternatives as: 1. Unlike `make test`, it gives output. Users getting started with the library believe that it is hung. 2. `ctest -V` shows verbose output; showing suite names is helpful for giving users more feedback immediately. | ||||
* | README: Mention Guile-Git bindings. | Mathieu Othacehe | 2017-09-09 | 1 | -0/+2 |
| | |||||
* | Update README: VS -> VSTSethomson/vs_to_vsts | Edward Thomson | 2017-05-11 | 1 | -4/+3 |
| | | | | | libgit2 is no longer used in Visual Studio Team Services, it's used in Visual Studio Team Services. | ||||
* | README: document our relation to changes in upstream | Patrick Steinhardt | 2017-04-11 | 1 | -0/+10 |
| | | | | | | libgit2 is a mere consumer of changes which are trickling down from the upstream git.git project. This commit documents the ramifications caused by this relation. | ||||
* | README: Mention how to run tests | Richard Ipsum | 2017-03-05 | 1 | -0/+8 |
| | |||||
* | Merge pull request #4037 from libgit2/cmn/goals | Carlos Martín Nieto | 2016-12-20 | 1 | -3/+11 |
|\ | | | | | README: be more explicit in the goals and scope | ||||
| * | README: be more explicit in the goals and scopecmn/goals | Carlos Martín Nieto | 2016-12-19 | 1 | -3/+11 |
| | | | | | | | | | | Make it clearer from the get-go that we do not aim to implement user-facing commands from the git tool. | ||||
* | | Gift deprecated in favor of SwiftGit2 | Lucas Derraugh | 2016-12-19 | 1 | -1/+1 |
|/ | |||||
* | README: adjust URL to libqgit2 repository | Patrick Steinhardt | 2016-08-29 | 1 | -1/+1 |
| | |||||
* | README: update "Getting Help" section | Edward Thomson | 2016-06-20 | 1 | -11/+23 |
| | |||||
* | README: update bindings | Edward Thomson | 2016-06-20 | 1 | -2/+1 |
| | | | | Drop node-gitteh. Replace outdated PowerShell bindings with PSGit. | ||||
* | README: improve contributing paragraph | Edward Thomson | 2016-06-20 | 1 | -3/+9 |
| | |||||
* | README: disambiguate what to distribute source of | Edward Thomson | 2016-06-20 | 1 | -2/+2 |
| | | | | | Indicate that if you make changes to libgit2 that you must distribute the source _to libgit2_, not the source _of your program_. | ||||
* | CONVENTIONS: update to include general public API principlescmn/conventions | Carlos Martín Nieto | 2016-02-25 | 1 | -0/+6 |
| | |||||
* | Merge pull request #3552 from ReadmeCritic/master | Edward Thomson | 2015-12-26 | 1 | -7/+7 |
|\ | | | | | Update README URLs based on HTTP redirects | ||||
| * | Update libgit2-glib link | ReadmeCritic | 2015-12-26 | 1 | -1/+1 |
| | | |||||
| * | Update README URLs based on HTTP redirects | ReadmeCritic | 2015-12-17 | 1 | -7/+7 |
| | | |||||
* | | Fixed minor typo in README.md. | drusk | 2015-12-23 | 1 | -1/+1 |
|/ | |||||
* | Increase required version of cmake to 2.8 | Tony Kelman | 2015-07-10 | 1 | -1/+1 |
| | |||||
* | Changed README to use new OCaml bindings to git | Edgar Aroutiounian | 2015-05-28 | 1 | -1/+1 |
| | |||||
* | Updated dlibgit link. | Morton Fox | 2015-05-14 | 1 | -1/+1 |
| | |||||
* | Android build doesn't need deps/regex | Yong Li | 2015-05-04 | 1 | -1/+1 |
| | | | | | | | | | | deps/regex was included in Android build because Android NDK 4 has a packaging bug and doesn't have the regular expression functions defined in its libc.so. The bug has been fixed in subsequent Android NDK releases. If it is still necessary to work around the bug in Android NDK 4, we should consider to use an option like ANDROID_NDK_RELEASE or ANDROID_NDK_RELEASE_NUM. | ||||
* | README: provide some more explanation about TLS | Edward Thomson | 2015-02-23 | 1 | -1/+4 |
| | |||||
* | README.md: Add Swift bindings "Gift" | Brian Gesiak | 2015-02-04 | 1 | -0/+2 |
| | |||||
* | README: Point to libgit2 account's AppVeyor badge | Edward Thomson | 2015-01-16 | 1 | -1/+1 |
| | | | | | Microsoft is sponsoring a Pro account at AppVeyor for the libgit2 and LibGit2Sharp projects. Point to that account's badge. | ||||
* | Use svg instead of png to get better image quality | Peter Dave Hello | 2015-01-14 | 1 | -1/+1 |
| | |||||
* | Mention the init function in the READMEcmn/init-readme | Carlos Martín Nieto | 2014-12-14 | 1 | -0/+13 |
| | | | | This fixes #2731. | ||||
* | readme: Add AppVeyor build status badge/link | nulltoken | 2014-12-10 | 1 | -0/+1 |
| | |||||
* | readme: Make Travis build status badge reflect the state of master | nulltoken | 2014-12-10 | 1 | -1/+1 |
| | |||||
* | readme: Trim trailing lines | nulltoken | 2014-12-10 | 1 | -2/+2 |
| | |||||
* | docs: explicitly document the threading caveatscmn/threading | Carlos Martín Nieto | 2014-11-01 | 1 | -0/+5 |
| | | | | | | Talk about sharing objects and error messages; but the most important part is about what to do with the cryptographic libraries, which sadly have to become to responsibility of the application. | ||||
* | Flip THREADSAFE's default to ONcmn/threadsafe-on | Carlos Martín Nieto | 2014-10-27 | 1 | -1/+1 |
| | | | | | | Threads are here to stay; and for a while now, users have had to call the initialization function which sets up threads and crypto regardless of whether the library was built threadsafe or not. | ||||
* | Fix README.md | SeijiIto | 2014-10-06 | 1 | -1/+1 |
| | |||||
* | the wiki, it is dead | Brendan Forster | 2014-09-30 | 1 | -2/+1 |
| | |||||
* | Fix typo | Linquize | 2014-09-16 | 1 | -1/+1 |
| | |||||
* | Add Rust to the language bindings list | Alex Crichton | 2014-09-15 | 1 | -0/+2 |
| | |||||
* | add Julia to the language bindings list | jake bolewski | 2014-08-25 | 1 | -0/+2 |
| | |||||
* | Updated perl bindings link | Jacques Germishuys | 2014-07-13 | 1 | -1/+1 |
| | |||||
* | Add R bindings to the README | Stefan Widgren | 2014-05-13 | 1 | -0/+2 |
| | |||||
* | Add project list and update readme | Russell Belfer | 2014-02-26 | 1 | -11/+14 |
| | |||||
* | Clarify C compatibility policy | Russell Belfer | 2014-02-20 | 1 | -5/+5 |
| | | | | and a couple of other minor doc fixups. | ||||
* | Merge pull request #2044 from libgit2/coverity | Ben Straub | 2014-01-16 | 1 | -0/+1 |
|\ | | | | | Run Coverity scan on Travis | ||||
| * | Add coverity scan badge to readme | Ben Straub | 2014-01-13 | 1 | -0/+1 |
| | | |||||
* | | Update README to include Java, PowerShell bindings | Edward Thomson | 2014-01-15 | 1 | -0/+4 |
|/ | |||||
* | docs: Remove non existing wrapper from the readme | Andrius Bentkus | 2013-12-27 | 1 | -1/+0 |
| | | | libgit2net stopped to exist, all hail libgit2sharp |