index
:
go.wit.com/lib/libgit2.git
devel
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-11-07
Add GIT_BLAME_IGNORE_WHITESPACE flag (#677)
Suhaib Mujahid
2020-11-07
Add GIT_BLAME_USE_MAILMAP flag (#676)
Suhaib Mujahid
2020-11-02
Use the correct branch name for backporting into v1.0 (#674)
lhchavez
2020-11-02
feat: Implement an option to control hash verification (#671)
Suhaib Mujahid
2020-10-26
Create v31 to support libgit2 v1.1.x (#668)
Suhaib Mujahid
2020-10-23
CI refresh (#666)
lhchavez
2020-10-23
apply: Add bindings for git_apply_to_tree (#657)
Sami Hiltunen
2020-10-22
Make `TestApplyDiffAddFile()` explicitly `.Free()` stuff (#661)
lhchavez
2020-10-22
refactor: Use undeprecated options init (#656)
Suhaib Mujahid
2020-10-22
repository: Implement wrappers for `git_object_lookup_prefix` (#658)
Patrick Steinhardt
2020-09-30
feat: Enable change the system install path (#653)
Suhaib Mujahid
2020-09-30
Enable set the VENDORED_PATH for libgit2 (#650)
Suhaib Mujahid
2020-09-29
Add a ReInit function (#647)
Jesse Hathaway
2020-09-18
merge: Expose recursion limit merge option (#642)
Patrick Steinhardt
2020-08-18
Add support for creating signed commits and signing commits during a rebase (...
michael boulton
2020-08-18
More diff functionality (#629)
michael boulton
2020-08-16
Add two more GitHub Actions workflows (#633)
lhchavez
2020-08-15
Refresh the GitHub Actions CI (#632)
lhchavez
2020-08-14
Fix null pointer dereference in status.ByIndex (#628)
michael boulton
2020-07-30
Add support for git_blob_is_binary (#625)
Yuichi Watanabe
2020-07-25
Fix installation of libgit2 into wrong libdir (#624)
Patrick Steinhardt
2020-07-10
FetchOptions: add ability to specify ProxyOptions (#623)
Jesse Hathaway
2020-06-21
Revamp the ways in which the library can be built (#621)
lhchavez
2020-06-21
Fix a potential use-after-free in DiffNotifyCallback (#579)
lhchavez
2020-06-21
Add a way to cleanly shut down the library (#578)
lhchavez
2020-06-20
Update the `README.md` to clarify some aspects of static libgit2 (#620)
lhchavez
2020-06-20
Remove a couple of now-unnecessary CMake defines (#619)
lhchavez
2020-06-04
Provide missing merge flags (#615)
Takuji Shimokawa
2020-06-02
Add support for parsing git trailers (#614)
Jesse Hathaway
2020-05-09
Merge pull request #582 from suhaibmujahid/method-rename
lhchavez
2020-05-09
refactor: Rename methods with Get prefix
Suhaib Mujahid
2020-05-04
expose options related to caching
lhchavez
2020-05-04
cache_opts: address PR comments
Vladimir Buzuev
2020-04-23
Check nil signature
Suhaib Mujahid
2020-04-03
expose options related to caching
Vladimir Buzuev
2020-04-02
Uprev vendor/libgit2 to v1.0
lhchavez
2020-03-26
Fix SIGSEGV on double free for Cred object
lhchavez
2020-03-26
clear native cred pointer after transfer ownership to libgit
Vladimir Buzuev
2020-03-26
fix SIGSERV on double free for Cred object
Vladimir Buzuev
2020-03-23
Update README.md
Suhaib Mujahid
2020-03-19
Update README.md
lhchavez
2020-03-19
Add the version number to go.mod
lhchavez
2020-03-04
Uprev vendor/libgit2 to v0.99
lhchavez
2020-02-27
Merge pull request #542 from slyphon/fix-error-name
lhchavez
2020-02-27
Resolves issue #541 - typo in error code 'ErrAmbigious'
Jonathan Simms
2020-02-23
Fix the DiffFlag type
lhchavez
2020-02-23
Add odb.NewOdbBackendLoose()
lhchavez
2020-02-23
Add support for indexers and alternate odb packfiles
lhchavez
2020-02-23
Fix the Cred interface
lhchavez
2020-02-23
Merge pull request #429 from josharian/cherrypick-commit
lhchavez
[next]