summaryrefslogtreecommitdiff
path: root/stash.go
AgeCommit message (Collapse)Author
2020-10-22refactor: Use undeprecated options init (#656)Suhaib Mujahid
This PR move form linking against the deprecated `init_options` functions to the renamed `options_init` functions. For more context see libgit2/libgit2@0b5ba0d744e69da5dc8c08d167c83dd87ed83af2 and libgit2/libgit2@c6184f0c4b209e462bf3f42ab20df2d13d8ee918.
2019-12-10Adjust to libgit2 changesCarlos Martín Nieto
2017-07-08Third round of keep-alive aditionsCarlos Martín Nieto
2016-02-20Fix error after updating to latest changesCalin Seciu
2016-02-20Remove Untrack() from free() functionCalin Seciu
https://github.com/libgit2/git2go/pull/257#discussion_r53443211
2016-02-20Fix problems based on PR commentsCalin Seciu
https://github.com/libgit2/git2go/pull/257#discussion_r53432957 https://github.com/libgit2/git2go/pull/257#discussion_r53443418
2015-09-21Add stash supportCalin Seciu