summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2024-12-17rename as libgit2v0.1.0Jeff Carr
2024-12-16update to libgit2 version 1.8.4. dump old github and vendor stuffJeff Carr
go install go.wit.com/apps/go-clone@latest go install go.wit.com/apps/go-mod-clean@latest go-clone --recusive go.wit.com/lib/git2go Signed-off-by: Jeff Carr <[email protected]>
2022-10-04libgit2 v1.5.0 #major (#929)Sanskar Jaiswal
Update libgit2 to v1.5.0. Replace `SmartProxyOptions()` with `SmartRemoteConnectOptions()`. Fixes: https://github.com/libgit2/git2go/issues/899 Signed-off-by: Sanskar Jaiswal <[email protected]> Co-authored-by: lhchavez <[email protected]>
2022-01-22readme: link to godoc for current main branch (#886)Dylan Richardson
The GoDoc link currently refers to the initial version of this package, but usually folks are looking for whatever matches the current main branch. This should be updated whenever the package version changes.
2021-11-08Fix replace statement example in README.md (#859)Ignacio Taranto
2021-10-14libgit2 v1.3.0 #major (#840)lhchavez
This commit introduces libgit2 v1.3.0 to git2go, which brings a large number of [bugfixes and features](https://github.com/libgit2/libgit2/releases/tag/v1.3.0). This also marks the start of the v33 release.
2021-09-05libgit2 v1.2.0 #majorlhchavez
This commit introduces libgit2 v1.2.0 to git2go, which brings a large number of [bugfixes and features](https://github.com/libgit2/libgit2/releases/tag/v1.2.0). This also marks the start of the v32 release.
2021-09-04Rename the default branch to `main` (#786)lhchavez
We've renamed the default branch from `master` to `main`, so we need to change a bunch of references to that.
2020-10-26Create v31 to support libgit2 v1.1.x (#668)Suhaib Mujahid
The libgit2 `v1.1.0` is released two weeks ago. This PR allows `git2go` to link against the new version.
2020-08-15Refresh the GitHub Actions CI (#632)lhchavez
This change: * Builds the library with Go 1.14, too. * Builds the non-legacy tests with Ubuntu Focal (20.04). * Adds testing for system-wide libraries, both static and dynamic versions. * Fixes a typo in the README.
2020-06-21Revamp the ways in which the library can be built (#621)lhchavez
This change allows to link the system version of libgit2 statically. Since `-tags static` is already used for the bundled version of the library and to avoid breaking old workflows, `-tags static,system_libgit2` is now used to select that. This means that the valid combinations are: | Flag | Effect | |-------------------------------|-----------------------------------------------| | _No flags_ | Dynamically-linked against the system libgit2 | | `-tags static,system_libgit2` | Statically-linked against the system libgit2 | | `-tags static` | Statically-linked against the bundled libgit2 | Note that there is no way to express dynamically linking against the bundled libgit2 because that makes very little sense, since the binaries wouldn't be able to be distributed. If that's still desired, the `PKG_CONFIG_PATH` environment variable can set before building the code. [`Makefile`](https://github.com/libgit2/git2go/blob/master/Makefile) has an example of how it is used in the CI.
2020-06-20Update the `README.md` to clarify some aspects of static libgit2 (#620)lhchavez
This change improves the documentation surrounding libgit2 static builds and modules. Fixes: #618
2020-04-02Uprev vendor/libgit2 to v1.0lhchavez
This uprevs libgit2 to the latest and greatest.
2020-03-23Update README.mdSuhaib Mujahid
2020-03-19Update README.mdlhchavez
Clarifying the versions since we're using Go 1.11 module version rules now.
2017-10-16README: correct the branches in the testing blockCarlos Martín Nieto
2017-10-16README: master wants to use install-staticCarlos Martín Nieto
2017-07-11a MIT -> an MITreujab
2017-01-20Update the description of the branches in README.Carlos Martín Nieto
2016-11-01Get rid of the with-static.sh scriptCarlos Martín Nieto
CGO can perform variable substitution in the directives, so we don't need to use a script to set up the variables; we can let the go tool do it for us.
2015-10-06Fix typo in README: manaager -> managerjbranchaud
2015-07-29Headline typoAndreas Beer
2015-07-29Typos/unclarities in readme.Andreas Beer
2015-03-15Add a bit more on next vs masterCarlos Martín Nieto
2015-03-15Correct README on what master tracksCarlos Martín Nieto
The second mention still said that master tracks master. Add a mention of next which will become the branch to track upstream tip.
2015-01-14Explain the difference between dynamic and static versionsCarlos Martín Nieto
With the release of libgit2 v0.22 we can link against a version of library we've wrapped in more than a PoC sense. Explain the difference and say how to use each version.
2014-12-05Merge pull request #146 from stevenwilkin/add-build-statusCarlos Martín Nieto
Add build status to README
2014-12-04Add build status to READMESteven Wilkin
2014-12-03Update to masterCarlos Martín Nieto
2014-10-31README: add -d flag to 'go get'Carlos Martín Nieto
To make sure it doesn't try to build it.
2014-10-28Updates README.md to include GoDoc badge.Amanpreet Singh
2014-07-12Fix a typo in git2go pathBartosz Gęza
2014-07-03Update READMECarlos Martín Nieto
Specify that we stick to the release and how to run the tests.
2014-06-07Upate README with static instructionsCarlos Martín Nieto
2014-06-07Use a submodule for libgit2Carlos Martín Nieto
This makes building the static version easier as we know where the repo is and that it's has a known-good version.
2013-03-06Update READMEVicent Marti
2013-03-05My username is carlosmnCarlos Martín Nieto
2013-03-05Initial commitVicent Marti