summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Expand)Author
2024-12-17rename as libgit2v0.1.0Jeff Carr
2021-09-06Allow building libgit2 with Chromium zlib (#831)lhchavez
2021-09-05Add support for managed SSH transport #minor (#814)lhchavez
2021-09-05Add support for managed HTTP/S transports (#810)lhchavez
2021-09-04Declare forward-compatibility with libgit2 v1.2.0 #minor (#800)lhchavez
2020-12-06Add `NewCredentialSSHKeyFromSigner` (#706)lhchavez
2020-12-06Build improvements (#707)lhchavez
2020-12-05Mark some symbols to be deprecated #minor (#698)lhchavez
2020-11-28Relax libgit2 minor version check (#696)nmeum
2020-09-30feat: Enable change the system install path (#653)Suhaib Mujahid
2020-09-30Enable set the VENDORED_PATH for libgit2 (#650)Suhaib Mujahid
2020-08-15Refresh the GitHub Actions CI (#632)lhchavez
2020-07-25Fix installation of libgit2 into wrong libdir (#624)Patrick Steinhardt
2020-06-20Remove a couple of now-unnecessary CMake defines (#619)lhchavez
2020-03-04Uprev vendor/libgit2 to v0.99lhchavez
2020-02-22Update CI configurationlhchavez
2020-02-12Merge pull request #503 from jonEbird/static-build-script-cleanuplhchavez
2019-08-13script: tell libgit2 to use the builtin regex backendCarlos Martín Nieto
2019-05-07script/build-libgit2-static.sh: correctly set ROOTJon Miller
2019-01-05Improve the static build scriptlhchavez
2018-08-23static: use pkg-config exclusively when using itRyan Graham
2016-11-01Get rid of the with-static.sh scriptCarlos Martín Nieto
2016-03-07Update libgit2 version to install on Travis to 24Carlos Martín Nieto
2015-08-31Install v23 on TravisCarlos Martín Nieto
2015-06-28travis: make the script executableCarlos Martín Nieto
2015-06-28travis: don't install libgit2 for 'next' branchCarlos Martín Nieto
2015-04-16Avoid installing script binary to user's $GOPATH/bin.Dmitri Shuralyov
2014-12-31Revert "Make the cgo tool do more linking work"Carlos Martín Nieto
2014-12-27Make the cgo tool do more linking workCarlos Martín Nieto
2014-12-08only check Go source files for non-thread-locked MakeGitError callsQuinn Slack
2014-12-08add script for checking thread locks in funcs that call MakeGitErrorQuinn Slack
2014-08-26Exit when pkg-config isn't foundCarlos Martín Nieto
2014-08-06Make sure install/lib dir exists. Fixes #104Matthias Kadenbach
2014-06-07Tighten up the buildCarlos Martín Nieto
2014-06-07Move the settings into the main git2goCarlos Martín Nieto
2014-06-07Really build staticallyCarlos Martín Nieto
2014-06-07hack for travisCarlos Martín Nieto
2014-06-07Use a submodule for libgit2Carlos Martín Nieto
2014-06-03Move some logic into the MakefileCarlos Martín Nieto
2014-06-03Add scripts to build and use a static libgit2Carlos Martín Nieto
2014-03-25Add a settings packageCarlos Martín Nieto
2014-02-28Add a travis scriptCarlos Martín Nieto