summaryrefslogtreecommitdiff
path: root/rebase.go
AgeCommit message (Expand)Author
2024-12-16update to libgit2 version 1.8.4. dump old github and vendor stuffJeff Carr
2022-02-24rebase: Add wrapper for `git_rebase_inmemory_index()` (#900)Patrick Steinhardt
2021-09-05libgit2 v1.2.0 #majorlhchavez
2021-09-05Make all Options objects consistentlhchavez
2021-09-05Make all non-user-creatable structures non-comparable (#802)lhchavez
2020-12-10More callback refactoring (#713)lhchavez
2020-12-05Refactor all callbacks (#700)lhchavez
2020-12-05Mark some symbols to be deprecated #minor (#698)lhchavez
2020-10-22refactor: Use undeprecated options init (#656)Suhaib Mujahid
2020-08-18Add support for creating signed commits and signing commits during a rebase (...michael boulton
2018-01-21rebase: make RebaseOperationType a fmt.StringerJosh Bleecher Snyder
2018-01-21rebase: add RebaseOperationRewordJosh Bleecher Snyder
2017-10-01Fix typo in the error messageHarsimran Singh Maan
2017-07-08rebase: correct the return values for CurrentOperationIndexCarlos Martín Nieto
2017-07-08Third round of keep-alive aditionsCarlos Martín Nieto
2016-11-23LockOSThread in CurrentOperationIndex for git error creationezwiebel
2016-11-01Took @carlosmn PR review into accountezwiebel
2016-09-14Fix reference bug introduced with RebaseOptions implementationezwiebel
2016-09-13Add DefaultRebaseOptions() [git_rebase_init_options(GIT_REBASE_OPTIONS_VERSIO...ezwiebel
2016-09-12Add RebaseOpen() service to wrapperezwiebel
2016-08-08Fix Free() service in Rebase wrapperezwiebel
2016-08-07Add CurrentOperationIndex() and OperationAt(index uint) services to wrapperezwiebel
2016-08-07Add Abort() service to wrapperezwiebel
2016-08-07Add operation OperationCount() service and enrich UTsezwiebel
2016-08-07Initial rebase wrapper versionezwiebel