summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* README: adjust URL to libqgit2 repositoryPatrick Steinhardt2016-08-291-1/+1
|
* README: update "Getting Help" sectionEdward Thomson2016-06-201-11/+23
|
* README: update bindingsEdward Thomson2016-06-201-2/+1
| | | | Drop node-gitteh. Replace outdated PowerShell bindings with PSGit.
* README: improve contributing paragraphEdward Thomson2016-06-201-3/+9
|
* README: disambiguate what to distribute source ofEdward Thomson2016-06-201-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/conventionsCarlos Martín Nieto2016-02-251-0/+6
|
* Merge pull request #3552 from ReadmeCritic/masterEdward Thomson2015-12-261-7/+7
|\ | | | | Update README URLs based on HTTP redirects
| * Update libgit2-glib linkReadmeCritic2015-12-261-1/+1
| |
| * Update README URLs based on HTTP redirectsReadmeCritic2015-12-171-7/+7
| |
* | Fixed minor typo in README.md.drusk2015-12-231-1/+1
|/
* Increase required version of cmake to 2.8Tony Kelman2015-07-101-1/+1
|
* Changed README to use new OCaml bindings to gitEdgar Aroutiounian2015-05-281-1/+1
|
* Updated dlibgit link.Morton Fox2015-05-141-1/+1
|
* Android build doesn't need deps/regexYong Li2015-05-041-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 TLSEdward Thomson2015-02-231-1/+4
|
* README.md: Add Swift bindings "Gift"Brian Gesiak2015-02-041-0/+2
|
* README: Point to libgit2 account's AppVeyor badgeEdward Thomson2015-01-161-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 qualityPeter Dave Hello2015-01-141-1/+1
|
* Mention the init function in the READMEcmn/init-readmeCarlos Martín Nieto2014-12-141-0/+13
| | | | This fixes #2731.
* readme: Add AppVeyor build status badge/linknulltoken2014-12-101-0/+1
|
* readme: Make Travis build status badge reflect the state of masternulltoken2014-12-101-1/+1
|
* readme: Trim trailing linesnulltoken2014-12-101-2/+2
|
* docs: explicitly document the threading caveatscmn/threadingCarlos Martín Nieto2014-11-011-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-onCarlos Martín Nieto2014-10-271-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.mdSeijiIto2014-10-061-1/+1
|
* the wiki, it is deadBrendan Forster2014-09-301-2/+1
|
* Fix typoLinquize2014-09-161-1/+1
|
* Add Rust to the language bindings listAlex Crichton2014-09-151-0/+2
|
* add Julia to the language bindings listjake bolewski2014-08-251-0/+2
|
* Updated perl bindings linkJacques Germishuys2014-07-131-1/+1
|
* Add R bindings to the READMEStefan Widgren2014-05-131-0/+2
|
* Add project list and update readmeRussell Belfer2014-02-261-11/+14
|
* Clarify C compatibility policyRussell Belfer2014-02-201-5/+5
| | | | and a couple of other minor doc fixups.
* Merge pull request #2044 from libgit2/coverityBen Straub2014-01-161-0/+1
|\ | | | | Run Coverity scan on Travis
| * Add coverity scan badge to readmeBen Straub2014-01-131-0/+1
| |
* | Update README to include Java, PowerShell bindingsEdward Thomson2014-01-151-0/+4
|/
* docs: Remove non existing wrapper from the readmeAndrius Bentkus2013-12-271-1/+0
| | | libgit2net stopped to exist, all hail libgit2sharp
* Relicense examples under CC0Ben Straub2013-11-011-3/+5
|
* fix typos in README.mdNicolas Kaiser2013-10-241-3/+3
|
* README: add a note about the optional dependenciesCarlos Martín Nieto2013-10-231-0/+11
|
* slightly clarified the "license" portion of `README.md" + formatting all overHaneef Mubarak2013-10-171-1/+1
| | | fixed typo `can can` -> `can`
* slightly clarified the "license" portion of `README.md" + formatting all overHaneef Mubarak2013-10-171-1/+1
| | | added the second change suggested by @nulltoken (with two extra words :) )
* slightly clarified the "license" portion of `README.md" + formatting all overHaneef Mubarak2013-10-171-13/+13
| | | | | | | | | There are commercial open source applications, hence proprietary seems to be a better term. Also: - Trimmed header `=`'s to match text length - made libgit2 stand out everywhere - pretty printing links - irc link for those with the correct setup
* Add instructions about buiding for Android to README.mdKrzysztof Adamski2013-09-011-0/+22
|
* Point to the right Go bindingsCarlos Martín Nieto2013-08-311-1/+1
|
* Update readme to point to the currently maintained Erlang bindings. Namely: ↵Nirvana2013-08-311-1/+1
| | | | https://github.com/carlosmn/geef
* Update README.mdEdward Thomson2013-07-191-1/+1
|
* Clarify when to use github issuesEdward Thomson2013-07-191-2/+3
| | | Suggest that github issues are to be used for bug reports, while questions about usage should be directed to StackOverflow.
* Tidy up the methods of contacting the projectMartin Woodward2013-07-191-8/+11
| | | | | Updated the methods of getting involved with the project and asking questions.
* Fix some minor issuesBen Straub2013-04-191-9/+2
|